Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • herten1/msa-hello-world
1 result
Show changes
Commits on Source (2)
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
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