HERA-Team / validation-sim

Validation simulation configuration for H4C
0 stars 0 forks source link

Require CUDA 11 #15

Open piyanatk opened 8 months ago

piyanatk commented 8 months ago

The GPU codes were developed in CUDA 11, which is the version that should be loaded (e.g. via module command on an HPC cluster). Some cluster is default to version 12 now. Thus, this information should be noted somewhere, but preferably do a version check and raise error.

steven-murray commented 6 months ago

Not really sure where to do this check -- I guess it would have to be done in the script itself that runs the sim (because it would have to run after the slurm job has been created).