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

use fake mpirun

parent 71cc4cf2
No related branches found
No related tags found
No related merge requests found
Pipeline #2364 failed
......@@ -24,8 +24,8 @@ build:
- mpicc --version
- mpirun --help
- ulimit -a
- ifconfig
- mkdir gcc64 && cd gcc64 && ../configure CC=mpicc FC=mpif90 --enable-mpi --disable-cdi-app --enable-iso-c-interface
- sbatch --help
- mkdir gcc64 && cd gcc64 && ../configure CC=mpicc FC=mpif90 MPI_LAUNCH=true --enable-mpi --disable-cdi-app --enable-iso-c-interface
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