Skip to content

Commit

Permalink
Adding missing scratch root for blues
Browse files Browse the repository at this point in the history
CESMSCRATCHROOT is not defined in the blues configuration. So
users need to specify "-sharedlibroot" when trying to build
and run tests using create_test. If the user misses the
"-sharedlibroot" argument the build fails. This commit fixes
this issue by explicitly specifying the scratch root for blues.

Also see Issue #154

SEG-29
  • Loading branch information
jayeshkrishna committed Mar 24, 2015
1 parent a439472 commit f826186
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ccsm_utils/Machines/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@
<DESC>ANL/LCRC Linux Cluster</DESC>
<COMPILERS>intel,gnu,pgi</COMPILERS>
<MPILIBS>openmpi,mpich,mpi-serial</MPILIBS>
<CESMSCRATCHROOT>/lcrc/project/$PROJECT/$CCSMUSER</CESMSCRATCHROOT>
<RUNDIR>/lcrc/project/$PROJECT/$CCSMUSER/$CASE/run</RUNDIR>
<EXEROOT>/lcrc/project/$PROJECT/$CCSMUSER/$CASE/bld</EXEROOT>
<DIN_LOC_ROOT>/home/ccsm-data/inputdata</DIN_LOC_ROOT>
Expand Down

0 comments on commit f826186

Please sign in to comment.