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

When IOR deletes an MPI-IO file, it might not delete it #17

@roblatham00

Description

@roblatham00

ROMIO allows you to prefix a file with something to specify a file system driver and override ROMIO's automatic detection. We might do this if, for example, PVFS is available, but the kernel module is not installed (pvfs:/path/to/pvfs/testfile), or if we simply wish to avoid the overhead of stat (ufs:/regular/unix/file_system)

When IOR attempts to remove a file with such a prefix, it makes a call to the POSIX routine access(), but does not remove the prefix before doing so. access() does not return F_OK, naturally, and so does not attempt to remove the file. IOR doesn't complain about this, so we ended up thinking we were running tests of "create a new file" when actually we were "reusing existing file."

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions