Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Problem with gfortran lib on Ubuntu 16.04 #381

Open
SvensenSeven opened this issue Jul 20, 2017 · 1 comment
Open

Problem with gfortran lib on Ubuntu 16.04 #381

SvensenSeven opened this issue Jul 20, 2017 · 1 comment

Comments

@SvensenSeven
Copy link

I have the similar problem as #379 .
How this issue could be solved ?

I've checked the libraries. lgfortran.a is installed as well as lgfortran.so

@windsimu
Copy link

windsimu commented Aug 25, 2017

Hi Svensen. I solved this problem.

  1. Please make sure that you have installed the right version of gfortran and g++ corresponding to the gcc (use "gfortran -v" to check the version). If you finish the installation, please cd to the "/usr/lib" to check the existence of libgfortran.a.
  2. And check the file "Elemental/cmake/external_projects/ElMath/OpenBLAS.cmake" in thirdparty folder. Make sure that your GFORTRAN_PATHS is correct (x86_64-linux-gnu or i386-linux-gnu, 4.8 or 4.9 or 5). If not, please modify the file.
  3. Install openmpi (download openmpi-2.1.1, libopenmpi-dev) and mpich.
  4. It's better to install the code in 64bit ubuntu system

@SvensenSeven SvensenSeven changed the title Probloem with gfortran lib on Ubuntu 16.04 Problem with gfortran lib on Ubuntu 16.04 Feb 18, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants