Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MSA Hello World
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
Andreas Herten
MSA Hello World
Commits
485d1a7a
Commit
485d1a7a
authored
1 year ago
by
Andreas Herten
Browse files
Options
Downloads
Patches
Plain Diff
Add aux env scripts
parent
ecf40e1a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
env.sh
+14
-0
14 additions, 0 deletions
env.sh
modules.sh
+9
-0
9 additions, 0 deletions
modules.sh
with
23 additions
and
0 deletions
env.sh
0 → 100644
+
14
−
0
View file @
485d1a7a
project
=
"training2317"
export
JSCCOURSE_DIR_GROUP
=
/p/project/
$project
export
JSCCOURSE_DIR_LOCAL
=
${
JSCCOURSE_DIR_LOCAL_BASE
:-
$HOME
}
/MSA-Workshop
jutil
env
activate
-p
$project
-A
$project
export
_JSC_MATERIAL_SYNC
=
"rsync --archive --update --exclude='.*' --exclude='.*/'
$JSCCOURSE_DIR_GROUP
/material/
$JSCCOURSE_DIR_LOCAL
"
export
_JSC_MATERIAL_SYNC_FORCE
=
"rsync --archive --exclude='.*' --exclude='.*/'
$JSCCOURSE_DIR_GROUP
/material/
$JSCCOURSE_DIR_LOCAL
"
alias
jsc-material-sync
=
'bash -c "eval $_JSC_MATERIAL_SYNC"'
alias
jsc-material-sync-force
=
'bash -c "eval $_JSC_MATERIAL_SYNC_FORCE"'
export
MPI_HOME
=
$EBROOTPSMPI
source
${
JSCCOURSE_DIR_GROUP
}
/modules.sh
\ No newline at end of file
This diff is collapsed.
Click to expand it.
modules.sh
0 → 100644
+
9
−
0
View file @
485d1a7a
if
[[
"
$SYSTEMNAME
"
==
"juwelsbooster"
||
"
$SYSTEMNAME
"
==
"juwels"
]]
;
then
echo
"Extending
\$
MODULEPATH with custom directory"
>
&2
module use /p/project/training2317/easybuild/
${
SYSTEMNAME
}
/modules/all/Compiler/mpi/GCC/11.3.0/
echo
"Loading MSA-aware ParaStationMPI module"
>
&2
module load GCC ParaStationMPI/5.8.1-1-msa-aware
else
echo
"Only JUWELS Cluster / JUWELS Booster are currently supported!"
fi
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