Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SSEC_SCRIPTS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Andi Walther
SSEC_SCRIPTS
Commits
f3b19b6c
Commit
f3b19b6c
authored
1 year ago
by
Andi Walther
Browse files
Options
Downloads
Patches
Plain Diff
update for orchid
parent
d159eb2f
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bec-machine_setup
+25
-0
25 additions, 0 deletions
bec-machine_setup
load_modules
+3
-0
3 additions, 0 deletions
load_modules
with
28 additions
and
0 deletions
bec-machine_setup
0 → 100644
+
25
−
0
View file @
f3b19b6c
##!/bin/sh
#
# auto-generated from env_settings/user_change_me.cfg
#
# Intended to contain instructions to properly set up the computing environment
# (especially on large managed clusters/supercomputers). These will be
# executed during code compilation and/or at runtime.
#
# This code has been written using "heirloom" sh-syntax, which should
# allow the greatest (easily) possible portability among "modern" computing
# systems. All modifications to this code should therefore employ only
# "heirloom" sh-syntax (e.g., *NO* syntax, assumptions, or structures
# specific to bash, ksh, tcsh, zsh, or any nonstandard "heirloom" sh).
# Remove all currently loaded modules:
module purge
# Load and/or unload modules:
module load gcc/10.2
module load hdf/4.2.15-nocdf
module load hdf5/1.8.21
module load netcdf4/4.8.1
module load himawari/2019
module load rttov/13.1
This diff is collapsed.
Click to expand it.
load_modules
0 → 100644
+
3
−
0
View file @
f3b19b6c
source /etc/profile
module purge
module load gcc/8.3 hdf/4.2.14-nocdf hdf5/1.8.21 netcdf4/4.7.0 license_idl idl
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment