- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The data-check compile-time option seems poorly debugged.
To reproduce:
1. Compile IMB-MPI1 with data-check enabled (-DCHECK)
2. Create a msg_lengths file (for L in `seq 0 100`; do echo $L >> msg_len.txt; done)
3. Run with your favorite MPI implementation using two processes, the simples possible way, with the following arguments to IMB-MPI1:
-msglen msg_len.txt -iter 1 Exchange
and terrible things happens.
For example, with Open MPI and the command line:
mpirun -np 2 --mca btl self,sm ./IMB-MPI1 -msglen msg_len.txt -iter 1 Exchange
I get:
mpirun noticed that process rank 1 with PID 17473 on node x.y.z exited on signal 11 (Segmentation fault).
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I've reproduced this and submitted it to our developer working on the Intel® MPI Benchmarks.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page