can not work with intelmpi
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 112
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
I build mpiP with intelmpi and icc. It seems allright when i build the libmpiP.so.
But when I run NPB program mg.D.64 with my intelmpi-compiled mpiP, segmentation in mpiPi_init happened.
Have anyone build mpiP with intelmpi?
```
Program received signal SIGSEGV: Segmentation fault - invalid memory reference.
Backtrace for this error:
==== backtrace (tid: 30323) ====
0 0x0000000000066aba MPI_Comm_rank() ???:0
1 0x000000000006bbac mpiPi_init() /gpfs/home/cs/sunjw/addition/run/mpiP-master/mpiPi.c:93
2 0x000000000006a302 _MPI_Init() /gpfs/home/cs/sunjw/addition/run/mpiP-master/wrappers_special.c:45
3 0x00000000004084e1 MAIN__() mg.f:0
4 0x000000000040a1e7 main() ???:0
5 0x0000000000022555 __libc_start_main() ???:0
6 0x00000000004011e9 _start() ???:0
=================================
```
My intelmpi version is:
```
which mpirun
/opt/intel/2020/compilers_and_libraries_2020.0.166/linux/mpi/intel64/bin/mpirun
which icc
/opt/intel/2020/compilers_and_libraries_2020.0.166/linux/bin/intel64/icc
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at mpiPi.c:93, where mpiPi_init() reaches MPI_Comm_rank(), and inspect the call from wrappers_special.c:45. Reproduce the segmentation fault with Intel MPI, icc, and the NPB mg.D.64 program. Done means identifying and resolving the Intel MPI compatibility failure, with the program completing without the reported SIGSEGV.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- distributed-systems, performance
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100