Skip to content

Commit

Permalink
Make pgi the default compiler on blues
Browse files Browse the repository at this point in the history
Make pgi the default compiler on blues since that
is the one tested nightly with Jenkins and recent
refactor of testing uses the default compiler.
  • Loading branch information
rljacob committed Oct 21, 2015
1 parent c7c2ae8 commit 760ef66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cime/machines-acme/config_machines.xml
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@

<machine MACH="blues">
<DESC>ANL/LCRC Linux Cluster</DESC>
<COMPILERS>intel,gnu,pgi,nag</COMPILERS>
<COMPILERS>pgi,intel,gnu,nag</COMPILERS>
<MPILIBS>mpich,openmpi,mpi-serial</MPILIBS>
<CESMSCRATCHROOT>/lcrc/project/$PROJECT/$CCSMUSER/acme_scratch</CESMSCRATCHROOT>
<RUNDIR>$CESMSCRATCHROOT/$CASE/run</RUNDIR>
Expand Down

0 comments on commit 760ef66

Please sign in to comment.