-
Notifications
You must be signed in to change notification settings - Fork 76
Description
Howdy!
I am using the latest commit from the superlu_dist repo and trying to compile the code using cmake on a Cray machine. Attached is the compilation log. As you can see the compilation goes through successfully and generates the necessary include and library files in /p/home/sdammati/local/. However, if I go to /p/home/sdammati/local/lib64/EXAMPLE directory where it generates the example executable files and try one of the executable file pddrive on big.rua matrix, the run segfaults even in serial. I also tried running it in parallel on multiple cores and the result is the same.
I am using Cray MPICH version 8.1.30 for compilation.
Can you please help me figure out what is the issue? Is there any specific compiler that I need to use to compile superlu_dist on Cray machines?