Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SWIFTsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
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
SWIFT
SWIFTsim
Commits
8f1aaefc
Commit
8f1aaefc
authored
6 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Patches
Plain Diff
Doxygen documentation fixes.
parent
f39b0ff5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/partition.c
+5
-5
5 additions, 5 deletions
src/partition.c
with
5 additions
and
5 deletions
src/partition.c
+
5
−
5
View file @
8f1aaefc
...
@@ -1793,11 +1793,11 @@ static int check_complete(struct space *s, int verbose, int nregions) {
...
@@ -1793,11 +1793,11 @@ static int check_complete(struct space *s, int verbose, int nregions) {
* @brief Check that the threadpool version of the weights construction is
* @brief Check that the threadpool version of the weights construction is
* correct by comparing to the old serial code.
* correct by comparing to the old serial code.
*
*
* @tasks the list of tasks
* @
param
tasks the list of tasks
* @nr_tasks number of tasks
* @
param
nr_tasks number of tasks
* @mydata additional values as passed to threadpool
* @
param
mydata additional values as passed to threadpool
* @ref_weights_v vertex weights to check
* @
param
ref_weights_v vertex weights to check
* @ref_weights_e edge weights to check
* @
param
ref_weights_e edge weights to check
*/
*/
static
void
check_weights
(
struct
task
*
tasks
,
int
nr_tasks
,
static
void
check_weights
(
struct
task
*
tasks
,
int
nr_tasks
,
struct
weights_mapper_data
*
mydata
,
struct
weights_mapper_data
*
mydata
,
...
...
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