Skip to content

Commit

Permalink
Merge Pull Request #3763 from trilinos/Trilinos/csiefer-24428f1
Browse files Browse the repository at this point in the history
Automatically Merged using Trilinos Pull Request AutoTester
PR Title: Ctest: More rocketman fixes
PR Author: csiefer2
  • Loading branch information
trilinos-autotester authored Oct 29, 2018
2 parents a68b12e + 24428f1 commit 9dbbc9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cmake/ctest/drivers/rocketman/cron_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ module load sems-cmake/3.10.3
module load sems-gcc/5.3.0
module load sems-openmpi/1.10.1
module load sems-superlu/4.3/base
module load sems-hdf5/1.8.12/parallel
module load sems-netcdf/4.4.1/exo_parallel


# Remove colors (-fdiagnostics-color) from OMPI flags
# It may result in non-XML characters on the Dashboard
Expand All @@ -61,6 +64,8 @@ export OMP_NUM_THREADS=2
SCRIPT_DIR=`cd "\`dirname \"$0\"\`";pwd`
$SCRIPT_DIR/../cron_driver.py

module unload sems-netcdf/4.4.1/exo_parallel
module unload sems-hdf5/1.8.12/parallel
module unload sems-superlu/4.3/base
module unload sems-openmpi/1.10.1
module unload sems-gcc/5.3.0
Expand Down

0 comments on commit 9dbbc9a

Please sign in to comment.