Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
9abc1b22
Commit
9abc1b22
authored
6 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Put back the checks
parent
9288bb2c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
timing/CTestLists.cmake
+2
-2
2 additions, 2 deletions
timing/CTestLists.cmake
with
2 additions
and
2 deletions
timing/CTestLists.cmake
+
2
−
2
View file @
9abc1b22
...
@@ -68,7 +68,7 @@ if (NOT CHAMELEON_SIMULATION)
...
@@ -68,7 +68,7 @@ if (NOT CHAMELEON_SIMULATION)
string
(
TOUPPER
${
prec
}
PREC
)
string
(
TOUPPER
${
prec
}
PREC
)
if
(
CHAMELEON_PREC_
${
PREC
}
)
if
(
CHAMELEON_PREC_
${
PREC
}
)
foreach
(
test
${
TESTLIST
}
)
foreach
(
test
${
TESTLIST
}
)
add_test
(
time_ooc_
${
cat
}
_
${
prec
}${
test
}
${
MPI_CMD_
${
cat
}}
./time_
${
prec
}${
test
}
_tile
${
TEST_CMD_
${
cat
}}
--ooc
)
#
--check)
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
set_tests_properties
(
time_ooc_
${
cat
}
_
${
prec
}${
test
}
PROPERTIES
ENVIRONMENT
"STARPU_DISK_SWAP=/tmp;STARPU_LIMIT_CPU_MEM=1"
ENVIRONMENT
"STARPU_DISK_SWAP=/tmp;STARPU_LIMIT_CPU_MEM=1"
)
)
...
@@ -79,7 +79,7 @@ if (NOT CHAMELEON_SIMULATION)
...
@@ -79,7 +79,7 @@ if (NOT CHAMELEON_SIMULATION)
string
(
TOUPPER
${
prec
}
PREC
)
string
(
TOUPPER
${
prec
}
PREC
)
if
(
CHAMELEON_PREC_
${
PREC
}
)
if
(
CHAMELEON_PREC_
${
PREC
}
)
foreach
(
test
${
TESTLIST_ZC
}
)
foreach
(
test
${
TESTLIST_ZC
}
)
add_test
(
time_ooc_
${
cat
}
_
${
prec
}${
test
}
${
MPI_CMD_
${
cat
}}
./time_
${
prec
}${
test
}
_tile
${
TEST_CMD_
${
cat
}}
--ooc
)
#
--check)
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
set_tests_properties
(
time_ooc_
${
cat
}
_
${
prec
}${
test
}
PROPERTIES
ENVIRONMENT
"STARPU_DISK_SWAP=/tmp;STARPU_LIMIT_CPU_MEM=1"
ENVIRONMENT
"STARPU_DISK_SWAP=/tmp;STARPU_LIMIT_CPU_MEM=1"
)
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment