File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ pipeline {
7979 }
8080
8181 steps {
82- sh " ./configure --with-netcdf --with-fftw3 --with-pnetcdf - mpi gnu"
82+ sh " ./configure --with-netcdf --with-fftw3 -mpi gnu"
8383 sh " make -j4 install"
8484 sh " make -e DO_PARALLEL='mpiexec -n 2' check"
8585 sh " make -e DO_PARALLEL='mpiexec -n 4' check"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ RUN mkdir -p /opt/intel && \
66 apt-get upgrade -y && \
77 apt-get install -y gfortran gcc g++ bzip2 libfftw3-dev automake make libbz2-dev \
88 mpich libmpich-dev zlib1g-dev netcdf-bin libnetcdf-dev \
9- liblapack-dev libarpack2-dev libpnetcdf-dev ssh
9+ liblapack-dev libarpack2-dev
1010
1111# Set up for the Intel compilers. This won't do anything if they're not mounted
1212ENV PATH=/opt/intel/compilers_and_libraries/linux/bin/intel64:/opt/intel/openmpi/bin:${PATH}
You can’t perform that action at this time.
0 commit comments