File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -786,7 +786,7 @@ print_settings ()
786786 echo " #"
787787 echo " # Allow to start fresh by allowing modules to be purged:"
788788 echo " #"
789- echo " # purge_modules=\" $use_purge_modules \" "
789+ echo " purge_modules=\" $use_purge_modules \" "
790790 fi
791791 echo " #"
792792 if (( ${# use_module_items[@]} == 0 )) ; then
Original file line number Diff line number Diff line change @@ -637,10 +637,6 @@ write_submit_script ()
637637 # Export current (at the time of execution) MODULEPATH (to be safe, could be set in bashrc)
638638 export MODULEPATH="$MODULEPATH "
639639 EOF
640- # Next isn't really necessary, purging should do the trick.
641- if [[ " $queue " =~ [Rr][Ww][Tt][Hh] ]] ; then
642- echo " module unload intel 2>&1" >&9
643- fi
644640 if [[ " $purge_modules " =~ ^[Tt]([Rr]([Uu]([Ee])? )? )? $ ]] ; then
645641 echo " modules purge 2>&1" >&9
646642 fi
You can’t perform that action at this time.
0 commit comments