Skip to content

Commit

Permalink
use ftn to replace mpifort on wcoss2 (#34)
Browse files Browse the repository at this point in the history
* address CFP machine checks, jlogfile, compath

* address CFP machine checks on gldas_forcing.sh

* use ftn to replace mpifort on wcoss2

Co-authored-by: Helin Wei <[email protected]>
  • Loading branch information
HelinWei-NOAA and Helin Wei committed Jan 6, 2022
1 parent ecfa29c commit e757e6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sorc/gldas_model.fd/make/Makefile.noah
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ debug: $(OBJS)
# ZEUS/GAEA/Eddy/Tide
#----------------------------------------------------------------

ifeq ($(target),wcoss_cray)
ifeq ($(target),wcoss2)
FC = ftn
CC = cc
else
Expand Down

0 comments on commit e757e6e

Please sign in to comment.