-
Notifications
You must be signed in to change notification settings - Fork 885
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting Segmentation fault when run OpenFoam with openib on aarch64 #3145
Comments
Do you know how your OpenMPI was configured? Could you post the output of |
The configuration of openib is below,It seemed the problem is related to the two issues. I add some codes at btl_openib.c line 1766 mca_btl_openib_sendi I also add some codes at pml_ob1_recvfrag.c line 745 I found with more processes in parallel,the higher the probability of problems. I try to add some configuration,but it does not work. I also have the same test on X86 Platform with same configuration,the program run normally, Thanks
|
@rhc54 @hppritcha @jsquyres Can someone please take a look ? |
@shamisp ARM: Can you have a look at this? |
Recently I have been testing OpenFoam with openib on aarch64, and get a segmentation fault:
the core dump backtrace:
I found that the reg->cbfunc=0x00,so i print the value of hdr->tag,and found the value of hdr->tag just changed around the line.
tag before:0x2
tag after:0x41
Version of Openmpi:Master
Version of Openfoam:4.1
The example : /tutorials/incompressible/simpleFoam/motorBike/
The command: mpirun -mca btl openib,sm,self -np 6 --hostfile mfile snappyHexMesh/simpleFoam -overwrite –parallel
Have someone met this before,i hope to get some help!
The text was updated successfully, but these errors were encountered: