...
Codeblock | ||
---|---|---|
| ||
#!/bin/bash
echo "Target process PID: ${VTUNE_TARGET_PID}"
# Run VTune collector (here with 4 MPI ranks)
mpirun -np 4 "$@" |
...
...
Codeblock | ||
---|---|---|
| ||
#!/bin/bash
echo "Target process PID: ${VTUNE_TARGET_PID}"
# Run VTune collector (here with 4 MPI ranks)
mpirun -np 4 "$@" |
...