Skip to content
Snippets Groups Projects
Commit d7f054e2 authored by Marcin Kirsz's avatar Marcin Kirsz
Browse files

added mpi include

parent 1079787a
No related branches found
No related tags found
No related merge requests found
Pipeline #43393 passed
...@@ -52,7 +52,9 @@ class Trainer { ...@@ -52,7 +52,9 @@ class Trainer {
} }
}; };
#ifdef TADAH_BUILD_MPI #ifdef TADAH_BUILD_MPI
#include <mpi.h>
extern "C" void blacs_get_(int*, int*, int*); extern "C" void blacs_get_(int*, int*, int*);
extern "C" void blacs_pinfo_(int*, int*); extern "C" void blacs_pinfo_(int*, int*);
extern "C" void blacs_gridinit_(int*, char*, int*, int*); extern "C" void blacs_gridinit_(int*, char*, int*, int*);
......
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