Author Topic: Re: Installation of feappv on 32-bit laptop with ubuntu  (Read 4387 times)

carolber

  • New Member
  • *
  • Posts: 1
Re: Installation of feappv on 32-bit laptop with ubuntu
« on: March 19, 2021, 08:58:56 PM »
hi all!
i tried to install feappv on my 32 bit laptop with ubuntu OS. I downloaded the zip file from the feappv website and used cmake from terminal as per the following instructions given in the feappv website
"
When using CMake environment variables are no longer needed to build FEAPpv.

(1) Unpack your source: unzip feappv31.zip
(2) Create a build directory: mkdir build
(3) Change to the build directory: cd build
(4) Run CMake: cmake ../ver31
(5) Run make: make (use make VERBOSE=1 if you want to see in more detail the
    configuration being used)

When running CMake you make notice that it does not identify the compilers that
you want to use.  In which case you can add -DCMAKE_XX_COMPILER=YY to the cmake
line.  For example:

   cmake -DCMAKE_C_COMPILER=icc -DCMAKE_Fortran_COMPILER=ifort ../ver31
"

i have gfortran 4.8 and gcc compilers installed on my laptop. I dont know whether feappv has been installed by this procedure, how do i come to know that it is installed? I typed "FEAPpv" in the terminal but it showed "FEAPpv: command not found"...so how should i proceed now?

Same issue here.

Any help?

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Re: Installation of feappv on 32-bit laptop with ubuntu
« Reply #1 on: March 20, 2021, 12:00:36 AM »
What version are you using? computer? compiler? how are you trying to build the code?