FEAP User Forum

FEAP => Installation => Topic started by: JuanDavidNavarro on March 30, 2021, 11:02:49 PM

Title: FEAP 8.6.1i Installation UBUNTU Error: can't open file var_type.o for write
Post 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
Title: Re: FEAP 8.6.1i Installation UBUNTU Error: can't open file var_type.o for write
Post by: JuanDavidNavarro on March 30, 2021, 11:08:23 PM
My intel fortran compiler version is: ifort version 19.1.3.304
And my UBUNTU version is: Ubuntu 20.04.2 LTS

Title: Re: FEAP 8.6.1i Installation UBUNTU Error: can't open file var_type.o for write
Post by: JStorm on March 31, 2021, 04:59:51 AM
The error message says that the file cannot be opened for writing.
Maybe you missed file permissions?
Title: Re: FEAP 8.6.1i Installation UBUNTU Error: can't open file var_type.o for write
Post by: Prof. S. Govindjee on March 31, 2021, 03:27:14 PM
Please do the following:

> cd $FEAPHOME8_6/modules
> ls -al

then post the output
Title: Re: FEAP 8.6.1i Installation UBUNTU Error: can't open file var_type.o for write
Post by: JuanDavidNavarro on April 02, 2021, 11:42:01 AM
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!