Skip to content

Commit

Permalink
Merge branch 'mvertens/refactor' of github.com:jedwards4b/cime into m…
Browse files Browse the repository at this point in the history
…vertens/refactor

okay fine
  • Loading branch information
jedwards4b committed Sep 9, 2015
2 parents 114623a + e94f8cc commit 708ffde
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions cime_config/cesm/machines/config_batch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
<!-- <directive> -j oe {{ output_error_path }} </directive> -->
<directive> -j oe </directive>
<directive default="ae" > -m {{ mail_options }} </directive>
<directive> -V </directive>
</directives>
</batch_system>

Expand Down
16 changes: 8 additions & 8 deletions scripts/Testing/Testcases/PET_build.csh
Original file line number Diff line number Diff line change
Expand Up @@ -26,35 +26,35 @@ set NTHRDS_CPL = `./xmlquery NTHRDS_CPL -value`

if ( $NTHRDS_ATM <= 1) then
echo "WARNING: component ATM is not threaded, changing NTHRDS_ATM to 2"
xmlchange -file env_mach_pes.xml -id NTHRDS_ATM -val 2
./xmlchange -file env_mach_pes.xml -id NTHRDS_ATM -val 2
endif
if ( $NTHRDS_LND <= 1) then
echo "WARNING: component LND is not threaded, changing NTHRDS_LND to 2"
xmlchange -file env_mach_pes.xml -id NTHRDS_LND -val 2
./xmlchange -file env_mach_pes.xml -id NTHRDS_LND -val 2
endif
if ( $NTHRDS_ROF <= 1) then
echo "WARNING: component ROF is not threaded, changing NTHRDS_ROF to 2"
xmlchange -file env_mach_pes.xml -id NTHRDS_ROF -val 2
./xmlchange -file env_mach_pes.xml -id NTHRDS_ROF -val 2
endif
if ( $NTHRDS_ICE <= 1) then
echo "WARNING: component ICE is not threaded, changing NTHRDS_ICE to 2"
xmlchange -file env_mach_pes.xml -id NTHRDS_ICE -val 2
./xmlchange -file env_mach_pes.xml -id NTHRDS_ICE -val 2
endif
if ( $NTHRDS_OCN <= 1) then
echo "WARNING: component OCN is not threaded, changing NTHRDS_OCN to 2"
xmlchange -file env_mach_pes.xml -id NTHRDS_OCN -val 2
./xmlchange -file env_mach_pes.xml -id NTHRDS_OCN -val 2
endif
if ( $NTHRDS_GLC <= 1) then
echo "WARNING: component GLC is not threaded, changing NTHRDS_GOC to 2"
xmlchange -file env_mach_pes.xml -id NTHRDS_GLC -val 2
./xmlchange -file env_mach_pes.xml -id NTHRDS_GLC -val 2
endif
if ( $NTHRDS_CPL <= 1) then
echo "WARNING: component CPL is not threaded, changing NTHRDS_CPL to 2"
xmlchange -file env_mach_pes.xml -id NTHRDS_CPL -val 2
./xmlchange -file env_mach_pes.xml -id NTHRDS_CPL -val 2
endif
if ( $NTHRDS_WAV <= 1) then
echo "WARNING: component WAV is not threaded, changing NTHRDS_WAV to 2"
xmlchange -file env_mach_pes.xml -id NTHRDS_WAV -val 2
./xmlchange -file env_mach_pes.xml -id NTHRDS_WAV -val 2
endif

cp -f env_mach_pes.xml env_mach_pes.xml.1
Expand Down

0 comments on commit 708ffde

Please sign in to comment.