Skip to content

Conversation

nefrathenrici
Copy link
Member

@nefrathenrici nefrathenrici commented Jul 16, 2025

Adds basic submission scripts and helpful information for running on HPC clusters using different backends.

@nefrathenrici nefrathenrici marked this pull request as ready for review July 17, 2025 21:37
@nefrathenrici nefrathenrici requested a review from ph-kev July 17, 2025 21:37

Set these environment variables in your submission script:

- `CLIMACOMMS_DEVICE`: Set to `"CUDA"` for GPU runs or `"CPU"` for CPU-only runs
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- `CLIMACOMMS_DEVICE`: Set to `"CUDA"` for GPU runs or `"CPU"` for CPU-only runs
- `CLIMACOMMS_DEVICE`: Set to `"CUDADevice"` for GPU runs or `"CPU"` for CPU-only runs


# Load required modules
module load climacommon

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add tempdir

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document best practices for submit scripts on different clusters
1 participant