Skip to content
Snippets Groups Projects

fix: set permissions on folder creation.

Merged Rasmus Ringdahl requested to merge dev into main
2 files
+ 44
18
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -29,8 +29,8 @@ The input arguments are defined with a comment beginning with SBATCH followed by
Python needs to be loaded into the environment in order to be accessible this is done in the next step with the __module__ command.
The job steps is allocated and performed with the __srun__ commands.
1. A folder is created with the same name as the Job ID on the local hard drive in the data folder of Lundgren _/local/data1/<LiU-ID>_.
2. Input data files are copied to the newly created folder.
1. A folder is created with the same name as the Job ID on the local hard drive in the data folder of Lundgren _/local/data1/\<LiU-ID>_. A folder for data and output is also created.
2. Input data files are copied to the newly created folder for data.
3. The third step is the computational step of the job.
4. The output files are compressed.
5. The compressed output files are moved to the home folder.
Loading