Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
euroexa_GaiaGsrParSim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fabio Roberto Vitello
euroexa_GaiaGsrParSim
Commits
8033e342
Commit
8033e342
authored
May 15, 2020
by
Fabio Roberto Vitello
Browse files
Options
Downloads
Patches
Plain Diff
Fixed nthread init and removed ompss fpga pragma
parent
3efb1fd8
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
aprod.c
+0
-1
0 additions, 1 deletion
aprod.c
util.h
+1
-1
1 addition, 1 deletion
util.h
with
1 addition
and
2 deletions
aprod.c
+
0
−
1
View file @
8033e342
...
...
@@ -249,7 +249,6 @@ void aprod(int mode, long int m, long int n, double *vVect, double *knownTerms,
for
(
int
nt
=
0
;
nt
<
ntasks
;
nt
++
)
{
#pragma omp target device (fpga) copy_deps
#pragma omp task label(vVect_nAstroPSolved) //out(vVect[jstartAstro : jstartAstro + nAstroPSolved-1])
{
lset
=
mapForThread
[
nt
][
0
]
*
nparam
;
...
...
This diff is collapsed.
Click to expand it.
util.h
+
1
−
1
View file @
8033e342
...
...
@@ -103,7 +103,7 @@ struct comData {
int
timeCPR
,
timeLimit
,
itnCPR
,
itnCPRstop
,
itnCPRend
,
itnLimit
,
itn
,
noCPR
;
long
offsetCMag
,
offsetCnu
,
offsetCdelta_eta
,
offsetCDelta_eta_1
,
offsetCDelta_eta_2
;
long
offsetCDelta_eta_3
,
offsetCdelta_zeta
,
offsetCDelta_zeta_1
,
offsetCDelta_zeta_2
;
int
nthreads
=
1
;
int
nthreads
;
int
ntasks
;
long
**
mapForThread
;
int
nSubsetAtt
,
nSubsetInstr
;
...
...
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
sign in
to comment