-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
When launching HPC jobs, make sure that we set working directory for the script.
If the working directory is not set, if will (most likely) default to the home directory of the account running the script. When running via SLURM, it seems that a number of log files can be generated, which end up in the root of the home directory.
This is very annoying, as home directory tends to clog up with a large number of log files. This is currently a big problem at MAXIV deploymet, as we are using the general purpose 'biomax-service' account to run the HPC scripts.
Reactions are currently unavailable