FEAP User Forum
FEAP => Installation => Topic started by: JuanDavidNavarro on March 30, 2021, 11:02:49 PM
-
Dear Prof. R.L. Taylor and Prof. S. Govindjee
I am trying to install FEAP 8.6.1i in a Linux (UBUNTU) computer, we have intel compiler, so I am using makefile.in_intel as makefile.in and the FEAPHOME8_6 has been defined with export.
When I hit make install in FEAPHOME8_6 the compiler succesfully cds into modules folder. However I get an error
error: can't open file var_type.o for write
compilation aborted for var_type.f (code 1)
This also happen when using gfortran to compile
I would very much appreciate your guidance in this installation process
Best regards,
Juan David Navarro
-
My intel fortran compiler version is: ifort version 19.1.3.304
And my UBUNTU version is: Ubuntu 20.04.2 LTS
-
The error message says that the file cannot be opened for writing.
Maybe you missed file permissions?
-
Please do the following:
> cd $FEAPHOME8_6/modules
> ls -al
then post the output
-
Prof S. Govindjee and JStorm
Thank you very much for your quick responses.
I think JStorm was correct, when uncompressing the files I used: sudo tar...
I tried this time uncompressing the files without sudo and it worked.
Thank you!