[PVFS2-users] RE: Question: relation between PVFS2 and MPI-IO
Robert Latham
robl at mcs.anl.gov
Mon May 16 14:38:54 EDT 2005
On Mon, May 16, 2005 at 12:03:41PM -0500, Nathan Poznick wrote:
> $ mkdir /home/user/fake-pvfs2
> $ vi /home/user/pvfs2tab
> (add the contents)
> tcp://testhost:3334/pvfs2-fs /home/user/fake-pvfs2 pvfs2 default,noauto 0 0
> $ export PVFS2TAB_FILE=/home/user/pvfs2tab
> $ pvfs2-ls -l /home/user/fake-pvfs2
Actually the mountpoint really doesn't have to exist at all if you are
working strictly with the pvfs2-* utilities and MPI-IO codes.
The following steps would suffice:
$ vi /home/user/pvfs2tab
(add these contents)
tcp://testhost:3334/pvfs2-fs /pvfs2-anything pvfs2 default,noauto 0 0
$ export PVFS2TAB_FILE=/home/user/pvfs2tab
$ pvfs2-ls -l /pvfs2-anything
It's often the case that the "mountpoint" field is the real pvfs2
mount point, and a real directory, but that's just to limit confusion.
Which I suppose we still need to work on :>
==rob
--
Rob Latham
Mathematics and Computer Science Division A215 0178 EA2D B059 8CDF
Argonne National Labs, IL USA B29D F333 664A 4280 315B
More information about the PVFS2-users
mailing list