Skip to content

Commit

Permalink
Merge pull request #2208 from joshua-cogliati-inl/update_module_for_pbs
Browse files Browse the repository at this point in the history
Removing old modules.
  • Loading branch information
PaulTalbot-INL authored Nov 2, 2023
2 parents e262024 + 7816e73 commit 7d63283
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/cluster_tests/FirstP/pbsdsh_custom/raven_remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ else
if [ `echo $MODULEPATH | grep -c '/apps/projects/moose/modulefiles'` -eq 0 ]; then export MODULEPATH=$MODULEPATH:/apps/projects/moose/modulefiles; fi

echo "$MODULEPATH"
module load moose-dev-gcc pbs python/3.2
module load python/3

which python3
fi
Expand Down
2 changes: 1 addition & 1 deletion tests/cluster_tests/tests
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
output_wait_time = 60
#Note that the output includes the time the test is running
# which is why the relative error is very high
rel_err = 0.2
rel_err = 0.4
type = RavenFramework
max_time = 3600
[../]
Expand Down

0 comments on commit 7d63283

Please sign in to comment.