Skip to content

Exclude TSUBAME /gs/bs /gs/fs from GCS mapping in epath.Path #734

@kaitoyama

Description

@kaitoyama

The epath.Path provided by this repository unconditionally treats any path starting with /gs/... as a Google Cloud Storage path (gs://).

However, on the TSUBAME supercomputer provided by the Institute of Science Tokyo (formerly Tokyo Institute of Technology) in Japan, the /gs/bs and /gs/fs paths are used for local storage.
Reference: https://www.t4.cii.isct.ac.jp/docs/handbook.en/storage/

Because of this, the current behavior causes significant problems when running experiments that use this library on the TSUBAME environment, as the local storage paths /gs/bs and /gs/fs are incorrectly interpreted as GCS paths.

I would like to request that /gs/bs and /gs/fs paths be excluded from this automatic conversion and left as-is. If needed, I am also able to submit a PR for this change.

Thank you very much for your consideration.

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