MP-Gadget / bigfile

A reproducible massively parallel IO library for hierarchical data
BSD 2-Clause "Simplified" License
18 stars 6 forks source link

Fix compilation with intel 17 #29

Closed sbird closed 5 years ago

sbird commented 5 years ago

Intel 17 has C11 but does not have the C atomics, so defines STDC_NO_ATOMICS to indicate it does not have _Atomic.

rainwoodman commented 5 years ago

The travis error seems to be irrelevant. Looks like anaconda may have broke their mpi4py again.

rainwoodman commented 5 years ago

I'll fix it on master. Hopefully bumping up numpy version will do.

sbird commented 5 years ago

Thanks

rainwoodman commented 5 years ago

The mpi packages in Anaconda is falling apart. I enabled the bccp version of mpi4py..