Open samratrao opened 3 years ago
Update: The minimal F90 code runs with MVAPICH2 from the repository of openSUSE 15.2. It doesn't work with openMPI 3 & 4 versions (from repository or compiled by me). The entire F90 code (from which i took the minimal code) also works with MVAPICH2.
I have a C version of the same code. This runs with the same openMPI and MVAPICH2 versions.
Hi,
I'm testing a Fortran 90 code with the STRUCT interface. I'm using openSUSE 15.2 on my i7 laptop. There are several versions of HYPRE provided by openSUSE community. I've taken care to ensure that the community repositories are correctly installed with proper priorities.
I have attached a zip folder HYPRE_test.zip containing the minimal code required to reproduce the error.
I don't know the options used to compile the packages provided by openSUSE.
If i use hypre-devel provided by openSUSE, the code runs but depending on the number of processes used HYPRE blurts more information (each process seems to be blurting information) such as:
If i use openSUSE provided HYPRE such as hypre_2_20_0-gnu-openmpi3-hpc-devel then the same code gives a segmentation fault just after the call to HYPRE_StructGridAssemble.
So i compiled openMPI-4 and the latest version of HYPRE, and i still got the same segmentation fault as above.
The minimal codes required to reproduce the error are in HYPRE_test.zip. It contains the following files:
I would greatly appreciate any inputs from you. Thanks.
HYPRE_test.zip