Skip to content

Commit 018c223

Browse files
committed
pmix: auto-remove temporary env-file
1 parent c969c4f commit 018c223

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_pmix_hook.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@ teardown() {
163163
@test "pmix_hook srun OSU pt2pt" {
164164
# Check if OSU pt2pt is running well
165165
# Note: OSU pt2pt doesn't run unless there are two distinct MPI ranks
166+
# TODO: simulate PMIX_MCA_... creation
166167
srun -n2 --mpi pmix bash -c '\
167168
TMP_ENV_FILE=$(mktemp); \
168169
trap EXIT "rm $TMP_ENV_FILE"; \

0 commit comments

Comments
 (0)