Status
- Hydra has been successfully moved to the Ashburn Data Center (ADC):
- Over 125 pieces of equipment have been relocated and re-cabled.
- The NetApp was upgraded with new disks and disk enclosure; old disks were decommissioned.
- The new GPFS (bigger and faster) is now in production.
- The cluster's OS had to be upgraded from Rocky Linux 8.9 to 8.10 due to compatibility issues with the ADC network infrastructure.
- This should not impact any applications - as per our tests.
- The cluster is available for use with a slightly reduced capacity:
- All storage units are up and running, although the disk space was reorganized.
- The head node and both login nodes are up and running.
- Some 69 compute nodes are up and running (abt 5300 CPus), although
- only one of the interactive and I/O node is up and running for now,
- the GPU nodes are up and running, but not yet available.
- Some five nodes were down due to h/w failures and are being repaired and put in production.
- Globus services and the R Studio Server are up and running.
- Accessing Hydra remains unchanged, passwords remain valid, etc.
Disk Space Reorganization
The storage architecture was reorganized to improve performance while maintaining backward compatibility whenever possible:
/homeand/storeremain unchanged./poolis deprecated, you should no longer use it (see below).- most of
/scratchwas relocated to the new GPFS for improved performance and capacity (some directories remain on the old GPFS) /datawas expanded and remains on the NetApp, with expanded capacity and (soon) increased user quotas./fastwill soon be available: a high performance storage that uses NVMe SSD disks in the new GPFS.- 'bigtmp' will likely be phased out, once
/fastbecome available.
Details on the Disk Space Reorganization
/homeremains as it was- size: 23 TB
- user's quota: 384 GB
- use
/data/public/<group>/<username>for long term storage- <group> stands for biology, genomics, nasm, odi or sao
- <username> stands for your username on Hydra
/homeis never scrubbed.
/dataremains on the NetApp- the size of
/data/publichas been increased to 330 TB, and is expected to grow to 450 TB - the user's quota will be raised to 10 TB (TBD)
/data/publicis not scrubbed.
- the size of
/scratchis bigger and faster- most of
/scratchis now on the new GPFS, (namely/scratch02) - some of it remained on the old GPFS (i.e.,
/scratch01) - the size of
/scratch/publichas been increased to 800TB - user's quota remains 15 TB, but might be raised later
- best practice is to use
/scratch, and not/scratch01or/scratch02
- most of
/poolis deprecated (i.e., you should no longer use it)- please stop using
/pool,- although for backward compatibility we created symlinks (aka symbolic links)
- i.e., paths starting with /pool point to the new locations.
- the content of
/pool/publicwas moved to/scratch/public/pool,- hence users might have data under two locations now on the same storage unit
/scratch/public/<group>/<username>/pool/public/<group>/<username>that is in reality/scratch/public/pool/<group>/<username>
- you are encouraged to consolidate these two location in one, using
mv -i - as a results, what you store under
/pool/publicand under/scratch/publicnow count against your quota on/scratch/public
- hence users might have data under two locations now on the same storage unit
- please stop using
/storeremains as it was- near-line storage, split over two NASes
/fastis a new high performance disk space- it uses NVMe SSD disks in the new GPFS
- current size 100 TB
- uses some 70 TB of NVMe
- aggregate bandwidth around 300 Gbps
- will be available soon (TBD)
- it uses NVMe SSD disks in the new GPFS
For this disk space reorganization, files and directories (over 500 million fiies) where copied over and verified, yet
- special files, like stateless DB, might not have been copied right;
- something else might have gone wrong;
- the original copy has been preserved and will not be destroyed for a few months;
- hence if something was not copied right, please contact us.
GPU Queues and Nodes
The GPU nodes are up and running, and available as of Tuesday Oct 14 2025.
Some things have changed, though, see below and the documentation.
What has changed:
you must specify
-l gpu,ngpus=1to use and request 1 GPU (both)gpuis an abbreviation foruse_gpungpusis equivalent toGPUS(notice the 's')
If you only use "
-l gpu", the job will start and promptly end up inEqwmode.ngpuornum_gpuandgpu_idorgpuidare no longer available/needed!ngpus(orGPUS) is an RSMAP, (i.e., equivalent to whatgpu_idwas)gpuarchis now an abbreviation forgpu_archThe following two environment variables are now set by the job scheduler
SGE_HGR_GPUS, will be set to something like "gpu0 gpu1"CUDA_VISIBLE_DEVICES, will be set to something like "0,1"
Make sure your application uses the GPU(s) assigned to your job via one of these two environment variables.
What has not changed:
names of the queues;
queue limits (memory, cpu, elapsed time);
sage limit (maximum of concurrent GPU per user).
Local tools:
get_gpu-info- same as beforec
heck-gpu-usage- replaces check-gpuseqacct+- support GPU accounting
Globus Services
Globus is available.
- It was moved to a new server and adjusted to accommodate the new storage architecture.
R Studio Server
The R studio server is up and running.
- It was adjusted to accommodate the new storage architecture.
Last updated SGK