At PSC on bridges my home directory is /home/efranz. The fileSystemDefinition supports this well. I set "homeDir" : "/home" and then the gateway can append the username to get the user's home directory.
This pattern is not used at OSC, nor is it used for scratch directories at PSC. At both institutions, the path is appended with GROUP/USERNAME where group corresponds to the charge account for project or grant. So at PSC my scratch space is /pylon5/sy560jp/efranz for the one project/grant I am apart of. At OSC, I have 18 groups/grants (PZS0714, PAS1429, PAS1694) etc. so at OSC a scratch space directory I have access to is /fs/ess/scratch/PZS0714/efranz and corresponding project space is /fs/ess/PZS0714/efranz. (I'm assuming that project space at OSC would correspond to "archiveDir" in the resource inventory.)
If the purpose of the fileSystemDefinition is so that gateways can determine the appropriate paths for a particular user, how can we accommodate these use cases?
At PSC on bridges my home directory is /home/efranz. The fileSystemDefinition supports this well. I set
"homeDir" : "/home"and then the gateway can append the username to get the user's home directory.This pattern is not used at OSC, nor is it used for scratch directories at PSC. At both institutions, the path is appended with GROUP/USERNAME where group corresponds to the charge account for project or grant. So at PSC my scratch space is
/pylon5/sy560jp/efranzfor the one project/grant I am apart of. At OSC, I have 18 groups/grants (PZS0714, PAS1429, PAS1694) etc. so at OSC a scratch space directory I have access to is/fs/ess/scratch/PZS0714/efranzand corresponding project space is/fs/ess/PZS0714/efranz. (I'm assuming that project space at OSC would correspond to "archiveDir" in the resource inventory.)If the purpose of the fileSystemDefinition is so that gateways can determine the appropriate paths for a particular user, how can we accommodate these use cases?