You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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