All spack install ... commands, and any other command generating files on the /software filesystem, must be executed using the sg Linux utility , to make sure the process is run with the correct group ID. All files under /software must have the Linux group of the project they are created by, to contribute towards the correct quota limit. If you fail to do so, these files are accounted for in your personal quote that is meant to limit /home usage and is much more limited. The syntax is the following: sg <yourprojectcode> -c 'spack install <spec>' .
For instance, Pawsey staff may install the namd scientific software using the command sg pawsey0001 -c 'spack install namd'.
|