Skip to content
Snippets Groups Projects
Commit f81ab219 authored by Ralf Mueller's avatar Ralf Mueller :fishing_pole_and_fish:
Browse files

fix typo (ci)

parent 7a55fc24
No related branches found
No related tags found
No related merge requests found
Pipeline #2419 failed
......@@ -12,7 +12,6 @@ build-serial:
- /sw/rhel6-x64/gcc/gcc-6.4.0/bin/gcc --version
- 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-mpi && cd gcc-mpi && ./configure --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 --prefix=/work/k20200/k202061/cdipio-for-ralf/cdi-pio --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/config.log
......@@ -34,7 +33,7 @@ build-parallel:
- mpicc --version
- mpirun --help
- ulimit -a
- mkdir gcc64-mpi && cd gcc64-mpi && ./configure --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 --prefix=/work/k20200/k202061/cdipio-for-ralf/cdi-pio --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 --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 --prefix=/work/k20200/k202061/cdipio-for-ralf/cdi-pio --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/config.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment