Closed georgtree closed 2 weeks ago
@gdsjaar FYI
@georgtree Is there a reason for building a Trilinos that's 7 years old?
Hello, it is a requirement for xyce
@hkthorn Any chance the Trilinos requirement for Xyce can be updated to something a bit more recent?
The gfortran argument -fallow-argument-mismatch
can be used to quiet these messages. I thought we were using that already in current code, but I can't seem to find it in the repository anywhere....
The code where that is showing up is in some older legacy graphic libraries that are still being used for blot and fastq. If you are not using those applications in xyce, then you could alternatively turn off building of those... Although will probably also show up in some of the other fotrran seacas applications.
for ubuntu 20.04 install:
sudo apt install gmp-static sudo apt install -y libgmp-dev sudo apt install -y libmpfr-dev sudo apt install -y libatlas-base-dev sudo apt install -y gfortran make cmake bison flex libfl-dev libfftw3-dev libsuitesparse-dev libblas-dev liblapack-dev libtool autoconf automake git libopenmpi-dev openmpi-bin
sudo apt install gmp-static sudo apt install -y libgmp-dev sudo apt install -y libmpfr-dev sudo apt install -y libatlas-base-dev sudo apt install nvidia-cuda-toolkit
sudo apt install -y bison flex libfl-dev libfftw3-dev libsuitesparse-dev libblas-dev liblapack-dev libtool libopenmpi-dev openmpi-bin libtpl-dev libsuitesparse-dev libumfpack5
sudo apt install gmp-static sudo apt install -y libgmp-dev sudo apt install -y libmpfr-dev sudo apt install -y libatlas-base-dev
sudo apt install libnetcdf-dev
then try again
@georgtree Can this be closed?
yes, thank you
Hello! I got this error while building trilinos serial on ubuntu:
Looks like there is an issue with gfortran flags, but I don't know how to avoid it, thank you in advance,