Excerpt |
---|
There are multiple filesystems mounted to each of Pawsey's supercomputers. Each of these filesystems are designed for particular use cases. This page provides a detailed description of these filesystems. |
...
The software filesystem is intended for software installations and Slurm batch script templates. Each project has an associated directory, /software/projects/<project>
, with a quota of 256 GB per project. (More can be allocated upon justified request.) Within the project directory, each project member has a subdirectory, /software/projects/<project>/<username>
, with a limit of 100,000 individual files per user.
...
All members of a project have read and write access to the /software/projects/<project>
directory, so it can be used for sharing software installations and batch script templates within a project. Your allocation of space on /software
exists for the duration of the project and is not subject to any automatic purging.
...
Column | ||
---|---|---|
|
Column | ||
---|---|---|
|
File permissions are also important to consider. Here are the default permissions of a file named myscript.sh
that was created in a user's home directory:
...