File tree Expand file tree Collapse file tree 8 files changed +20
-8
lines changed
Expand file tree Collapse file tree 8 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 22
33set -ex
44
5+ # # testing locally on ppan/ workstation
6+ # module load gcc
7+ # module load hdf5
8+ # module load mpich
9+ # module load hdf5
10+ # module load netcdf-c
11+ # module load nco
12+ # module load netcdf-fortran/
13+ # module list
14+
15+
516echo " "
617which nc-config
718echo " we have nc-config"
@@ -73,6 +84,7 @@ echo ""
7384echo ' building FRE-NCtools conda package...'
7485
7586# # this is sufficient
87+ # PREFIX=/home/inl/Working/fre-nctools/FRENCTOOLS
7688autoreconf -iv
7789./configure --prefix=$PREFIX --enable-quad-precision --with-mpi || cat config.log
7890# ./configure --with-mpi || cat config.log
Original file line number Diff line number Diff line change 2424 command -v split_ncvars.pl --version
2525fi
2626
27- . ${srcdir=.} /init.sh; path_prepend_ ../../ src
27+ . ${srcdir=.} /init.sh; path_prepend_ ../src
2828
2929# Need to use the included list_ncvars.sh script. Otherwise,
3030# split_ncvars will look for list_ncvars.sh in the installed bin
@@ -52,4 +52,4 @@ split_ncvars.pl test_input_*.nc || fail_ split_ncvars.pl multiple input files fa
5252test -f var1.nc || fail_ var1.nc not created with multiple input files
5353test -f var2.nc || fail_ var2.nc not created with multiple input files
5454# Verify there are 60 time steps
55- ncdump -h var1.nc | grep -q ' 60 currently' || fail_ var1.nc does not have 60 time steps
55+ ncdump -h var1.nc | grep -q ' 60 currently' || fail_ var1.nc does not have 60 time steps
Original file line number Diff line number Diff line change 2424 command -v split_ncvars.pl --version
2525fi
2626
27- . ${srcdir=.} /init.sh; path_prepend_ ../../ src
27+ . ${srcdir=.} /init.sh; path_prepend_ ../src
2828
2929# Need to use the included list_ncvars.sh script. Otherwise,
3030# split_ncvars will look for list_ncvars.sh in the installed bin
Original file line number Diff line number Diff line change 2424 command -v split_ncvars.pl --version
2525fi
2626
27- . ${srcdir=.} /init.sh; path_prepend_ ../../ src
27+ . ${srcdir=.} /init.sh; path_prepend_ ../src
2828
2929# Need to use the included list_ncvars.sh script. Otherwise,
3030# split_ncvars will look for list_ncvars.sh in the installed bin
Original file line number Diff line number Diff line change 2424 command -v split_ncvars.pl --version
2525fi
2626
27- . ${srcdir=.} /init.sh; path_prepend_ ../../ src
27+ . ${srcdir=.} /init.sh; path_prepend_ ../src
2828
2929# Need to use the included list_ncvars.sh script. Otherwise,
3030# split_ncvars will look for list_ncvars.sh in the installed bin
Original file line number Diff line number Diff line change 2424 command -v split_ncvars.pl --version
2525fi
2626
27- . ${srcdir=.} /init.sh; path_prepend_ ../../ src
27+ . ${srcdir=.} /init.sh; path_prepend_ ../src
2828
2929# Need to use the included list_ncvars.sh script. Otherwise,
3030# split_ncvars will look for list_ncvars.sh in the installed bin
Original file line number Diff line number Diff line change 2424 command -v split_ncvars.pl --version
2525fi
2626
27- . ${srcdir=.} /init.sh; path_prepend_ ../../ src
27+ . ${srcdir=.} /init.sh; path_prepend_ ../src
2828
2929# Need to use the included list_ncvars.sh script. Otherwise,
3030# split_ncvars will look for list_ncvars.sh in the installed bin
Original file line number Diff line number Diff line change 2424 command -v split_ncvars.pl --version
2525fi
2626
27- . ${srcdir=.} /init.sh; path_prepend_ ../../ src
27+ . ${srcdir=.} /init.sh; path_prepend_ ../src
2828
2929# Need to use the included list_ncvars.sh script. Otherwise,
3030# split_ncvars will look for list_ncvars.sh in the installed bin
You can’t perform that action at this time.
0 commit comments