summaryrefslogtreecommitdiffstats
path: root/testpar/Makefile.ascired
diff options
context:
space:
mode:
Diffstat (limited to 'testpar/Makefile.ascired')
-rw-r--r--testpar/Makefile.ascired4
1 files changed, 2 insertions, 2 deletions
diff --git a/testpar/Makefile.ascired b/testpar/Makefile.ascired
index e599602..4bd51c3 100644
--- a/testpar/Makefile.ascired
+++ b/testpar/Makefile.ascired
@@ -16,7 +16,7 @@ MPIO_INC=-I$(ROMIO)/include
MPIO_LIBS=$(ROMIO)/lib/tflop/libmpio.a
RUN=yod -sz 8
-RUNSEQ=yod -sz 1
+TEST_FLAGS=-f "pfs:/pfs/multi/tmp_1/your_own"
LIBS = -lnoop_stubs
CC=cicc
@@ -67,7 +67,7 @@ progs: $(PROGS)
# Runs each test in order, passing $(TEST_FLAGS) to the program.
test: $(PROGS)
- $(RUN) testphdf5
+ $(RUN) testphdf5 $(TEST_FLAGS)
# Removes temporary files without removing the final target files. That is,
# remove things like object files but not libraries or executables.