Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 8366f357 authored by frey_m's avatar frey_m
Browse files

Fix typo

parent fd3edbf8
No related branches found
No related tags found
1 merge request!32Master
...@@ -104,7 +104,7 @@ CommMPI::CommMPI(int& argc , char**& argv, int procs, bool mpiinit, MPI_Comm mpi ...@@ -104,7 +104,7 @@ CommMPI::CommMPI(int& argc , char**& argv, int procs, bool mpiinit, MPI_Comm mpi
if (weInitialized) if (weInitialized)
#ifdef _OPENMP #ifdef _OPENMP
int provided = 0; int provided = 0;
MPI_Init_Thread(&argc, &argv, MPI_THREAD_FUNNELED, &provided); MPI_Init_thread(&argc, &argv, MPI_THREAD_FUNNELED, &provided);
INFOMSG("Ippl will be initialized with " << INFOMSG("Ippl will be initialized with " <<
omp_get_max_threads() << " OMP threads\n"); omp_get_max_threads() << " OMP threads\n");
......
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