Skip to content

Commit

Permalink
Add istanbul cpu target back for GLC component
Browse files Browse the repository at this point in the history
Cases with active land ice are failing at runtime with the error:

> Advective CFL violation on this processor.  Maximum allowable time
> step for this processor is (Days_hhh:mmm:sss): 0000000000_000:000:000

Adding the istanbul cpu target back just for GLC eliminates the
error. A future task will be to determine which files in MPASLI
need this cpu target.
  • Loading branch information
Patrick Worley committed Sep 20, 2017
1 parent cf9a1f0 commit 1681986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/acme/machines/config_compilers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,7 @@ for mct, etc.
<compiler COMPILER="pgi" MACH="titan">
<ADD_CFLAGS DEBUG="FALSE"> -O2 </ADD_CFLAGS>
<ADD_FFLAGS DEBUG="FALSE"> -O2 </ADD_FFLAGS>
<ADD_FFLAGS MODEL="glc"> -target-cpu=istanbul </ADD_FFLAGS>
<NETCDF_PATH>$(NETCDFROOT)</NETCDF_PATH>
<PNETCDF_PATH>$(PNETCDFROOT)</PNETCDF_PATH>
<CONFIG_ARGS> --host=Linux </CONFIG_ARGS>
Expand Down

0 comments on commit 1681986

Please sign in to comment.