Skip to content

Commit

Permalink
Merge branch 'jgfouca/skybridge_working' (PR #7)
Browse files Browse the repository at this point in the history
CIME tests now passing on skybridge

[BFB]

* jgfouca/skybridge_working:
  CIME tests now passing on skybridge
  • Loading branch information
jgfouca committed Jul 31, 2015
2 parents 4852e71 + a8f6ab6 commit b496e53
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion machines-acme/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -763,7 +763,7 @@
<DOUT_S_ROOT>$CESMSCRATCHROOT/archive/$CASE</DOUT_S_ROOT> <!-- complete path to a short term archiving directory -->
<DOUT_L_MSROOT>USERDEFINED_optional_run</DOUT_L_MSROOT> <!-- complete path to a long term archiving directory -->
<CCSM_BASELINE>/projects/ccsm/ccsm_baselines</CCSM_BASELINE>
<CCSM_CPRNC>$CCSMROOT/tools/cprnc/build/cprnc</CCSM_CPRNC> <!-- path to the cprnc tool used to compare netcdf history files in testing -->
<CCSM_CPRNC>$CIMEROOT/tools/cprnc/build/cprnc</CCSM_CPRNC> <!-- path to the cprnc tool used to compare netcdf history files in testing -->
<BATCHQUERY>qstat</BATCHQUERY>
<BATCHSUBMIT>sbatch</BATCHSUBMIT>
<BATCHREDIRECT></BATCHREDIRECT>
Expand Down
4 changes: 4 additions & 0 deletions machines-acme/env_mach_specific.skybridge
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ setenv NETCDF_INCLUDES $NETCDFROOT/include
setenv NETCDF_LIBS $NETCDFROOT/lib

setenv PNETCDFROOT $NETCDFROOT

if ( $?PERL ) then
printenv
endif

0 comments on commit b496e53

Please sign in to comment.