This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
UoB-HPC/CloverLeaf_HIP
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
To make CUDA, do something like: make COMPILER=CRAY NV_ARCH=FERMI -j 6 -COMPILER is the same as with the other implementations -NV_ARCH is the architecture - fermi or kepler only, due to things with work group sizes and shared storage to do with reductions. -job number cna be however many you want, but has no effect above 22 because that's how many files it can process in parallel If on a cray, add: MPI_COMPILER=ftn C_MPI_COMPILER=cc so it uses the cray build scripts.
About
A version of CloverLeaf using AMD's HIP
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published