Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

UoB-HPC/CloverLeaf_HIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published