Skip to content
This repository has been archived by the owner on Feb 24, 2018. It is now read-only.

A more MPI-IO friendly remove file #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

A more MPI-IO friendly remove file #21

wants to merge 1 commit into from

Conversation

roblatham00
Copy link

MPI-IO allows prefxing file names with something-something: (e.g. pvfs2:
or bglockless:). These prefixed file names, however, do not make sense
to posix calls like access(). So, if we must use access(), strip the
prefix first. Amended to handle the no-prefix case as well. Reported
by Florin Isaila florin.isaila@gmail.com, who sent me a first draft
of this patch.

MPI-IO allows prefxing file names with something-something: (e.g. pvfs2:
or bglockless:). These prefixed file names, however, do not make sense
to posix calls like access().  So, if we must use access(), strip the
prefix first.  Amended to handle the no-prefix case as well.  Reported
by Florin Isaila <florin.isaila@gmail.com>, who sent me a first draft
of this patch.
@roblatham00
Copy link
Author

This pull request updates the patch in #17

@roblatham00 roblatham00 mentioned this pull request Aug 23, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant