Dear All,
I need help with the following problem. I am using the parallel FEAP v8.4 to solve a diffusion equation. I run the executable serially with directives
INIT DISPl
OUTMesh
GRAPh PARTiton 4
OUTDomains
in order to partition the mesh and everything works fine( i get Ithermal_0001,Ithermal_0002,Ithermal_0003,Ithermal_0004). Then I'm running parallel feap using "mpirun -n 4 $FEAPHOME8_4/parfeap/feap -ksp_type gmres -pc_type jacobi " but i get
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.4.1g
DATE: 07 March 2014
Files are set as: Status Filename
Input (read ) : Exists Ithermal
Output (write) : Exists Othermal
Restart (read ) : New Rthermal
Restart (write) : New Rthermal
Plots (write) : New Pthermal
Caution, existing write files will be overwritten.
Are filenames correct?( y or n; r = redefine all, s = stop) :
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.4.1g
DATE: 07 March 2014
Files are set as: Status Filename
Input (read ) : Exists Ithermal
Output (write) : Exists Othermal
Restart (read ) : New Rthermal
Restart (write) : New Rthermal
Plots (write) : New Pthermal
Caution, existing write files will be overwritten.
Are filenames correct?( y or n; r = redefine all, s = stop) :
*ERROR* FILNAM: Reinput data
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.4.1g
DATE: 07 March 2014
Files are set as: Status Filename
Input (read ) : Exists Ithermal
Output (write) : Exists Othermal
Restart (read ) : New Rthermal
Restart (write) : New Rthermal
Plots (write) : New Pthermal
Caution, existing write files will be overwritten.
Are filenames correct?( y or n; r = redefine all, s = stop) :
*ERROR* FILNAM: Reinput data
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.4.1g
DATE: 07 March 2014
Files are set as: Status Filename
Input (read ) : Exists Ithermal
Output (write) : Exists Othermal
Restart (read ) : New Rthermal
Restart (write) : New Rthermal
Plots (write) : New Pthermal
Caution, existing write files will be overwritten.
Are filenames correct?( y or n; r = redefine all, s = stop) :
*ERROR* FILNAM: Reinput data
I tried to redefine the input as Ithermal_0001 but the same problem occurs. I reinstalled FEAP and PETSc, but the problem remains.
Thank you,
GK