Skip to content

Commit

Permalink
Change compiler to ftn/cc
Browse files Browse the repository at this point in the history
 On branch feature/port2acorn_ops-gefsv12.1
 Changes to be committed:
	modified:   build_all.sh

Refs: ufs-community#552
  • Loading branch information
XianwuXue-NOAA committed Sep 9, 2021
1 parent e0bf8bd commit 5eff80a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cd ./build
if [[ $target == "wcoss_cray" ]]; then
cmake .. -DCMAKE_INSTALL_PREFIX=../ -DEMC_EXEC_DIR=ON
else
cmake .. -DCMAKE_Fortran_COMPILER=ifort -DCMAKE_C_COMPILER=icc -DCMAKE_INSTALL_PREFIX=../ -DEMC_EXEC_DIR=ON
cmake .. -DCMAKE_Fortran_COMPILER=ftn -DCMAKE_C_COMPILER=cc -DCMAKE_INSTALL_PREFIX=../ -DEMC_EXEC_DIR=ON
fi

make -j 8 VERBOSE=1
Expand Down

0 comments on commit 5eff80a

Please sign in to comment.