ornladios / ADIOS

The old ADIOS 1.x code repository. Look for ADIOS2 for new repo
https://csmd.ornl.gov/adios
Other
54 stars 40 forks source link

Need to remove the duplicate typedef for adiost_initialize_t #132

Closed khuck closed 7 years ago

pnorbert commented 7 years ago

Is that loop in the cmake file necessary for building ADIOS on Cori?

khuck commented 7 years ago

Ah, yes. The previous code just did a greedy search for ".a", and one of the library paths has a ".a" in it, which resulted in bogus library names. I don't know that this is the best fix for that problem, but it worked on Cori.