Skip to content

Building Trilinos with SCOREC manually on Linux machine

RuixiongHu edited this page May 12, 2020 · 6 revisions

This

Trilinos compile: git clone the correct trilinos repo cd Trilinos cp /lore/hur3/Trilinos/do-cmake.sh cp /lore/hur3/Trilinos/envRhel7.sh check cmake file, see if source directory is correct (should be named package), and check if module loaded correctly, see (/lore/hur3/Trilinos/envRhel7.sh). pay attention to module ‘netlib_lapack’, and specify correct cd to Trilinos root directory git clone pumi repo (git clone XXX SCOREC), note that the pumi repo has to be named as SCOREC cd to Trilinos root directory mkdir build mkdir install cd build source ../romulus-config.sh make -j 8 make install

Clone this wiki locally