Hi I am having problems with OrangeFS 2.9.1 and MPICH 3.1.4.
Here is my system settings: Linux Kernel 2.6.32 Berkeley DB version 6.1.19 A simple MPI test program that calls MPI_File_open and MPI_File_write_all is used and ran two processes on the same host. The MPI commands I used with prefix file names to force ADIO drivers: mpiexec -n 2 coll_write /orangefs/wkliao/testfile mpiexec -n 2 coll_write pvfs2:/orangefs/wkliao/testfile.pvfs2 mpiexec -n 2 coll_write ufs:/orangefs/wkliao/testfile.ufs The first two will use the pvfs2 driver and the 3rd the ufs driver. Here is what I see when running "ls -l" and "pvfs2-ls -l" commands. % ls -l /orangefs/wkliao/ ls: cannot access /orangefs/wkliao/testfile: No such file or directory ls: cannot access /orangefs/wkliao/testfile.pvfs2: No such file or directory total 31252 ?????????? ? ? ? ? ? testfile ?????????? ? ? ? ? ? testfile.pvfs2 -rw------- 1 wkliao users 32000000 Mar 13 18:55 testfile.ufs % pvfs2-ls -l /orangefs/wkliao/ -rw-r--r-- 1 wkliao users 31000000 2015-03-13 18:55 testfile -rw------- 1 wkliao users 32000000 2015-03-13 18:55 testfile.ufs -rw-r--r-- 1 wkliao users 31000000 2015-03-13 18:55 testfile.pvfs2 My config.log file for building orangefs can be found in this URL http://www.ece.northwestern.edu/~wkliao/config.log Wei-keng _______________________________________________ Pvfs2-users mailing list [email protected] http://www.beowulf-underground.org/mailman/listinfo/pvfs2-users
