ompi_daemon_init does not quite work on windoze boxes
This commit was SVN r3479.
Этот коммит содержится в:
родитель
d7cd3dcef1
Коммит
a1100aead3
@ -86,7 +86,9 @@ int main(int argc, char *argv[])
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* daemonize myself */
|
/* daemonize myself */
|
||||||
|
#ifndef WIN32
|
||||||
ompi_daemon_init(NULL);
|
ompi_daemon_init(NULL);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* setup the thread lock and condition variable */
|
/* setup the thread lock and condition variable */
|
||||||
OBJ_CONSTRUCT(&ompi_daemon_mutex, ompi_mutex_t);
|
OBJ_CONSTRUCT(&ompi_daemon_mutex, ompi_mutex_t);
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user