1
1
This commit was SVN r11457.
Этот коммит содержится в:
George Bosilca 2006-08-28 04:09:43 +00:00
родитель bbc2a1e4b8
Коммит 36be7bf204

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

@ -2,7 +2,7 @@
* Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana * Copyright (c) 2004-2005 The Trustees of Indiana University and Indiana
* University Research and Technology * University Research and Technology
* Corporation. All rights reserved. * Corporation. All rights reserved.
* Copyright (c) 2004-2005 The University of Tennessee and The University * Copyright (c) 2004-2006 The University of Tennessee and The University
* of Tennessee Research Foundation. All rights * of Tennessee Research Foundation. All rights
* reserved. * reserved.
* Copyright (c) 2004-2005 High Performance Computing Center Stuttgart, * Copyright (c) 2004-2005 High Performance Computing Center Stuttgart,
@ -57,7 +57,7 @@ OMPI_DECLSPEC void ompi_wait_for_totalview(void)
if (wait_for_totalview) { if (wait_for_totalview) {
while (MPIR_debug_gate == 0) { while (MPIR_debug_gate == 0) {
#if defined(__WINDOWS__) #if defined(__WINDOWS__)
sleep(100); /* milliseconds */ Sleep(100); /* milliseconds */
#else #else
usleep(100000); /* microseconds */ usleep(100000); /* microseconds */
#endif #endif