Skip to content
Snippets Groups Projects
Commit ccdf638b authored by Adrien M. Bernede's avatar Adrien M. Bernede
Browse files

Fix path to data

parent 93541f9a
No related branches found
No related tags found
No related merge requests found
...@@ -49,8 +49,8 @@ build_on_lassen: ...@@ -49,8 +49,8 @@ build_on_lassen:
- echo "--- Examples Hasegawa Wakatani 3d ---" - echo "--- Examples Hasegawa Wakatani 3d ---"
- cd examples/hasegawa-wakatani-3d/ - cd examples/hasegawa-wakatani-3d/
- lalloc 1 -W 30 ./hw -d ${CI_PROJECT_DIR}/examples/hasegawa-wakatani-3d/data - lalloc 1 -W 30 ./hw -d ${CI_PROJECT_DIR}/examples/hasegawa-wakatani-3d/data
- lalloc 1 -W 30 -qpdebug mpiexec -n 4 ./hw -d ${CI_PROJECT_DIR}/BOUT-dev/examples/hasegawa-wakatani-3d/data - lalloc 1 -W 30 -qpdebug mpiexec -n 4 ./hw -d ${CI_PROJECT_DIR}/examples/hasegawa-wakatani-3d/data
- echo "--- Examples Laplace XY, simple hypre ---" - echo "--- Examples Laplace XY, simple hypre ---"
- cd examples/laplacexy/simple-hypre - cd examples/laplacexy/simple-hypre
- lalloc 1 -W 30 ./test_laplacexy_hypre -d ${CI_PROJECT_DIR}/examples/laplacexy/simple-hypre/data/ - lalloc 1 -W 30 ./test_laplacexy_hypre -d ${CI_PROJECT_DIR}/examples/laplacexy/simple-hypre/data/
- lalloc 1 -W 30 -qpdebug mpiexec -n 4 ./test_laplacexy_hypre -d ${CI_PROJECT_DIR}/BOUT-dev/examples/laplacexy/simple-hypre/ - lalloc 1 -W 30 -qpdebug mpiexec -n 4 ./test_laplacexy_hypre -d ${CI_PROJECT_DIR}/examples/laplacexy/simple-hypre/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment