1
1

Oops -- misspelled the macro. Thanks to Ralph for catching the

error...

This commit was SVN r14508.
Этот коммит содержится в:
Jeff Squyres 2007-04-25 11:56:31 +00:00
родитель 8517a5a3a6
Коммит 68da8b984f

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

@ -76,7 +76,7 @@ int opal_util_init_sys_limits(void)
opal_sys_limits.num_files = rlim.rlim_cur;
}
#if HAVE_RLIMIT_NPROC
#if HAVE_DECL_RLIMIT_NPROC
/* get/set the system limits on number of child procs we can have open */
if (getrlimit (RLIMIT_NPROC, &rlim) < 0) {
opal_output(0, "getrlimit (RLIMIT_NPROC) failed: %s\n", strerror(errno));