Author Topic: FEAP 8.6.1i Installation UBUNTU Error: can't open file var_type.o for write  (Read 4518 times)

JuanDavidNavarro

  • New Member
  • *
  • Posts: 6
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

JuanDavidNavarro

  • New Member
  • *
  • Posts: 6
My intel fortran compiler version is: ifort version 19.1.3.304
And my UBUNTU version is: Ubuntu 20.04.2 LTS


JStorm

  • Sr. Member
  • ****
  • Posts: 250
The error message says that the file cannot be opened for writing.
Maybe you missed file permissions?

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1160
Please do the following:

> cd $FEAPHOME8_6/modules
> ls -al

then post the output

JuanDavidNavarro

  • New Member
  • *
  • Posts: 6
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!