62 lines
2.1 KiB
Bash
Executable File
62 lines
2.1 KiB
Bash
Executable File
#!/bin/bash
|
|
|
|
salloc -N 1 --exclusive --partition samsung \
|
|
mpirun --bind-to none -mca btl ^openib -npernode 1 \
|
|
numactl --physcpubind 0-63 \
|
|
./main -v -p 6 -d 1 -s 2 1 37 4 109 1 5 117
|
|
|
|
|
|
salloc -N 2 --exclusive --partition samsung \
|
|
mpirun --bind-to none -mca btl ^openib -npernode 1 \
|
|
numactl --physcpubind 0-63 \
|
|
./main -v -p 3 -d 2 -s 4 110 72 91 104 92 11 5
|
|
|
|
|
|
salloc -N 2 --exclusive --partition samsung \
|
|
mpirun --bind-to none -mca btl ^openib -npernode 1 \
|
|
numactl --physcpubind 0-63 \
|
|
./main -v -p 8 -d 1 -s 5 63 105 22 67 67 11 26
|
|
|
|
|
|
salloc -N 1 --exclusive --partition samsung \
|
|
mpirun --bind-to none -mca btl ^openib -npernode 1 \
|
|
numactl --physcpubind 0-63 \
|
|
./main -v -p 7 -d 1 -s 5 118 113 121 65 18 104 26
|
|
|
|
|
|
salloc -N 1 --exclusive --partition samsung \
|
|
mpirun --bind-to none -mca btl ^openib -npernode 1 \
|
|
numactl --physcpubind 0-63 \
|
|
./main -v -p 9 -d 2 -s 1 120 74 47 55 53 29 31
|
|
|
|
|
|
salloc -N 2 --exclusive --partition samsung \
|
|
mpirun --bind-to none -mca btl ^openib -npernode 1 \
|
|
numactl --physcpubind 0-63 \
|
|
./main -v -p 1 -d 4 -s 2 39 15 120 103 126 19 16
|
|
|
|
|
|
salloc -N 2 --exclusive --partition samsung \
|
|
mpirun --bind-to none -mca btl ^openib -npernode 1 \
|
|
numactl --physcpubind 0-63 \
|
|
./main -v -p 1 -d 1 -s 4 101 57 22 86 72 22 81
|
|
|
|
|
|
salloc -N 1 --exclusive --partition samsung \
|
|
mpirun --bind-to none -mca btl ^openib -npernode 1 \
|
|
numactl --physcpubind 0-63 \
|
|
./main -v -p 3 -d 1 -s 5 77 83 85 42 86 78 7
|
|
|
|
|
|
salloc -N 1 --exclusive --partition samsung \
|
|
mpirun --bind-to none -mca btl ^openib -npernode 1 \
|
|
numactl --physcpubind 0-63 \
|
|
./main -v -p 8 -d 3 -s 3 117 88 34 106 55 12 22
|
|
|
|
|
|
salloc -N 2 --exclusive --partition samsung \
|
|
mpirun --bind-to none -mca btl ^openib -npernode 1 \
|
|
numactl --physcpubind 0-63 \
|
|
./main -v -p 7 -d 1 -s 1 6 34 108 50 6 59 36
|
|
|