Difference between revisions of "JUSTUS2/Getting Started"

From bwHPC Wiki
Jump to: navigation, search
(Running Your Own Calculations)
Line 16: Line 16:
 
* adapt the sample job script to run your own job
 
* adapt the sample job script to run your own job
   
Note that your jobs should not write/read much on the lustre filesystem while the job runs, but either use the ram disk in /tmp or request /scratch if the space of the ram disk isn't sufficient
+
Note that your jobs should not write/read much on the lustre filesystem while the job runs, but either use the ram disk in /tmp or request /scratch if the space of the ram disk isn't sufficient. The [[BwForCluster_JUSTUS_2_Slurm_HOWTO#How_to_clean-up_or_save_files_before_a_job_times_out.3F| Slurm Howto]] shows how to copy and clean up your data from /tmp or /scratch at the end of the job

Revision as of 16:48, 20 July 2022

Here is a short list of things you may need to do first when you get onto the cluster

1 Basics

2 Running an Example with Preinstalled Software

3 Running Your Own Calculations

  • transfer your own data to the cluster: Data Transfer
  • adapt the sample job script to run your own job

Note that your jobs should not write/read much on the lustre filesystem while the job runs, but either use the ram disk in /tmp or request /scratch if the space of the ram disk isn't sufficient. The Slurm Howto shows how to copy and clean up your data from /tmp or /scratch at the end of the job