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
9c761fcf
Commit
9c761fcf
authored
Nov 16, 2014
by
PRUVOST Florent
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
this chameleon first version is set to 0.9
parent
043add66
Changes
85
Hide whitespace changes
Inline
Side-by-side
Showing
85 changed files
with
91 additions
and
91 deletions
+91
-91
CMakeLists.txt
CMakeLists.txt
+3
-3
cmake_modules/morse/GenPkgConfig.cmake
cmake_modules/morse/GenPkgConfig.cmake
+1
-1
cmake_modules/morse/MorseInit.cmake
cmake_modules/morse/MorseInit.cmake
+1
-1
cmake_modules/morse/ParseArguments.cmake
cmake_modules/morse/ParseArguments.cmake
+1
-1
cmake_modules/morse/PrintOpts.cmake
cmake_modules/morse/PrintOpts.cmake
+1
-1
cmake_modules/morse/RulesPrecisions.cmake
cmake_modules/morse/RulesPrecisions.cmake
+1
-1
compute/CMakeLists.txt
compute/CMakeLists.txt
+1
-1
compute/pztile.c
compute/pztile.c
+1
-1
compute/ztile.c
compute/ztile.c
+1
-1
control/CMakeLists.txt
control/CMakeLists.txt
+1
-1
control/async.c
control/async.c
+1
-1
control/async.h
control/async.h
+1
-1
control/auxiliary.c
control/auxiliary.c
+1
-1
control/auxiliary.h
control/auxiliary.h
+1
-1
control/bulge.h
control/bulge.h
+1
-1
control/common.h
control/common.h
+1
-1
control/context.c
control/context.c
+1
-1
control/context.h
control/context.h
+1
-1
control/control.c
control/control.c
+1
-1
control/descriptor.c
control/descriptor.c
+1
-1
control/descriptor.h
control/descriptor.h
+1
-1
control/gkkleader.h
control/gkkleader.h
+1
-1
control/global.h
control/global.h
+1
-1
control/morse_f77.c
control/morse_f77.c
+1
-1
control/morse_mf77.c
control/morse_mf77.c
+1
-1
control/morsewinthread.c
control/morsewinthread.c
+1
-1
control/morsewinthread.h
control/morsewinthread.h
+1
-1
control/primes.h
control/primes.h
+1
-1
control/tile.c
control/tile.c
+1
-1
control/tile.h
control/tile.h
+1
-1
control/workspace.c
control/workspace.c
+1
-1
control/workspace.h
control/workspace.h
+1
-1
coreblas/CMakeLists.txt
coreblas/CMakeLists.txt
+1
-1
coreblas/compute/CMakeLists.txt
coreblas/compute/CMakeLists.txt
+1
-1
coreblas/compute/global.c
coreblas/compute/global.c
+1
-1
coreblas/include/CMakeLists.txt
coreblas/include/CMakeLists.txt
+1
-1
coreblas/include/cblas.h
coreblas/include/cblas.h
+1
-1
coreblas/include/coreblas.h
coreblas/include/coreblas.h
+1
-1
docs/CMakeLists.txt
docs/CMakeLists.txt
+1
-1
docs/doxygen/CMakeLists.txt
docs/doxygen/CMakeLists.txt
+1
-1
docs/texinfo/CMakeLists.txt
docs/texinfo/CMakeLists.txt
+1
-1
example/lapack_to_morse/step0.h
example/lapack_to_morse/step0.h
+2
-2
include/CMakeLists.txt
include/CMakeLists.txt
+1
-1
include/morse.h
include/morse.h
+4
-4
include/morse_constants.h
include/morse_constants.h
+1
-1
include/morse_struct.h
include/morse_struct.h
+1
-1
include/morse_types.h
include/morse_types.h
+1
-1
include/runtime.h
include/runtime.h
+1
-1
runtime/CMakeLists.txt
runtime/CMakeLists.txt
+1
-1
runtime/quark/CMakeLists.txt
runtime/quark/CMakeLists.txt
+1
-1
runtime/quark/codelets/codelet_ztile_zero.c
runtime/quark/codelets/codelet_ztile_zero.c
+1
-1
runtime/quark/control/options.c
runtime/quark/control/options.c
+1
-1
runtime/quark/control/profiling.c
runtime/quark/control/profiling.c
+1
-1
runtime/quark/control/zprofiling.c
runtime/quark/control/zprofiling.c
+1
-1
runtime/quark/include/CMakeLists.txt
runtime/quark/include/CMakeLists.txt
+1
-1
runtime/quark/include/core_blas_dag.h
runtime/quark/include/core_blas_dag.h
+1
-1
runtime/quark/include/quark_blas.h
runtime/quark/include/quark_blas.h
+1
-1
runtime/starpu/CMakeLists.txt
runtime/starpu/CMakeLists.txt
+1
-1
runtime/starpu/codelets/codelet_ztile_zero.c
runtime/starpu/codelets/codelet_ztile_zero.c
+1
-1
runtime/starpu/control/async.c
runtime/starpu/control/async.c
+1
-1
runtime/starpu/control/context.c
runtime/starpu/control/context.c
+1
-1
runtime/starpu/control/control.c
runtime/starpu/control/control.c
+1
-1
runtime/starpu/control/descriptor.c
runtime/starpu/control/descriptor.c
+1
-1
runtime/starpu/control/options.c
runtime/starpu/control/options.c
+1
-1
runtime/starpu/control/profiling.c
runtime/starpu/control/profiling.c
+1
-1
runtime/starpu/control/zlocality.c
runtime/starpu/control/zlocality.c
+1
-1
runtime/starpu/control/zprofiling.c
runtime/starpu/control/zprofiling.c
+1
-1
runtime/starpu/include/codelet_profile.h
runtime/starpu/include/codelet_profile.h
+1
-1
runtime/starpu/include/codelet_z.h
runtime/starpu/include/codelet_z.h
+1
-1
runtime/starpu/include/codelets.h
runtime/starpu/include/codelets.h
+1
-1
runtime/starpu/include/morse_starpu.h
runtime/starpu/include/morse_starpu.h
+1
-1
runtime/starpu/include/profiling.h
runtime/starpu/include/profiling.h
+1
-1
runtime/starpu/include/workspace.h
runtime/starpu/include/workspace.h
+1
-1
simucore/CMakeLists.txt
simucore/CMakeLists.txt
+1
-1
simucore/simucblas/CMakeLists.txt
simucore/simucblas/CMakeLists.txt
+1
-1
simucore/simulapacke/CMakeLists.txt
simucore/simulapacke/CMakeLists.txt
+1
-1
testing/CMakeLists.txt
testing/CMakeLists.txt
+1
-1
testing/lin/CMakeLists.txt
testing/lin/CMakeLists.txt
+1
-1
testing/testing_zauxiliary.c
testing/testing_zauxiliary.c
+1
-1
testing/testing_zauxiliary.h
testing/testing_zauxiliary.h
+1
-1
timing/CMakeLists.txt
timing/CMakeLists.txt
+1
-1
timing/auxiliary.c
timing/auxiliary.c
+1
-1
timing/auxiliary.h
timing/auxiliary.h
+1
-1
timing/flops.h
timing/flops.h
+1
-1
timing/timing.c
timing/timing.c
+1
-1
No files found.
CMakeLists.txt
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
@@ -37,8 +37,8 @@ if("${PROJECT_SOURCE_DIR}" STREQUAL "${PROJECT_BINARY_DIR}")
endif
()
# set project version number
set
(
CHAMELEON_VERSION_MAJOR
1
)
set
(
CHAMELEON_VERSION_MINOR
1
)
set
(
CHAMELEON_VERSION_MAJOR
0
)
set
(
CHAMELEON_VERSION_MINOR
9
)
set
(
CHAMELEON_VERSION_PATCH 0
)
# Add extra cmake module path and initialize morse cmake modules
...
...
cmake_modules/morse/GenPkgConfig.cmake
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
cmake_modules/morse/MorseInit.cmake
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
cmake_modules/morse/ParseArguments.cmake
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
cmake_modules/morse/PrintOpts.cmake
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Florent Pruvost
# @date 10-11-2014
#
...
...
cmake_modules/morse/RulesPrecisions.cmake
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Thomas Herault
# @author George Bosilca
# @author Aurelien Bouteiller
...
...
compute/CMakeLists.txt
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
compute/pztile.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Mathieu Faverge
* @author Cedric Castagnede
...
...
compute/ztile.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Mathieu Faverge
* @author Cedric Castagnede
...
...
control/CMakeLists.txt
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
control/async.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Mathieu Faverge
* @author Cedric Castagnede
...
...
control/async.h
View file @
9c761fcf
...
...
@@ -17,7 +17,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Cedric Castagnede
* @date 2010-11-15
...
...
control/auxiliary.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Piotr Luszczek
* @author Emmanuel Agullo
...
...
control/auxiliary.h
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Piotr Luszczek
* @author Emmanuel Agullo
...
...
control/bulge.h
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Azzam Haidar
* @author Cedric Castagnede
* @date 2010-11-15
...
...
control/common.h
View file @
9c761fcf
...
...
@@ -17,7 +17,7 @@
* Univ. of California Berkeley and Univ. of Colorado Denver,
* and INRIA Bordeaux Sud-Ouest
*
* @version
1.1
.0
* @version
0.9
.0
* @author Mathieu Faverge
* @author Cedric Castagnede
* @date 2012-09-15
...
...
control/context.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Mathieu Faverge
* @author Cedric Castagnede
...
...
control/context.h
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Cedric Augonnet
* @author Mathieu Faverge
...
...
control/control.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Mathieu Faverge
* @author Cedric Castagnede
...
...
control/descriptor.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Mathieu Faverge
* @author Cedric Castagnede
* @date 2010-11-15
...
...
control/descriptor.h
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Mathieu Faverge
* @author Cedric Castagnede
...
...
control/gkkleader.h
View file @
9c761fcf
...
...
@@ -20,7 +20,7 @@
* based on the GKK algorithm by Gustavson, Karlsson, Kagstrom
* and its fortran implementation.
*
* @version
1.1
.0
* @version
0.9
.0
* @author Mathieu Faverge
* @date 2010-11-15
*
...
...
control/global.h
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Piotr Luszczek
* @author Cedric Castagnede
...
...
control/morse_f77.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Bilel Hadri
* @author Cedric Castagnede
* @date 2010-11-15
...
...
control/morse_mf77.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Bilel Hadri
* @author Cedric Castagnede
* @date 2010-11-15
...
...
control/morsewinthread.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Piotr Luszczek
* @author Cedric Castagnede
* @date 2012-09-15
...
...
control/morsewinthread.h
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Piotr Luszczek
* @author Cedric Castagnede
* @date 2012-09-15
...
...
control/primes.h
View file @
9c761fcf
...
...
@@ -20,7 +20,7 @@
* based on the GKK algorithm by Gustavson, Karlsson, Kagstrom
* and its fortran implementation.
*
* @version
1.1
.0
* @version
0.9
.0
* @author Mathieu Faverge
* @author Cedric Castagnede
* @date 2010-11-15
...
...
control/tile.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Cedric Castagnede
* @date 2010-11-15
...
...
control/tile.h
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Cedric Castagnede
* @date 2010-11-15
...
...
control/workspace.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Mathieu Faverge
* @author Cedric Castagnede
* @date 2012-09-15
...
...
control/workspace.h
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Cedric Castagnede
* @date 2010-11-15
...
...
coreblas/CMakeLists.txt
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
coreblas/compute/CMakeLists.txt
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
coreblas/compute/global.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Piotr Luszczek
* @date 2010-11-15
...
...
coreblas/include/CMakeLists.txt
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
coreblas/include/cblas.h
View file @
9c761fcf
...
...
@@ -19,7 +19,7 @@
* Univ. of California Berkeley and
* Univ. of Colorado Denver.
*
* @version
1.1
.0
* @version
0.9
.0
* @author Cedric Castagnede
* @date 2012-09-15
*
...
...
coreblas/include/coreblas.h
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Hatem Ltaief
* @date 2010-11-15
...
...
docs/CMakeLists.txt
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
docs/doxygen/CMakeLists.txt
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
docs/texinfo/CMakeLists.txt
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
example/lapack_to_morse/step0.h
View file @
9c761fcf
...
...
@@ -35,8 +35,8 @@
#include <cblas.h>
#include <lapacke.h>
#define CHAMELEON_VERSION_MAJOR
1
#define CHAMELEON_VERSION_MINOR
1
#define CHAMELEON_VERSION_MAJOR
0
#define CHAMELEON_VERSION_MINOR
9
#define CHAMELEON_VERSION_MICRO 0
/* Integer parameters for step0 */
...
...
include/CMakeLists.txt
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
include/morse.h
View file @
9c761fcf
...
...
@@ -17,7 +17,7 @@
* Univ. of California Berkeley and Univ. of Colorado Denver,
* and INRIA Bordeaux Sud-Ouest
*
* @version
1.1
.0
* @version
0.9
.0
* @author Mathieu Faverge
* @author Cedric Augonnet
* @author Cedric Castagnede
...
...
@@ -28,11 +28,11 @@
#define _MORSE_H_
#define MORSE_VERSION_MAJOR 1
#define MORSE_VERSION_MINOR
1
#define MORSE_VERSION_MINOR
0
#define MORSE_VERSION_MICRO 0
#define CHAMELEON_VERSION_MAJOR
1
#define CHAMELEON_VERSION_MINOR
1
#define CHAMELEON_VERSION_MAJOR
0
#define CHAMELEON_VERSION_MINOR
9
#define CHAMELEON_VERSION_MICRO 0
...
...
include/morse_constants.h
View file @
9c761fcf
...
...
@@ -17,7 +17,7 @@
* Univ. of California Berkeley and Univ. of Colorado Denver,
* and INRIA Bordeaux Sud-Ouest
*
* @version
1.1
.0
* @version
0.9
.0
* @author Cedric Augonnet
* @author Mathieu Faverge
* @author Cedric Castagnede
...
...
include/morse_struct.h
View file @
9c761fcf
...
...
@@ -17,7 +17,7 @@
* Univ. of California Berkeley and Univ. of Colorado Denver,
* and INRIA Bordeaux Sud-Ouest
*
* @version
1.1
.0
* @version
0.9
.0
* @author Cedric Augonnet
* @author Mathieu Faverge
* @author Cedric Castagnede
...
...
include/morse_types.h
View file @
9c761fcf
...
...
@@ -17,7 +17,7 @@
* Univ. of California Berkeley and Univ. of Colorado Denver,
* and INRIA Bordeaux Sud-Ouest
*
* @version
1.1
.0
* @version
0.9
.0
* @author Cedric Augonnet
* @author Mathieu Faverge
* @author Cedric Castagnede
...
...
include/runtime.h
View file @
9c761fcf
...
...
@@ -17,7 +17,7 @@
* Univ. of California Berkeley and Univ. of Colorado Denver,
* and INRIA Bordeaux Sud-Ouest
*
* @version
1.1
.0
* @version
0.9
.0
* @author Mathieu Faverge
* @author Cedric Augonnet
* @author Cedric Castagnede
...
...
runtime/CMakeLists.txt
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
runtime/quark/CMakeLists.txt
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
runtime/quark/codelets/codelet_ztile_zero.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Hatem Ltaief
* @author Mathieu Faverge
* @author Jakub Kurzak
...
...
runtime/quark/control/options.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Vijay Joshi
* @author Cedric Castagnede
* @date 2011-10-29
...
...
runtime/quark/control/profiling.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Vijay Joshi
* @author Cedric Castagnede
* @date 2011-10-29
...
...
runtime/quark/control/zprofiling.c
View file @
9c761fcf
...
...
@@ -17,7 +17,7 @@
* Univ. of California Berkeley and Univ. of Colorado Denver,
* and INRIA Bordeaux Sud-Ouest
*
* @version
1.1
.0
* @version
0.9
.0
* @author Mathieu Faverge
* @author Cedric Augonnet
* @author Cedric Castagnede
...
...
runtime/quark/include/CMakeLists.txt
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
runtime/quark/include/core_blas_dag.h
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Mathieu Faverge
* @author Cedric Castagnede
* @date 2010-11-15
...
...
runtime/quark/include/quark_blas.h
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Jakub Kurzak
* @author Hatem Ltaief
* @date 2010-11-15
...
...
runtime/starpu/CMakeLists.txt
View file @
9c761fcf
...
...
@@ -18,7 +18,7 @@
# Univ. of California Berkeley,
# Univ. of Colorado Denver.
#
# @version
1.1
.0
# @version
0.9
.0
# @author Cedric Castagnede
# @author Emmanuel Agullo
# @author Mathieu Faverge
...
...
runtime/starpu/codelets/codelet_ztile_zero.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0
* @version
0.9
.0
* @author Hatem Ltaief
* @author Mathieu Faverge
* @author Jakub Kurzak
...
...
runtime/starpu/control/async.c
View file @
9c761fcf
...
...
@@ -16,7 +16,7 @@
* MORSE is a software package provided by Univ. of Tennessee,
* Univ. of California Berkeley and Univ. of Colorado Denver
*
* @version
1.1
.0