...
Note there should not be a space between ā-Lā and the FPGA name on the web portal
Requesting the Grace Hopper ARM
The GraceHopper is a specialized unit running the ARM architecture aarch64
, which is separate and non-compatible with x86_64
applications. While this node frequently is idle, unless your application is designed for this less-common architecture, you should expect compiled applications to fail on execution.
Requesting this node requires doing so exclusively.
Code Block |
---|
#SBATCH --exclusive
#SBATCH -p highmem
#SBATCH -L gracehopper
#SBATCH -G 1
or
interactive --exclusive -L gracehopper -G 1 -p highmem |
Additional Help
Insert excerpt | ||||||||
---|---|---|---|---|---|---|---|---|
|