Skip to content

Commit

Permalink
Add simple env for serial TriBITS build and dev with SEMS
Browse files Browse the repository at this point in the history
This allows anyone with access to a SEMS env to do a simple serial (non-MPI)
build of TriBITS.  This avoids some issues with the SEMS env.
  • Loading branch information
bartlettroscoe committed Jan 3, 2018
1 parent f8d7208 commit 3d3308e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dev_testing/sems/load_serial_dev_env.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# This script can be sourced to load a simple env on any SEMS machine in order
# to do a basic configuration and testing of TriBITS without MPI. For some
# reason the SEMS-built env causes a bunch of TriBITS tests to fail.

module load sems-env
module load sems-git/2.10.1
module load atdm-env
module load atdm-cmake/3.7.0
module load atdm-ninja_fortran/1.7.2

0 comments on commit 3d3308e

Please sign in to comment.