Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
4ec447ef
Commit
4ec447ef
authored
Jun 16, 2020
by
Ralf Mueller
🎣
Browse files
add library search path for parallel-netcdf
parent
9b76ce86
Pipeline
#3074
failed with stage
in 1 minute and 17 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4ec447ef
...
@@ -11,7 +11,7 @@ build-serial:
...
@@ -11,7 +11,7 @@ build-serial:
script
:
script
:
-
/sw/rhel6-x64/gcc/gcc-6.4.0/bin/gcc --version
-
/sw/rhel6-x64/gcc/gcc-6.4.0/bin/gcc --version
-
module load gcc/6.4.0
-
module load gcc/6.4.0
-
mkdir gcc64 && cd gcc64 && ../configure CC=gcc FC=gfortran --disable-cdi-app --enable-iso-c-interface --with-netcdf=/sw/rhel6-x64/netcdf/netcdf_c-4.7.2-gcc64 && make -j2
-
mkdir gcc64 && cd gcc64 && ../configure CC=gcc FC=gfortran --disable-cdi-app --enable-iso-c-interface --with-netcdf=/sw/rhel6-x64/netcdf/netcdf_c-4.7.2-gcc64 && make -j2
&& make check
artifacts
:
artifacts
:
paths
:
paths
:
-
gcc64/config.log
-
gcc64/config.log
...
@@ -34,7 +34,7 @@ build-parallel:
...
@@ -34,7 +34,7 @@ build-parallel:
-
mpicc --version
-
mpicc --version
-
mpirun --help
-
mpirun --help
-
ulimit -a
-
ulimit -a
-
mkdir gcc64-mpi && cd gcc64-mpi && ../configure CC=mpicc FC=mpif90 --with-netcdf=/sw/rhel6-x64/netcdf/netcdf_c-4.4.0-parallel-openmpi2-intel14 --with-szlib=/sw/rhel6-x64/sys/libaec-0.3.2-gcc48 --enable-iso-c-interface --with-jasper --with-grib_api=/sw/rhel6-x64/grib_api/grib_api-1.15.0-intel14 --enable-mpi && make -j2
-
mkdir gcc64-mpi && cd gcc64-mpi && ../configure CC=mpicc FC=mpif90 --with-netcdf=/sw/rhel6-x64/netcdf/netcdf_c-4.4.0-parallel-openmpi2-intel14 --with-szlib=/sw/rhel6-x64/sys/libaec-0.3.2-gcc48 --enable-iso-c-interface --with-jasper --with-grib_api=/sw/rhel6-x64/grib_api/grib_api-1.15.0-intel14 --enable-mpi
LDFLAGS=-L/sw/rhel6-x64/netcdf/parallel_netcdf-1.6.1-openmpi2-intel14/lib
&& make -j2
artifacts
:
artifacts
:
paths
:
paths
:
-
gcc64-mpi/config.log
-
gcc64-mpi/config.log
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment