Skip to content

Commit 921e55a

Browse files
authored
Merge pull request #39 from O2-AC/dev_lmod-support
Fix typo in configure script #37 Remove rwth hotfix #38
2 parents bb6995a + 77753aa commit 921e55a

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

configure/configure.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

runxtb.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)