this:
$ srun -t 0-1 -c 8 -p test-gpu --mem=32G --gres=gpu:1 --pty bash -l...
This gives you 32G memory, 8 cores and one GPU for 1 hour. If you only intend to compile the code...
Memory per node:
32GB...)
The A64fx has 32GB high-bandwidth memory per node, making memory...
...
You can use all eight nodes (384 cores) and 32GB memory per node, for up to 24...
this:
$ srun -t 0-4 -c 8 -p gpu --mem=32G --gres=gpu:1 --pty bash -l...
This gives you 32G memory, 8 cores and one GPU for 4 hours. If you only intend to compile the code...=gpu:1 -t 0-4 --mem=32G -c 16 --pty bash -l
This gives you 32G memory, 16 cores and one...