1
1

According to a report from Adam Moody, there is a compile error with

ROMIO and Lustre 2.4.0.  It has been solved upstream already; here's
the ticket:

    http://trac.mpich.org/projects/mpich/ticket/1973

And here's the commit that fixed it:

    a0c4278f14

OMPI does not have the other code referred to in that git commit (in
ad_lustre_hints.c).

Thanks to Adam Moody for reporting the issue.

cmr=v1.7.4:reviewer=hjelmn:subject=Fix ROMIO compile error w/ Lustre 2.4

This commit was SVN r30393.
Этот коммит содержится в:
Jeff Squyres 2014-01-23 14:15:35 +00:00
родитель 86776daf75
Коммит 9fee7c2b4d
2 изменённых файлов: 2 добавлений и 1 удалений

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

@ -24,3 +24,5 @@ Local modifications:
Patches past 3.0.4: (Update whenever ROMIO is updated)
- Deal with endless ESTALE cases:
http://git.mpich.org/mpich.git/commit/b250d338e66667a8a1071a5f73a4151fd59f83b2
- Fix compile error with Lustre 2.4
http://trac.mpich.org/projects/mpich/changeset/a0c4278f1400a73eb63c5106e2bd3b1a6565ad5a

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

@ -8,7 +8,6 @@
* Copyright (C) 2008 Sun Microsystems, Lustre group
*/
#define _XOPEN_SOURCE 600
#include <stdlib.h>
#include <malloc.h>
#include "ad_lustre.h"