1
1

* remove debugging #if 0 that accidently sneaked into the test

This commit was SVN r6958.
Этот коммит содержится в:
Brian Barrett 2005-08-21 21:31:17 +00:00
родитель dcfcb5ab5a
Коммит 25701c739f

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

@ -41,12 +41,10 @@ main(int argc, char *argv[])
int retval;
opal_init();
#if 0
if (!opal_mem_free_is_supported()) {
printf("no memory registration supported. skipping\n");
return 77;
}
#endif
retval = opal_mem_free_register_handler(callback, NULL);
if (retval != OMPI_SUCCESS) {
printf("handler registration failed\n");