1
1
Talked to @ggouaillardet about this code. It was not intended to be committed to
master. Removing to fix coverity issue.

CID 1270134 Unchecked return value

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
Этот коммит содержится в:
Nathan Hjelm 2015-05-22 08:36:14 -06:00
родитель e47cb9636d
Коммит 9da29c3621

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

@ -126,11 +126,6 @@ OBJ_CLASS_INSTANCE(ompi_java_buffer_t,
*/
jint JNI_OnLoad(JavaVM *vm, void *reserved)
{
char *env = getenv("OMPI_ATTACH");
if (NULL != env && 0 < atoi(env)) {
volatile int _dbg = 1;
while (_dbg) poll(NULL, 0, 1);
}
libmpi = dlopen("libmpi." OPAL_DYN_LIB_SUFFIX, RTLD_NOW | RTLD_GLOBAL);
if(libmpi == NULL)