Difference between revisions of "Helix/Getting Started"

From bwHPC Wiki
Jump to: navigation, search
(Get access to the cluster)
(Submit your application as a batch job)
Line 17: Line 17:
 
= Submit your application as a batch job =
 
= Submit your application as a batch job =
   
  +
Submit and monitor your job with Slurm commands. -> [[helix/slurm|Batch System Slurm]]
Get example and submit with Slurm command ...
 

Revision as of 16:29, 7 December 2021

1 Get access to the cluster

Follow the registration process for a bwForCluster. -> bwForCluster registration

2 Login to the cluster

Setup service password and 2FA token and login to the cluster using ssh. -> Login and security measures

3 Transfer your data to the cluster

Transfer you data to the cluster using ...

4 Find information about installed software

Compiler, Libraries and application software is provided as software modules ...

5 Submit your application as a batch job

Submit and monitor your job with Slurm commands. -> Batch System Slurm