Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Chameleon
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
AGULLO Emmanuel
Chameleon
Commits
f3fc8b9b
Commit
f3fc8b9b
authored
Oct 24, 2018
by
Mathieu Faverge
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove OOC testings for now
parent
9dc19a30
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
26 deletions
+26
-26
timing/CTestLists.cmake
timing/CTestLists.cmake
+26
-26
No files found.
timing/CTestLists.cmake
View file @
f3fc8b9b
...
...
@@ -62,32 +62,32 @@ if (NOT CHAMELEON_SIMULATION)
endforeach
()
endforeach
()
if
(
CHAMELEON_SCHED_STARPU
)
foreach
(
cat
${
TEST_CATEGORIES
}
)
foreach
(
prec
${
RP_CHAMELEON_PRECISIONS
}
)
string
(
TOUPPER
${
prec
}
PREC
)
if
(
CHAMELEON_PREC_
${
PREC
}
)
foreach
(
test
${
TESTLIST
}
)
add_test
(
time_ooc_
${
cat
}
_
${
prec
}${
test
}
${
MPI_CMD_
${
cat
}}
./time_
${
prec
}${
test
}
_tile
${
TEST_CMD_
${
cat
}}
--ooc --check
)
set_tests_properties
(
time_ooc_
${
cat
}
_
${
prec
}${
test
}
PROPERTIES
ENVIRONMENT
"STARPU_DISK_SWAP=/tmp;STARPU_LIMIT_CPU_MEM=1"
)
endforeach
()
endif
()
endforeach
()
foreach
(
prec
${
CHAMELEON_PRECISIONS_ZC
}
)
string
(
TOUPPER
${
prec
}
PREC
)
if
(
CHAMELEON_PREC_
${
PREC
}
)
foreach
(
test
${
TESTLIST_ZC
}
)
add_test
(
time_ooc_
${
cat
}
_
${
prec
}${
test
}
${
MPI_CMD_
${
cat
}}
./time_
${
prec
}${
test
}
_tile
${
TEST_CMD_
${
cat
}}
--ooc --check
)
set_tests_properties
(
time_ooc_
${
cat
}
_
${
prec
}${
test
}
PROPERTIES
ENVIRONMENT
"STARPU_DISK_SWAP=/tmp;STARPU_LIMIT_CPU_MEM=1"
)
endforeach
()
endif
()
endforeach
()
endforeach
()
endif
()
#
if ( CHAMELEON_SCHED_STARPU )
#
foreach(cat ${TEST_CATEGORIES})
#
foreach(prec ${RP_CHAMELEON_PRECISIONS})
#
string(TOUPPER ${prec} PREC)
#
if (CHAMELEON_PREC_${PREC})
#
foreach(test ${TESTLIST})
#
add_test(time_ooc_${cat}_${prec}${test} ${MPI_CMD_${cat}} ./time_${prec}${test}_tile ${TEST_CMD_${cat}} --ooc --check)
#
set_tests_properties(time_ooc_${cat}_${prec}${test} PROPERTIES
#
ENVIRONMENT "STARPU_DISK_SWAP=/tmp;STARPU_LIMIT_CPU_MEM=1"
#
)
#
endforeach()
#
endif()
#
endforeach()
#
foreach(prec ${CHAMELEON_PRECISIONS_ZC})
#
string(TOUPPER ${prec} PREC)
#
if (CHAMELEON_PREC_${PREC})
#
foreach(test ${TESTLIST_ZC})
#
add_test(time_ooc_${cat}_${prec}${test} ${MPI_CMD_${cat}} ./time_${prec}${test}_tile ${TEST_CMD_${cat}} --ooc --check)
#
set_tests_properties(time_ooc_${cat}_${prec}${test} PROPERTIES
#
ENVIRONMENT "STARPU_DISK_SWAP=/tmp;STARPU_LIMIT_CPU_MEM=1"
#
)
#
endforeach()
#
endif()
#
endforeach()
#
endforeach()
#
endif()
if
(
CHAMELEON_USE_MPI AND MPI_C_FOUND
)
set
(
TEST_CATEGORIES mpi
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment