mirror of
https://github.com/NGSolve/netgen.git
synced 2025-02-05 09:14:17 +05:00
vampirtrace
This commit is contained in:
parent
455428582f
commit
0a626a57f3
@ -70,7 +70,7 @@ int main(int argc, char ** argv)
|
|||||||
#ifdef PARALLEL
|
#ifdef PARALLEL
|
||||||
int mpi_required = MPI_THREAD_MULTIPLE;
|
int mpi_required = MPI_THREAD_MULTIPLE;
|
||||||
#ifdef VTRACE
|
#ifdef VTRACE
|
||||||
mpi_required = 0;
|
mpi_required = MPI_THREAD_SINGLE;
|
||||||
#endif
|
#endif
|
||||||
int mpi_provided;
|
int mpi_provided;
|
||||||
MPI_Init_thread(&argc, &argv, mpi_required, &mpi_provided);
|
MPI_Init_thread(&argc, &argv, mpi_required, &mpi_provided);
|
||||||
|
Loading…
Reference in New Issue
Block a user