Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mpim-sw
libcdi
Commits
ddebe045
Commit
ddebe045
authored
Jun 16, 2020
by
Ralf Mueller
🎣
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add library search path for parallel-netcdf - but different
parent
4ec447ef
Pipeline
#3075
failed with stage
in 1 minute and 17 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
No files found.
.gitlab-ci.yml
View file @
ddebe045
...
...
@@ -34,7 +34,7 @@ build-parallel:
-
mpicc --version
-
mpirun --help
-
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
LDFLAGS=-L/sw/rhel6-x64/netcdf/parallel_netcdf-1.6.1-openmpi2-intel14/lib
&& make -j2
-
mkdir gcc64-mpi && cd gcc64-mpi &&
LD_LIBRARY_PATH=/sw/rhel6-x64/netcdf/parallel_netcdf-1.6.1-openmpi2-intel14/lib:$LD_LIBRARY_PATH
../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
artifacts
:
paths
:
-
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