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

Added toolchain #108

Closed debog closed 2 years ago

debog commented 2 years ago

I have added the toolchain file required to compile on Quartz with GNU compilers, assuming they are currently loaded in the environment (i.e., the command "mpicc -v" or "mpicxx -v" should indicate a GNU compiler).

Also updated .gitignore to ignore docs/html

chldkdtn commented 2 years ago

@kevinhkhuynh (https://github.com/LLNL/libROM/tree/master/scripts)/compile.sh file is dedicated to use intel compilers, right?

kevinhkhuynh commented 2 years ago

@kevinhkhuynh (https://github.com/LLNL/libROM/tree/master/scripts)/compile.sh file is dedicated to use intel compilers, right?

Any toolchain can be used with the -t option.

kevinhkhuynh commented 2 years ago

Thanks @debog looks good. I just made a quick change to use the default toolchain in the compile script.