Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PuReMD
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
SParTA
PuReMD
Graph
8bbd8cf304ac8a03b6116cbb7eb6238493583312
Select Git revision
Branches
9
dummy-atom-support
energy_minim
main
default
protected
new_setup
pg-puremd-charge-solver-opt-sdsc-hackaton
qeq-nonzero-net-charge
restraint_support
tensorflow_update
tensorflow_update_v2
Tags
1
v1.0-rc1
10 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
23
Dec
22
21
19
18
17
16
15
13
12
10
7
4
30
Nov
27
26
25
23
22
12
9
8
7
6
5
3
29
Oct
25
24
22
21
15
6
4
1
28
Sep
22
20
19
17
15
13
12
11
8
7
6
5
30
Aug
28
26
22
19
15
31
Jul
15
14
Jun
30
May
29
28
24
23
22
21
18
16
15
14
30
Apr
19
17
15
11
3
2
27
Mar
26
22
21
13
12
1
26
Feb
23
20
19
18
15
14
13
12
8
7
4
2
1
29
Jan
26
25
24
17
8
30
Nov
27
21
3
26
Oct
20
19
16
23
Sep
19
10
6
27
Aug
25
24
23
22
21
26
Jul
25
24
16
15
11
22
Jun
20
17
13
7
6
26
May
1
19
Apr
18
27
Mar
22
18
27
Feb
26
25
23
21
16
11
23
Dec
8
6
5
3
25
Nov
24
22
21
16
13
Oct
11
9
Sep
8
7
6
4
3
1
31
Aug
26
23
18
7
6
5
3
2
29
Jul
28
25
20
1
30
Jun
28
27
21
20
18
17
16
14
12
9
8
7
3
31
May
30
19
18
16
13
26
Apr
23
18
12
25
Mar
13
11
24
Feb
17
16
2
1
29
Jan
28
26
14
PuReMD-old: change from array of structs to struct of arrays for far nbr list (far_neighbor_data).
PuReMD: find SAi threshold among sampled entries
PuReMD-old: minor log file formatting tweaks. Default to full shell for now.
PuReMD: split Init_Forces into 3 functions: Init_Distance, Init_CM and Init_Bond, and add timings for those functions
sPuReMD: clean-up geometry file I/O code. Remove a few compiler warnings.
PuReMD-old: fix timing issues. Remove fine-grained timing of Init_Forces due to high overhead. Disable SAI preconditioner optimization of changing far nbr list and matrix formats based on preconditioner refactoring step (not working). Tweak to not product numeric overflow when setting up SAI preconditioner (pivot sampling).
sPuReMD: screen out non-periodic self-interactions when constructing far nbr list.
sPuReMD: default to vlist_buffer of 2.5 angstroms. Fixes to cutoffs used in far neighbor list generation.
PuReMD: fix qeq init timing
PuReMD: fix the broken preconditioner setup
PuReMD: change timing functions with MPI_Wtime()
PuReMD-old: tools update in run_sim_mpi.py for larger silica and water systems.
PuReMD: include charge matrix fill in timing for performance comparison
PuReMD-old: revert debugging code.
PuReMD-old: note barrier removal for later.
PuReMD: SAFE_ZONE change for NT
sPuReMD: remove unused code.
Merge branch 'master' of https://gitlab.msu.edu/SParTA/PuReMD.
sPuReMD: re-enable SMALL_BOX_SUPPORT. Fix issue with far nbrs list being incorrectly generated for small boxes (missing nbr ID). Fix issue with ACKS2 matrix being incorrect for small boxes due to multiple non-zeros being added for each perioidic image of an atom (accumulate instead). Add missing ACKS2-specific energy and forces term. Clean-up far nbr list estimation and generation code for small boxes. Do not add far list struct entries unless the atom is below the specified cutoff.
PuReMD-old: fix typo (malloc -> smalloc).
PuReMD-old: more clean-up of linear algebra code. Remove or conditionally enable debugging code (DEBUG preprocessor). Fix memory leak in SAI setup. Better memory allocation checks.
PuReMD: fix charge matrix reallocation bug
PuReMD: fix a minor bug regarding Init_Forces
PuReMD-old: remove non-source junk files. Clean-up to remove debugging code for neutral territory. Conditionally toggle SpMV implementation (Sparse_MatVec) debugging on if neutral territory is selected.
PuReMD: enable NT for half matrix
PuReMD: fix the communication bug for NT
PuReMD-old: more control file format changes.
PuReMD: fix allocation problem regarding NT buffers
PuReMD: continue NT for Jacobi debugging
Tools: fix short jobs script typo. Set default HBond cutoff to 7.5 angstroms in run_sim.py.
PuReMD-old: backport control file format changes.
PuReMD: fix errors regarding matrix format
PuReMD: minor change: remove output statements for debugging
PuReMD: add preprocessors for Neutral Territory
Fix compilation errors (MAX_NT_NBRS -> REAX_MAX_NT_NBRS).
Merge branch 'full-far-nbrs-list-charge-matrix' into full-far-nbrs-list-charge-matrix-half-full-refactor.
Merge branch 'full-far-nbrs-list-charge-matrix-half-full-refactor' into full-far-nbrs-list-charge-matrix-half-full-refactor2.
Fix issue with bonds list ordering leading to different torsion and conjugation energies due to changing the far neighbors list to a full list.
Merge commit 'cc6d9994' into full-far-nbrs-list-charge-matrix-half-full-refactor.
Merge with branch full-far-nbrs-list-charge-matrix at commit 1134d3bf.
Loading