Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NP_TMcode
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Giacomo Mulas
NP_TMcode
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
2159e85c942a0ca1ce5151cd354d278df28db413
Select Git revision
Branches
19
3-error-in-run-the-program
containers
containers-m10
containers-m8
enable_svd
experiment
fix_layered_spheres_bug
magma_refinement
main
master
default
protected
original
protected
parallel_angles
parallel_angles_gmu
profile_omp_leonardo
release9
script_devel
shaditest
test1
test_nvidia_profiler
Tags
11
NP_TMcode-M10a.02
NP_TMcode-M10a.01
NP_TMcode-M10a.00
NP_TMcode-M9.01
NP_TMcode-M9.00
NP_TMcode-M8.03
NP_TMcode-M8.02
NP_TMcode-M8.01
NP_TMcode-M8.00
NP_TMcode-M7.00
v0.0
30 results
Begin with the selected commit
Created with Raphaël 2.2.0
26
Mar
25
23
22
21
20
19
18
15
13
12
11
8
7
6
5
4
29
Feb
28
27
23
22
21
20
16
14
13
12
9
7
6
5
2
29
Jan
26
25
24
19
18
17
16
15
14
12
11
10
9
8
6
5
4
2
1
31
Dec
29
28
27
26
25
24
21
20
18
16
15
14
13
12
11
10
7
6
3
30
Nov
29
28
27
24
13
10
8
6
3
2
31
Oct
29
26
20
19
17
16
13
12
5
4
29
Sep
26
25
24
22
21
19
18
7
6
5
4
15
Feb
Save last_message as pointer to string
Define logger as pointer
Define logger as pointer
Correct definitely lost bytes tracked by valgrind --leak-check=all
Correct valgrind definitely lost leaks
Update logger branch with OpenMP separated init thread
Merge branch 'test_omp_cluster' into 'master'
- do not allocate local variables for thread 0, only for additional ones
Remove redundant C1_AddOns vectors and set up logging for parallel execution
Solve merge conflicts for OMP implementation
fix mkl for Rosalba's computer
add a missing delete
Merge branch 'test_omp_cluster' into 'master'
free zpv before c4, since it needs c4->lm: now valgrind is clean.
Merge branch 'test_omp_cluster' into 'master'
correct valgrind omp errors
correct first 2 valgrind errors (one to double check by Giovanni)
bump up one more allocation from size configurations to nspheres
- For safety, since some loops are murky, overallocate some arrays of size nspheres instead of configurations
Use separate loops to re-assemble ASCII and binary output files
Skip log file if the file line numbers differ
pass all scalars in cluster scales loop by reference something otherwise breaks)
make the splitting of outputs conditional on _OPENMP
Merge branch 'test_omp_cluster' of https://www.ict.inaf.it/gitlab/giacomo.mulas/np_tmcode into test_omp_cluster
Append thread output files to program output
Use adaptive scaling to distinguish between warnings and errors
add support for USE_OPENMP in make.inc
Add first OpenMP parallelisation in cluster.cpp. YAY!!
work around stupid g++11 implementation to allocate am_2[0]
finish replacing fresh local variables instead of global ones in scales loop
only one round of substitutions of fresh variables in scales loop left...
almost finished switch to fresh variables in the scales loop of cluster
add yet more fresh variables in the scales loop
add more cleanly defined variables to the scales loop
add fresh zpv_2
- add some more freshly defined variables in the scales loop
- begin calling the scales iterations with "fresh" variables, to test parallelism
Be pedantic and, for the time being, pass _everything_ to cluster_jxi488_cycle()
Move the content of the loop over scales in a separate function, so it can be called with fresh arguments every time to check parallelism and dependencies.
Remove C1_AddOns::allocate_vectors() and fix vector memory leak
Loading