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.
fb7f935efdb75d2bf7214b36f55c840e6e2c5b45
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
28
May
27
26
24
22
21
17
16
15
14
13
12
11
10
9
7
4
3
2
1
30
Apr
29
26
24
23
19
17
12
5
4
28
Mar
26
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
prepare moving to writing virtual files to disk at each MPI iteration
For some reason, I missed some commits you did
move binary file output to virtual file passed via MPI to process 0, thread 0 for actual writing to disk
Write CS_SPHERE, CSM_CLUSTER, CS1 and CS2 data to c_OCLU
Set line-wise comparison as default and ignore lines starting with "INSERTION:" tag
Assemble ASCII output on MPI proc 0, thread 0 then write only from there
add some comments to VirtualAsciiFile
Redirect output to VirtualAsciiFile objects
Ignore null-termination warning in format strings
Implement VirtualAsciiFile local interface
Define VirtualAsciiFile class
Merge branch 'fix_io' into 'master'
profile_omp_leo…
profile_omp_leonardo
fix remounting files from threads and processes, fix pycompare accordingly
Merge branch 'prepare_magma' into 'master'
There was no ifndef CXXFLAGS, thus its value was not respected if set outside
Add nvidia-cuda-dev to the container of the gitlab runner
test_nvidia_pro…
test_nvidia_profiler
Correct USE_NVTX flag logic
Use compiler flags to enable NVIDIA profiling
Place NVIDIA markers at the same code block level and add them to the parallel loop function
Enable NVIDIA markers
put the preprocessor checks for logger entries of different matrix-inversion options in the correct order
streamline preprocessor checks for type definitions
fix type definition of argument for magma function call
Disable separate CUDA and MAGMA logging
Rebase loval prepare_magma on remote branch
Enable line-wise pycompare option for big files.
correct inconsistent devices between cuda and magma in case of ilp64
fix typo in make.inc
update env variable compilation flags to allow for optional ilp64 interfaces
Ensure that the devices array exists also when not using MAGMA
Use CUDA calls to test for devices
Fix inversion error logging and calculation stopping
Stop calculation with message if first matrix inversion fails
Put all loggers to debug level
Added test cases with 48 speheres and 10 orders of expansion
Merge MPI branch with MAGMA development branch
Rebase cluster.cpp to MPI version
Merge branch 'mpi_result_packaging' into 'master'
Use null character to terminate chunk buffers
Rewind ASCII files after getting their size and skip EOF character transmission
Loading