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
86bd3e9a
Commit
86bd3e9a
authored
9 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
rename the eztrace module
parent
45553070
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
coreblas/eztrace_module/CMakeLists.txt
+7
-7
7 additions, 7 deletions
coreblas/eztrace_module/CMakeLists.txt
coreblas/eztrace_module/coreblas_eztrace_module
+2
-2
2 additions, 2 deletions
coreblas/eztrace_module/coreblas_eztrace_module
with
9 additions
and
9 deletions
coreblas/eztrace_module/CMakeLists.txt
+
7
−
7
View file @
86bd3e9a
...
@@ -46,26 +46,26 @@ if (EZTRACE_FOUND AND EZTRACE_DIR_FOUND)
...
@@ -46,26 +46,26 @@ if (EZTRACE_FOUND AND EZTRACE_DIR_FOUND)
DEPENDS
${
CMAKE_CURRENT_SOURCE_DIR
}
/coreblas_eztrace_module
DEPENDS
${
CMAKE_CURRENT_SOURCE_DIR
}
/coreblas_eztrace_module
)
)
add_custom_target
(
add_custom_target
(
eztrace-module-chameleon_c
pu_func
-dir ALL
eztrace-module-chameleon_c
ore
-dir ALL
DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/output
DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/output
)
)
add_custom_command
(
add_custom_command
(
OUTPUT libeztrace-autostart-chameleon_c
pu_func
.so libeztrace-chameleon_c
pu_func
.so libeztrace-convert-chameleon_c
pu_func
.so
OUTPUT libeztrace-autostart-chameleon_c
ore
.so libeztrace-chameleon_c
ore
.so libeztrace-convert-chameleon_c
ore
.so
COMMAND make
COMMAND make
WORKING_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/output
WORKING_DIRECTORY
${
CMAKE_CURRENT_BINARY_DIR
}
/output
DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/output
DEPENDS
${
CMAKE_CURRENT_BINARY_DIR
}
/output
)
)
add_custom_target
(
add_custom_target
(
eztrace-module-chameleon_c
pu_func
-libs ALL
eztrace-module-chameleon_c
ore
-libs ALL
DEPENDS libeztrace-autostart-chameleon_c
pu_func
.so libeztrace-chameleon_c
pu_func
.so libeztrace-convert-chameleon_c
pu_func
.so
DEPENDS libeztrace-autostart-chameleon_c
ore
.so libeztrace-chameleon_c
ore
.so libeztrace-convert-chameleon_c
ore
.so
)
)
# installation
# installation
# ------------
# ------------
install
(
install
(
FILES
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/output/libeztrace-autostart-chameleon_c
pu_func
.so
${
CMAKE_CURRENT_BINARY_DIR
}
/output/libeztrace-autostart-chameleon_c
ore
.so
${
CMAKE_CURRENT_BINARY_DIR
}
/output/libeztrace-chameleon_c
pu_func
.so
${
CMAKE_CURRENT_BINARY_DIR
}
/output/libeztrace-chameleon_c
ore
.so
${
CMAKE_CURRENT_BINARY_DIR
}
/output/libeztrace-convert-chameleon_c
pu_func
.so
${
CMAKE_CURRENT_BINARY_DIR
}
/output/libeztrace-convert-chameleon_c
ore
.so
DESTINATION
${
EZTRACE_LIBRARY_DIRS
}
DESTINATION
${
EZTRACE_LIBRARY_DIRS
}
)
)
...
...
This diff is collapsed.
Click to expand it.
coreblas/eztrace_module/coreblas_eztrace_module
+
2
−
2
View file @
86bd3e9a
BEGIN_MODULE
BEGIN_MODULE
NAME chameleon_c
pu_func
NAME chameleon_c
ore
DESC "Module for Chameleon C
PU
functions"
DESC "Module for Chameleon C
ORE
functions"
ID 7770
ID 7770
void CORE_scasum(int storev, int uplo, int M, int N,
void CORE_scasum(int storev, int uplo, int M, int N,
...
...
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