Author Topic: Parallel FEAP not running  (Read 4712 times)

manisha.sachdeva

  • Jr. Member
  • **
  • Posts: 14
Parallel FEAP not running
« on: August 22, 2019, 01:54:08 AM »
Dear FEAP team,

I am new to parallel FEAP. But I am testing the parallel FEAP with the fille in the parfeap/inputs/Itest_0001.
I get the following error.

         R U N N I N G    F E A P    P R O B L E M    N O W

         Parallel Solution: Total Number of Tasks =    2

          --> Please report errors by e-mail to:
              feap@berkeley.edu

At line 189 of file pcontr.f (unit = 15)
Fortran runtime error: Cannot open file 'Itest_0': Datei oder Verzeichnis nicht gefunden

Error termination. Backtrace:

  Inconsistency occurred from INPUTS  in data file Itest_0001
  at or near record number       1.  Input record is:

       886       822         1         2         2         4                   

       886       822         1         2         2         4                                                                                                                                                                                                   

  If this record is correct error may result from
  missing blank record before new command type.
 --> ERRORS OCCURRED: For details see file: Otest_0001

WARNING! There are options you set that were not used!
WARNING! could be spelling mistake, etc!
Option left: name:-ksp_type value: cg
Option left: name:-pc_type value: jacobi
#0  0x7fed0046a607 in ???
#1  0x7fed0046b115 in ???
#2  0x7fed0046b869 in ???
#3  0x7fed0052b73a in ???
#4  0x7fed0052b97d in ???
#5  0x43b163 in pcontr_
   at /home/mani_ma/new_feap/ver85/program/pcontr.f:189
#6  0x4049d5 in feap
   at /home/mani_ma/new_feap/ver85/main/feap85.f:187
#7  0x4049d5 in main
   at /home/mani_ma/new_feap/ver85/main/feap85.f:193

Please suggest some solution.. I don't get this error when I use sequential FEAP
« Last Edit: August 22, 2019, 02:11:37 AM by manisha.sachdeva »

Prof. S. Govindjee

  • Administrator
  • FEAP Guru
  • *****
  • Posts: 1164
Re: Parallel FEAP not running
« Reply #1 on: August 22, 2019, 11:59:43 AM »
The error indicates that your file names are scrambled it is trying to open Itest_0
which it should not be doing.  It should be opening Itest_0001 and Itest_0002.

How exactly did you run the code?  What did you type at the command line? what did you
provide as a file name when FEAP prompted you for the input file name?