Mentions légales du service

Skip to content
Snippets Groups Projects

Feature mpi comm user

Merged PRUVOST Florent requested to merge fpruvost/chameleon:feature-mpi-comm-user into master
3 files
+ 211
152
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -24,4 +24,5 @@ if (CHAMELEON_USE_MPI AND MPI_C_FOUND)
foreach(test ${MPITESTLIST})
add_test(example_ltm_${test} ${MPICMD} ./${test})
endforeach()
add_test(example_ltm_step6_subcom mpiexec --bind-to none -n 4 ./step6 --scom=1 --threads=2)
endif()
Loading