1
1
This commit was SVN r25353.
Этот коммит содержится в:
Nathan Hjelm 2011-10-21 16:28:36 +00:00
родитель cd68dbe2b8
Коммит cd257ac707

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

@ -1,3 +1,4 @@
/* -*- Mode: C; c-basic-offset:4 ; -*- */
/* /*
* Copyright (c) 2007 The Trustees of Indiana University. * Copyright (c) 2007 The Trustees of Indiana University.
* All rights reserved. * All rights reserved.
@ -104,7 +105,7 @@ static int kvs_get(const char *key, char *value, int valuelen)
static int kvs_commit(void) static int kvs_commit(void)
{ {
#if WANT_CRAY_PMI2_EXT #if WANT_CRAY_PMI2_EXT
return PMI2_KVS_Fence())) { return PMI2_KVS_Fence();
#else #else
int rc; int rc;