desihub / gpu_specter

Scratch work for porting spectroperfectionism extractions to GPUs
BSD 3-Clause "New" or "Revised" License
2 stars 3 forks source link

Add simple benchmark sbatch scripts #34

Closed dmargala closed 4 years ago

dmargala commented 4 years ago

This PR adds a few scripts that can be run with sbatch on nersc to perform simple benchmarks of the cpu version of the code.

dmargala commented 4 years ago

A couple things to consider before merging:

dmargala commented 4 years ago

I've added some logic in the job script to compute and print the time diff in seconds and do the conversion to "frames per node hour".

@sbailey, any other suggestions before merging?