JUSTUS2/Getting Started: Difference between revisions

From bwHPC Wiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
* log in to the cluster: [[JUSTUS2/Login]]
* log in to the cluster: [[JUSTUS2/Login]]
* get accustomed with the linux commandline:
* get accustomed with the linux commandline:
** [https://hpc-wiki.info/hpc/Introduction_to_Linux_in_HPC/The_Command_Line introduction on the hpc wiki] or
** [https://hpc-wiki.info/hpc/Introduction_to_Linux_in_HPC/The_Command_Line introduction on the (external) hpc wiki] or
** linux course at [https://training.bwhpc.de/ training.bwhpc.de]
** linux course at [https://training.bwhpc.de/ training.bwhpc.de]



Revision as of 16:32, 22 August 2022

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

Basics

Running an Example with Preinstalled Software

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