LLNL / libROM

Model reduction library with an emphasis on large scale parallelism and linear subspace methods
https://www.librom.net
Other
201 stars 36 forks source link

ParMETIS website down => building libROM dependencies fail #129

Closed axla-io closed 2 years ago

axla-io commented 2 years ago

Building the libROMdependencies fails due to the Glaros website being down.

I asked Prof. Karypis when he thought it will be up and he recommended getting ParMETISfrom their GitHub page. I assume that ParMETISwill not be hosted at Glaros anymore.

The build script for libROMshould be updated to reflect this. It is beyond my knowledge to do so though.

@chldkdtn @kevinhkhuynh

kevinhkhuynh commented 2 years ago

@axla-io Is this an urgent fix for you? Or do you currently have a build of libROM that works? I emailed him and it looks like it will be back up in 2-3 weeks.

kevinhkhuynh commented 2 years ago

This PR should fix things: https://github.com/LLNL/libROM/pull/131

axla-io commented 2 years ago

Thanks @kevinhkhuynh !