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
745d783e
Commit
745d783e
authored
8 years ago
by
PRUVOST Florent
Browse files
Options
Downloads
Patches
Plain Diff
chameleon's config file was not called in the proper directory
parent
f345eb82
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
include/morse_simulate.h
+2
-2
2 additions, 2 deletions
include/morse_simulate.h
include/morse_struct.h
+3
-3
3 additions, 3 deletions
include/morse_struct.h
runtime/starpu/codelets/codelet_zbuild.c
+1
-1
1 addition, 1 deletion
runtime/starpu/codelets/codelet_zbuild.c
with
6 additions
and
6 deletions
include/morse_simulate.h
+
2
−
2
View file @
745d783e
...
...
@@ -3,7 +3,7 @@
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-201
5
Inria. All rights reserved.
* @copyright (c) 2012-201
7
Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -25,7 +25,7 @@
#ifndef _MORSE_SIMULATE_H_
#define _MORSE_SIMULATE_H_
#include
"
include/
chameleon_config.h"
#include
"chameleon_config.h"
/* we need this when starpu is compiled with simgrid enabled */
#if defined(CHAMELEON_SCHED_STARPU) && defined(CHAMELEON_SIMULATION)
...
...
This diff is collapsed.
Click to expand it.
include/morse_struct.h
+
3
−
3
View file @
745d783e
...
...
@@ -3,7 +3,7 @@
* @copyright (c) 2009-2014 The University of Tennessee and The University
* of Tennessee Research Foundation.
* All rights reserved.
* @copyright (c) 2012-201
4
Inria. All rights reserved.
* @copyright (c) 2012-201
7
Inria. All rights reserved.
* @copyright (c) 2012-2014 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria, Univ. Bordeaux. All rights reserved.
*
**/
...
...
@@ -28,7 +28,7 @@
#ifndef _MORSE_STRUCT_H_
#define _MORSE_STRUCT_H_
#include
"
include/
chameleon_config.h"
#include
"chameleon_config.h"
#include
"morse_types.h"
/** ****************************************************************************
...
...
@@ -81,7 +81,7 @@ struct morse_desc_s {
int
mb
;
// number of rows in a tile
int
nb
;
// number of columns in a tile
int
bsiz
;
// size in elements including padding
int
lm
;
// number of rows of the entire matrix
int
lm
;
// number of rows of the entire matrix
int
ln
;
// number of columns of the entire matrix
int
lmt
;
// number of tile rows of the entire matrix - derived parameter
int
lnt
;
// number of tile columns of the entire matrix - derived parameter
...
...
This diff is collapsed.
Click to expand it.
runtime/starpu/codelets/codelet_zbuild.c
+
1
−
1
View file @
745d783e
...
...
@@ -84,7 +84,7 @@ static void cl_zbuild_cpu_func(void *descr[], void *cl_arg)
/* The callback 'user_build_callback' is expected to build the block of matrix [row_min, row_max] x [col_min, col_max]
* (with both min and max values included in the intervals, index start at 0 like in C, NOT 1 like in Fortran)
* and store it at the adress
e
'buffer' with leading dimension 'ld'
* and store it at the ad
d
ress 'buffer' with leading dimension 'ld'
*/
user_build_callback
(
row_min
,
row_max
,
col_min
,
col_max
,
A
,
ld
,
user_data
);
...
...
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