I am using the already installed (default) module for openmpi/ impi on the cluster. Then I am compiling PETSc and parFEAP with a same compiler (GNU/ Intel). Is there anything different I need to do? Is it possible for you to share your makefile for parallel feap on a cluster?
Attaching a debugger returns following error:
(gdb) c
Continuing.
Thread 1 "feap" received signal SIGSEGV, Segmentation fault.
p_res_norm (grnorm=19.05255888325765, reln=<error reading variable: Cannot access memory at address 0x0>)
at p_res_norm.f:68
68 p_res_norm.f: No such file or directory.
(gdb) bt
#0 p_res_norm (grnorm=<error reading variable: Cannot access memory at address 0x7fffdecc17f0>,
reln=<error reading variable: Cannot access memory at address 0x0>) at p_res_norm.f:68
Backtrace stopped: Cannot access memory at address 0x7fffdecc1488
(gdb)