Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TensorJoseph
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Camille Coti
TensorJoseph
Commits
6c82548b
Commit
6c82548b
authored
5 years ago
by
Camille Coti
Browse files
Options
Downloads
Patches
Plain Diff
Removed warning
parent
36988832
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
src/tensormatrix_mpi.cpp
+2
-2
2 additions, 2 deletions
src/tensormatrix_mpi.cpp
src/utils_parall.h
+2
-2
2 additions, 2 deletions
src/utils_parall.h
with
4 additions
and
4 deletions
src/tensormatrix_mpi.cpp
+
2
−
2
View file @
6c82548b
...
...
@@ -39,8 +39,8 @@ real 3m31,034s
MPI_Datatype
DT_PARAMETERS
;
MPI_Datatype
DT_PARAMETERS_2
;
int
nbforemen
=
NBFOREMEN
;
/* Number of foremen to use with the hierarchical M/W */
int
maxresult
=
MAXRESULT
;
/* Maximum results in the result queue, addslave version */
unsigned
int
nbforemen
=
NBFOREMEN
;
/* Number of foremen to use with the hierarchical M/W */
unsigned
int
maxresult
=
MAXRESULT
;
/* Maximum results in the result queue, addslave version */
/*******************************************************************************
* Main function *
...
...
This diff is collapsed.
Click to expand it.
src/utils_parall.h
+
2
−
2
View file @
6c82548b
...
...
@@ -55,7 +55,7 @@ gi::ex add_expressions( std::vector<std::string>, gi::lst );
extern
MPI_Datatype
DT_PARAMETERS
;
extern
MPI_Datatype
DT_PARAMETERS_2
;
extern
int
nbforemen
;
/* Number of foremen to use with the hierarchical M/W */
extern
int
maxresult
;
/* Maximum results in the result queue, addslave version */
extern
unsigned
int
nbforemen
;
/* Number of foremen to use with the hierarchical M/W */
extern
unsigned
int
maxresult
;
/* Maximum results in the result queue, addslave version */
#endif // _UTILS_PARALL_H_
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