Skip to content

Commit

Permalink
Add acorn to build_ufs_utils.sh
Browse files Browse the repository at this point in the history
 On branch feature/gefs_v12_github_port2acorn
	modified:   sorc/build_ufs_utils.sh

Refs: NOAA-EMC#345
  • Loading branch information
XianwuXue-NOAA committed Jul 22, 2021
1 parent 35ab5a5 commit 41fdb45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sorc/build_ufs_utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ cwd=`pwd`

if [ $target = wcoss_dell_p3 ]; then target=dell; fi
if [ $target = wcoss_cray ]; then target=cray; fi
if [ $target = acorn ]; then target=acorn; fi

cd ufs_utils.fd
./build_all.sh
Expand Down

0 comments on commit 41fdb45

Please sign in to comment.