Skip to content

Help needed with demos/simpleBuildAgainstTrilinos. TPL_LIST empty #13406

Closed Answered by abodado
abodado asked this question in Q&A
Discussion options

You must be logged in to vote

I have made some changes to the config script for both the trilinos build and the app build. These changes seemed to have worked and the build is successful.

My new config file to build Trilinos:

#!/bin/bash
export CC=gcc
export OMPI_CC=gcc
export CXX=g++
export OMPI_CXX=g++
export FC=gfortran
export OMPI_FC=gfortran
export TRILINOS_ROOT=/s/mySpace/trilinos
export TRILINOS_HOME=${TRILINOS_ROOT}/Trilinos-master-27Aug2024
export TrilinosBuildDir=${TRILINOS_HOME}/buildTrilinos
export TrilinosInstallDir=${TRILINOS_HOME}/__INSTALL
mkdir ${TrilinosBuildDir}
mkdir ${TrilinosInstallDir}
cd ${TrilinosBuildDir}
export MPI_ROOT=/apps/mpi/openmpi/openmpi-4.0.2
export BLASPATH=${TRILINOS_ROOT}/lapack-…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
2 replies
@jhux2
Comment options

@abodado
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@jhux2
Comment options

@abodado
Comment options

Answer selected by jhux2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants