Dear all,
I have used 8.4 version of FEAP, and recently downloaded a new version 8.6.1n (in Linux system).
I would like to ask questions because there were several problems in the process of installing.
1) I renamed the makefile.in-gfortran in ./ver86 folder as makefile.in, and commented "ARCHIVELIB" and "ARPACKLIB".
I also commented "ARCHIVELIB" and "ARPACKLIB" in ./ver86/main folder.
Moreover, I removed "DSYM=Dsymutil" option based on previous post.
Is it correct to do all of the above things?
2) When I run the feap using an example file, it seems to work well.
So I moved to the next step to install parfeap at ./ver86/parfeap folder.
When I wrote down "make install" at ./ver86/packages/arpack/archive, I got three warning messages written as "unused dummy argument ...". Can I ignore these warning messages?
3) After installing parfeap, I tried to test a simple parellel example that works well on FEAP 8.4. (also in the serial feap 8.6)
Running parfeap provided two input files which seems well-partitioned.
However, when I enter "mpirun -n 2 parfeap(where ./ver86/parfeap/feap)" after partition process, it gave me the error message like below:
[user@test ex]$ mpirun -n 2 parfeap
F I N I T E E L E M E N T A N A L Y S I S P R O G R A M
FEAP (C) Regents of the University of California
All Rights Reserved.
VERSION: Release 8.6.1n
DATE: 14 February 2022
Files are set as: Status Filename
Input (read ) : Exists Iex5p_0001
Output (write) : New Oex5p_0001
Restart (read ) : New Rex5p_0001
Restart (write) : New Rex5p_0001
Plots (write) : New Pex5p_0001
Caution, existing write files will be overwritten.
Are filenames correct?( y or n; r = redefine all; s = stop) :At line 211 of file pcontr.f (unit = 15)
Fortran runtime error: Cannot open file '': No such file or directory
Error termination. Backtrace:
#0 0x14afa4d3f171 in 
#1 0x14afa4d3fd19 in 
#2 0x14afa4d40521 in 
#3 0x14afa4f442a8 in 
#4 0x14afa4f445ac in 
#5 0x433dac in pcontr_
at /home/user/fem/feap/src/ver86-test/program/pcontr.f:211
#6 0x4049fa in feap
at /home/user/fem/feap/src/ver86-test/main/feap86.f:175
#7 0x4049fa in main
at /home/user/fem/feap/src/ver86-test/main/feap86.f:181
How can I fix this error? Did I make a mistake during installation?
Thank you all in advance for any help, and hope you have great day
