Skip to content
Snippets Groups Projects
Commit 4290a730 authored by Morris Jette's avatar Morris Jette
Browse files

Rename test so multi-CPU test together

parent 0b99f4c7
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ EXTRA_DIST = \
test1.72 \
test1.73 \
test1.74 \
test1.75 \
test1.80 \
test1.81 \
test1.82 \
......@@ -122,7 +123,6 @@ EXTRA_DIST = \
test1.96 \
test1.96.prog.c \
test1.97 \
test1.98 \
test2.1 \
test2.2 \
test2.3 \
......
......@@ -479,6 +479,7 @@ EXTRA_DIST = \
test1.72 \
test1.73 \
test1.74 \
test1.75 \
test1.80 \
test1.81 \
test1.82 \
......@@ -506,7 +507,6 @@ EXTRA_DIST = \
test1.96 \
test1.96.prog.c \
test1.97 \
test1.98 \
test2.1 \
test2.2 \
test2.3 \
......
......@@ -176,6 +176,7 @@ test1.71 Validates that srun exit code matches that of a test program.
test1.72 Validate JobAcctGatherFrequency configuration parameter is enforced.
test1.73 Validate OverTimeLimit configuration parameter is enforced.
test1.74 Validate MaxNode and GrpNode limit enforcment with QoS & association.
test1.75 Test that --cpu-freq is enforced when using non-numeric values
**NOTE** The following tests attempt to utilize multiple CPUs or partitions,
The test will print "WARNING" and terminate with an exit code of
......@@ -205,7 +206,6 @@ test1.94 Test of MPICH2 task spawn logic
test1.95 Basic UPC (Unified Parallel C) test via srun.
test1.96 Basic SHMEM test via srun.
test1.97 Test that --ntask-per-node and -c options are enforced
test1.98 Test that --cpu-freq is enforced when using non-numeric values
**NOTE** The above tests for multiple processor/partition systems only
test2.# Testing of scontrol options (to be run as unprivileged user).
......
......@@ -30,7 +30,7 @@
############################################################################
source ./globals
set test_id 1.98
set test_id 1.75
set file_in "test$test_id\_sc"
set node ""
set threads 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment