Created
March 4, 2025 06:29
-
-
Save alokprasad/669c0b00be085b71cee023240c14c10b to your computer and use it in GitHub Desktop.
MPIRUN Commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@neutron-nvidia:~/openmpi$ ./ompi/openmpi-install/bin/mpirun -mca pml,tcp --use-hwthread-cpus -oversubscribe --host 50.50.50.1 /home/marvell/openmpi/osu-micro-benchmarks-7.5-1/c/mpi/pt2pt/standard/osu_bw : --use-hwthread-cpus --host 50.50.50.2:1 /home/marvell/openmpi/osu-micro-benchmarks-7.5-1/c/mpi/pt2pt/standard/osu_bw | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
[create_qp:2752]create qp: failed on ibv_cmd_create_qp with 95 | |
# OSU MPI Bandwidth Test v7.5 | |
# Datatype: MPI_CHAR. | |
# Size Bandwidth (MB/s) | |
1 0.68 | |
2 2.16 | |
4 4.91 | |
8 9.59 | |
16 15.27 | |
32 31.52 | |
64 36.66 | |
128 112.75 | |
256 225.11 | |
512 456.83 | |
1024 644.89 | |
2048 768.42 | |
4096 1410.65 | |
8192 1728.68 | |
16384 1824.16 | |
32768 2058.77 | |
65536 2142.06 | |
131072 2161.51 | |
262144 2180.26 | |
524288 2184.15 | |
1048576 2100.77 | |
2097152 2088.35 | |
4194304 1928.72 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment