Using Ehlers¶
Login¶
There is 1 login node:
Hostname |
Node type |
---|---|
|
Ehlers login node |
Host key fingerprint:
Algorithm |
Fingerprint (SHA256) |
---|---|
RSA |
|
ECDSA |
|
ED25519 |
|
Submitting jobs¶
When jobs are put on hold, check that you specified the partition where the jobs are supposed to run via the -p option.
Batch command:
sbatch --job-name="test" -p cpu --nodes=1 --ntasks=4 --mem-per-cpu=2GB job.sh
Job script:
#!/bin/bash
#SBATCH --time=00:10:00
#SBATCH --output %j.stdout
#SBATCH --error %j.stderr
module load gcc/11.3.0 openmpi/4.1.4_gcc_11.3_cuda-11.7 boost/1.82.0_gcc-11.7_ompi-4.1.4 cuda/11.7
srun --cpu-bind=cores ./pypresso testsuite/python/particle.py
Note also that the Ehlers cluster does not always cancel a job immediately if the resources that are requested are impossible to provide. Your job will instead sit in the queue with a small message saying impossible job.