"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "doc/example/compiler-etc-dependencies/example-sessions/ompi-defaults.sh" between
modules-5.1.1.tar.bz2 and modules-5.2.0.tar.bz2

About: The Environment Modules package provides for the dynamic modification of a user’s environment via modulefiles.

ompi-defaults.sh  (modules-5.1.1.tar.bz2):ompi-defaults.sh  (modules-5.2.0.tar.bz2)
#!/bin/bash #!/bin/bash
source $MOD_GIT_ROOTDIR/doc/example/compiler-etc-dependencies/example-sessions/c ommon_code.sh source "$MOD_GIT_ROOTDIR"/doc/example/compiler-etc-dependencies/example-sessions /common_code.sh
do_cmd module purge do_cmd module purge
do_cmd module load openmpi/3.1 do_cmd module load openmpi/3.1
err=$? err=$?
do_cmd module list do_cmd module list
if [ $err -eq 0 ]; then if [ $err -eq 0 ]; then
case $TMP_MODVERSION in case $TMP_MODVERSION in
3.*) 3.*)
case $TMP_STRATEGY in case $TMP_STRATEGY in
modulerc|modulepath) modulerc|modulepath)
do_cmd mpirun do_cmd mpirun
;; ;;
esac esac
;; ;;
4.*) 4.*)
do_cmd mpirun do_cmd mpirun
;; ;;
esac esac
fi fi
do_cmd module purge do_cmd module purge
do_cmd module load $GCCGNU/8.2.0 do_cmd module load "$GCCGNU/8.2.0"
do_cmd module load openmpi do_cmd module load openmpi
err=$? err=$?
do_cmd module list do_cmd module list
if [ $err -eq 0 ]; then if [ $err -eq 0 ]; then
case $TMP_MODVERSION in case $TMP_MODVERSION in
3.*) 3.*)
case $TMP_STRATEGY in case $TMP_STRATEGY in
modulerc|modulepath) modulerc|modulepath)
do_cmd mpirun do_cmd mpirun
;; ;;
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)