Is there any way to get the MPE (MPI Parallel Envrionment) SDK?
I want to install the MPE SDK to help me debug my MPI project, but when I turn to this link:https://www.mcs.anl.gov/research/projects/perfvis/download/index.htm#MPE
I find that all the version of MPE can’t be downloaded, it seems that the download link is invalid.
segmentation fault in mpi matmul
Rank 0: Starting MPI_Scatter for matrix A…
[a06:3241709:0:3241709] Caught signal 11 (Segmentation fault: invalid permissions for mapped object at address 0x7f0ac4021040)
backtrace (tid:3241709) ====
0 /lib/libucs.so.0(ucs_handle_error+0x2dc) [0x7f0ad40a0c1c]
1 /lib/libucs.so.0(+0x30dff) [0x7f0ad40a0dff]
2 /lib/libucs.so.0(+0x31134) [0x7f0ad40a1134]
3 /lib/x86_64-linux-gnu/libc.so.6(+0x18b963) [0x7f0ad7b66963]
4 /usr/local/lib/libopen-pal.so.40(opal_generic_simple_pack+0x3e7) [0x7f0ad785c807]
5 /usr/local/lib/openmpi/mca_pml_ucx.so(+0x86a5) [0x7f0ad5cf16a5]
6 /lib/libucp.so.0(ucp_dt_pack+0x87) [0x7f0ad412c417]
7 /lib/libucp.so.0(+0x84767) [0x7f0ad415c767]
8 /lib/ucx/libuct_ib.so.0(uct_rc_mlx5_ep_am_bcopy+0xb7) [0x7f0acff5d3e7]
9 /lib/libucp.so.0(ucp_rndv_progress_am_bcopy+0x1c3) [0x7f0ad415c993]
10 /lib/ucx/libuct_ib.so.0(uct_rc_ep_process_pending+0x10) [0x7f0acff54490]
11 /lib/libucs.so.0(ucs_arbiter_dispatch_nonempty+0xb6) [0x7f0ad4094a56]
12 /lib/ucx/libuct_ib.so.0(+0x41fee) [0x7f0acff62fee]
13 /lib/libucp.so.0(ucp_worker_progress+0x6a) [0x7f0ad412863a]
14 /usr/local/lib/openmpi/mca_pml_ucx.so(mca_pml_ucx_send+0x3b7) [0x7f0ad5ceefe7]
15 /usr/local/lib/libmpi.so.40(ompi_coll_base_scatter_intra_basic_linear+0xf0) [0x7f0ad7cc7db0]
16 /usr/local/lib/openmpi/mca_coll_tuned.so(ompi_coll_tuned_scatter_intra_dec_fixed+0x69) [0x7f0acf4fd8b9]
17 /usr/local/lib/libmpi.so.40(PMPI_Scatter+0x10d) [0x7f0ad7cab0bd]
18 ./main(+0x30cd) [0x5576687ec0cd]
19 ./main(+0x17d4) [0x5576687ea7d4]
20 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf3) [0x7f0ad79ff083]
21 ./main(+0x1b5e) [0x5576687eab5e]