--- src/mpi/romio/adio/common/lock.c 2010-09-21 16:06:52.000000000 +0200 +++ src/mpi/romio/adio/common/lock.c.OLD 2009-05-06 22:46:34.000000000 +0200 @@ -154,7 +154,7 @@ /* FIXME: This should use the error message system, especially for MPICH2 */ FPRINTF(stderr, "File locking failed in ADIOI_Set_lock(fd %X,cmd %s/%X,type %s/%X,whence %X) with return value %X and errno %X.\n" - "If the file system is NFS, you need to use NFS version 3, ensure that the lockd daemon is running on all the machines, and mount the directory with the 'noac' option (no attribute caching),\nIf the file system is LUSTRE, ensure that the directory is mounted with the 'flock' option.\n", + "If the file system is NFS, you need to use NFS version 3, ensure that the lockd daemon is running on all the machines, and mount the directory with the 'noac' option (no attribute caching).\n", fd, ((cmd == F_GETLK )? "F_GETLK" : ((cmd == F_SETLK )? "F_SETLK" :