From c8f2ca97cc16f9f2c7910a611669576d9ee23cd0 Mon Sep 17 00:00:00 2001 From: "Xianwu.Xue" Date: Mon, 30 Nov 2020 10:24:07 -0500 Subject: [PATCH] Delete unused statements On branch hotfix/pqpf modified: sorc/build_global_enspqpf.sh Refs: #2 --- sorc/build_global_enspqpf.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/sorc/build_global_enspqpf.sh b/sorc/build_global_enspqpf.sh index cf2d4db9b..9b9f1b066 100755 --- a/sorc/build_global_enspqpf.sh +++ b/sorc/build_global_enspqpf.sh @@ -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