Commit afde6509 authored by Theophile Terraz's avatar Theophile Terraz
Browse files

Merge branch 'master' of gitlab-ssh.irstea.fr:theophile.terraz/rubar20

No related merge requests found
Showing with 4 additions and 8 deletions
+4 -8
...@@ -8,8 +8,7 @@ build_seq_ec: ...@@ -8,8 +8,7 @@ build_seq_ec:
script: script:
- echo "Compiling rubar20..." - echo "Compiling rubar20..."
- cd code - cd code
- cmake -DTS_ENABLE=OFF -DMPI_ENABLE=OFF . - make sequentiel_eau_claire
- make
- cd .. - cd ..
build_seq_ts: build_seq_ts:
...@@ -18,8 +17,7 @@ build_seq_ts: ...@@ -18,8 +17,7 @@ build_seq_ts:
script: script:
- echo "Compiling rubar20_TS..." - echo "Compiling rubar20_TS..."
- cd code - cd code
- cmake -DTS_ENABLE=ON -DMPI_ENABLE=OFF . - make sequentiel_ts
- make
- cd .. - cd ..
build_mpi_ec: build_mpi_ec:
...@@ -28,8 +26,7 @@ build_mpi_ec: ...@@ -28,8 +26,7 @@ build_mpi_ec:
script: script:
- echo "Compiling rubar20_MPI..." - echo "Compiling rubar20_MPI..."
- cd code - cd code
- cmake -DTS_ENABLE=OFF -DMPI_ENABLE=ON . - make mpi_eau_claire
- make
- cd .. - cd ..
artifacts: artifacts:
paths: paths:
...@@ -41,8 +38,7 @@ build_mpi_ts: ...@@ -41,8 +38,7 @@ build_mpi_ts:
script: script:
- echo "Compiling rubar20_MPI_TS..." - echo "Compiling rubar20_MPI_TS..."
- cd code - cd code
- cmake -DTS_ENABLE=ON -DMPI_ENABLE=ON . - make mpi_ts
- make
- cd .. - cd ..
run_tests_mpi1: run_tests_mpi1:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment