FEAP Version 8.6.1n released: February 14, 2022
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 thatyou want to use. In which case you can add -DCMAKE_XX_COMPILER=YY to the cmakeline. 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?