Skip to content
Snippets Groups Projects
Commit 3f50b4de authored by Sergey Kosukhin's avatar Sergey Kosukhin
Browse files

Skip MPI tests if MPI_LAUNCH is not available.

parent 36529217
No related branches found
No related tags found
2 merge requests!34Version 2.2.0,!13Consolidation with CDI-PIO (develop)
#!@SHELL@
test 'x@MPI_LAUNCH@' != xtrue || exit 77
LOG="${LOG-pio_write_deco2d.log}"
mpi_task_num="${mpi_task_num-6}"
......
#!@SHELL@
test 'x@MPI_LAUNCH@' != xtrue || exit 77
LOG=${LOG-pio_write.log}
mpi_task_num="${mpi_task_num-4}"
suffix="${suffix-grb}"
......
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