Author Topic: Error by using FEAP Example Iplast_2d  (Read 3896 times)

pt

  • New Member
  • *
  • Posts: 2
Error by using FEAP Example Iplast_2d
« on: November 24, 2020, 02:11:09 PM »
At the moment I'm trying to let FEAP calculate with the different example files to get more used to the program.
With the file Iplast_2d, currently downloaded, I get the following error message:

At line 59 of file prop2i.f (unit = 17)
Fortran runtime error: Cannot open file 'TUsers/pepr/feaphome8_6/main/Iplast_2d': No such file or directory.

As you can see, the correct file name '/Users/pepr/feaphome8_6/main/Iplast_2d' was made unrecognizable by the 'T' at the beginning of the name, which is programmed in prop2i.f

What did I do wrong, or could this be a bug? Thanks a lot for your help.
OS Catalina 10.15.7, gfortran 10.2, command line tools 12.1, feap 8.6.1e, feappv 5.1.1c

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1164
Re: Error by using FEAP Example Iplast_2d
« Reply #1 on: November 24, 2020, 11:26:37 PM »
I was able to reproduce the error.  We will get back to you with a fix.  In the meantime, you can work around this error by
changing directory where the input file is located and then running feap.  In this case you will not have to give the full path
name to the input file.  You can just give Iplast_2d and it should run without error.

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1164
Re: Error by using FEAP Example Iplast_2d
« Reply #2 on: November 25, 2020, 12:39:43 AM »
To fix the bug change line 58 in program/prop2i.f to
Code: [Select]
     fnamr(findex:findex) = 'T'

pt

  • New Member
  • *
  • Posts: 2
Re: Error by using FEAP Example Iplast_2d
« Reply #3 on: November 26, 2020, 01:26:01 AM »
Dear Prof.  Govindjee,  thank you for your quick response.
OS Catalina 10.15.7, gfortran 10.2, command line tools 12.1, feap 8.6.1e, feappv 5.1.1c