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
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
solverstack
Chameleon
Commits
c6737b1f
Commit
c6737b1f
authored
1 year ago
by
PRUVOST Florent
Committed by
Mathieu Faverge
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
fix headers
parent
86a6ea0c
No related branches found
No related tags found
1 merge request
!463
build macosx: ensure starpu is installed with brew
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
example/mpi/CMakeLists.txt
+3
-3
3 additions, 3 deletions
example/mpi/CMakeLists.txt
example/mpi/comm_split.c
+3
-3
3 additions, 3 deletions
example/mpi/comm_split.c
example/mpi/comm_split.h
+3
-3
3 additions, 3 deletions
example/mpi/comm_split.h
tools/check_header.sh
+4
-3
4 additions, 3 deletions
tools/check_header.sh
with
13 additions
and
12 deletions
example/mpi/CMakeLists.txt
+
3
−
3
View file @
c6737b1f
...
...
@@ -2,8 +2,8 @@
#
# @file CMakeLists.txt
#
# @copyright 2024 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
# Univ. Bordeaux. All rights reserved.
# @copyright 2024
-2024
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
#
Univ. Bordeaux. All rights reserved.
#
###
#
...
...
@@ -14,7 +14,7 @@
# @version 1.3.0
# @author Florent Pruvost
# @author Mathieu Faverge
# @date 2024-0
3-19
# @date 2024-0
5-06
#
###
...
...
This diff is collapsed.
Click to expand it.
example/mpi/comm_split.c
+
3
−
3
View file @
c6737b1f
...
...
@@ -2,8 +2,8 @@
*
* @file comm_split.c
*
* @copyright 2024 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
* @copyright 2024
-2024
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
*
Univ. Bordeaux. All rights reserved.
*
***
*
...
...
@@ -12,7 +12,7 @@
* @version 1.3.0
* @author Florent Pruvost
* @author Mathieu Faverge
* @date 2024-0
3-19
* @date 2024-0
5-06
*
*/
#include
"comm_split.h"
...
...
This diff is collapsed.
Click to expand it.
example/mpi/comm_split.h
+
3
−
3
View file @
c6737b1f
...
...
@@ -2,8 +2,8 @@
*
* @file comm_split.h
*
* @copyright 2024 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
* Univ. Bordeaux. All rights reserved.
* @copyright 2024
-2024
Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
*
Univ. Bordeaux. All rights reserved.
*
***
*
...
...
@@ -12,7 +12,7 @@
* @version 1.3.0
* @author Florent Pruvost
* @author Mathieu Faverge
* @date 2024-0
3-19
* @date 2024-0
5-06
*
*/
#ifndef _comm_split_h_
...
...
This diff is collapsed.
Click to expand it.
tools/check_header.sh
+
4
−
3
View file @
c6737b1f
...
...
@@ -4,10 +4,10 @@
# @copyright 2016-2024 Bordeaux INP, CNRS (LaBRI UMR 5800), Inria,
# Univ. Bordeaux. All rights reserved.
#
# @version 1.
2
.0
# @version 1.
3
.0
# @author Florent Pruvost
# @author Mathieu Faverge
# @date 202
2
-0
2-22
# @date 202
4
-0
5-06
#
# This script check that basic informations is present and correct in
# headers of source files.
...
...
@@ -193,7 +193,8 @@ files=$( git ls-files |
grep
-v
"distrib/debian/.*"
|
grep
-v
"tools/bench/jube/requirements.txt"
|
grep
-v
"
\.
org"
|
grep
-v
"
\.
scm"
)
grep
-v
"
\.
scm"
|
grep
-v
"
\.
rb"
)
if
[
$#
-gt
0
]
then
files
=
$*
...
...
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