We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c969c4f commit 018c223Copy full SHA for 018c223
tests/test_pmix_hook.bats
@@ -163,6 +163,7 @@ teardown() {
163
@test "pmix_hook srun OSU pt2pt" {
164
# Check if OSU pt2pt is running well
165
# Note: OSU pt2pt doesn't run unless there are two distinct MPI ranks
166
+ # TODO: simulate PMIX_MCA_... creation
167
srun -n2 --mpi pmix bash -c '\
168
TMP_ENV_FILE=$(mktemp); \
169
trap EXIT "rm $TMP_ENV_FILE"; \
0 commit comments