New GPU Nodes with NVIDIA H200 Available

New GPU Nodes with NVIDIA H200 Available

Published: 28 Aug 2025 by NEMO Team

We are happy to announce that two new GPU nodes equipped with the latest NVIDIA H200 GPUs are now available on NEMO2.

Each node is configured with:

  • 8× NVIDIA H200 GPUs
  • 192 CPU cores
  • 1.5 TB of RAM
  • 3.8 TB local NVMe storage

One of these nodes has already been integrated into NEMO2 and is ready for testing.
To use it, please submit your jobs with the partition h200.

Please note: no software modules are installed yet on these nodes.
You may need to bring your own software environment (e.g. via containers or conda) for testing.

Example job script

#!/bin/bash
#SBATCH --job-name=test-h200
#SBATCH --partition=h200
#SBATCH --gres=gpu:1
#SBATCH --cpus-per-task=8
#SBATCH --mem=64G
#SBATCH --time=02:00:00

# load CUDA if available, otherwise use your own environment
module load system/cuda/12.6.0 || true

srun nvidia-smi
NEMO2 Hardware Nvidia H200

Latest Posts

New GPU Nodes with NVIDIA H200 Available

Two new GPU nodes with 8× NVIDIA H200, 192 cores, 1.5 TB RAM, and 3.8 TB NVMe are now available in NEMO2 for testing via the “h200” partition. No software modules are installed yet.

NEMO2 Production Mode

NEMO2 has officially launched, transitioning from a testing phase to full production with expanded hardware, including AMD Instinct MI300A and Nvidia L40A nodes. NEMO1 is being phased out, with limited resources available until May 31st. Users are encouraged to transition to NEMO2 and consult the wiki for details.

NEMO2 Conda

NEMO2 uses Miniforge for conda environments, offering a streamlined setup with conda-forge as the default repository. The Miniforge module auto-initializes conda, simplifying environment activation without modifying shell profiles.