This commit is contained in:
Young 2016-05-04 10:23:53 +09:00
Родитель 777bd858b3
Коммит 53deb83590
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -102,7 +102,7 @@ public:
// NOTICE: Preload libmpi with the right mode. Otherwise python will load it in
// a private which will cause errors
dlopen_libmpi();
if (*argc == 0) {
if (argc && *argc == 0) {
// When using multithread, giving MPI_Init_thread argv with zero length will cause errors.
MV_MPI_CALL(MPI_Init_thread(NULL, NULL, MPI_THREAD_SERIALIZED, &thread_provided_));
} else {