sbird / fake_spectra

A code for generating fake spectra from a cosmological simulation
MIT License
12 stars 13 forks source link

addition of lpthread arg #55

Closed mafern closed 3 years ago

mafern commented 3 years ago

This fixes a compiling issue on Stampede2 when using OpenMP

sbird commented 3 years ago

Can you guard this with a conditional for stampede2? Or at least linux: pthread is often not available on mac

sbird commented 3 years ago

Looks good, thanks.