Skip to content

Commit fbee75a

Browse files
author
Daniel R. Roe
committed
DRR - Cpptraj: Give up on pnetcdf test for now. Will try again in a future PR.
1 parent 10d0e35 commit fbee75a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

devtools/ci/jenkins/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
1212
ENV PATH=/opt/intel/compilers_and_libraries/linux/bin/intel64:/opt/intel/openmpi/bin:${PATH}

0 commit comments

Comments
 (0)