Skip to content

Commit

Permalink
Delete unused statements
Browse files Browse the repository at this point in the history
 On branch hotfix/pqpf
	modified:   sorc/build_global_enspqpf.sh

Refs: #2
  • Loading branch information
XianwuXue-NOAA committed Nov 30, 2020
1 parent 3ec5ea7 commit c8f2ca9
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions sorc/build_global_enspqpf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,6 @@ export INCSM="-I ${G2_INC4}"

export LIBSM="${G2_LIB4} ${W3NCO_LIB4} ${BACIO_LIB4} ${JASPER_LIB} ${PNG_LIB} ${Z_LIB}"


# If you want to get the original size of excutable file,
GetOriginal=${GetOriginal:-false}

if $GetOriginal; then
if [ $target == wcoss_cray ]; then
echo "This is on wcoss_cray"
export INCSM="-I ${G2_INC4} -I/opt/cray/iobuf/2.0.5/include"
export LIBSM="${G2_LIB4} ${W3NCO_LIB4} ${BACIO_LIB4} ${JASPER_LIB} ${PNG_LIB} ${Z_LIB} -Wl,/opt/cray/iobuf/2.0.5/lib/iobuf.o"
elif [ $target == wcoss_dell_p3 ]; then
echo "This is on wcoss_dell_p3"
fi
fi

make -f Makefile clobber
make -f Makefile
make -f Makefile install
Expand Down

0 comments on commit c8f2ca9

Please sign in to comment.