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
ac078bdf082e32ea8677b43565825b9276240273
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
7
Oct
16
Aug
12
10
5
26
Jul
23
20
14
2
1
29
Jun
28
24
23
22
21
9
8
2
1
24
May
13
12
11
10
7
4
29
Apr
28
26
20
19
16
15
14
9
30
Mar
26
18
16
15
5
4
3
1
26
Feb
23
19
18
17
15
11
4
3
1
29
Jan
28
22
18
11
6
4
16
Dec
15
14
10
20
Nov
22
Oct
22
Sep
20
16
9
20
Aug
17
14
12
11
10
7
6
5
1
29
Jul
22
6
1
29
Jun
25
24
23
17
12
5
2
1
12
May
10
7
4
30
Apr
20
15
13
6
10
Mar
5
3
2
26
Feb
19
10
17
Jan
16
8
7
6
18
Dec
11
10
6
4
3
25
Nov
8
4
29
Oct
25
24
20
17
11
10
8
6
3
24
Sep
23
12
10
9
5
29
Aug
17
6
4
1
30
Jul
27
12
21
Jun
12
10
3
30
May
29
28
27
24
23
5
4
30
Apr
18
15
13
18
Mar
17
14
12
6
4
1
28
Feb
27
25
21
20
19
18
14
13
7
6
29
Jan
28
27
26
25
23
21
18
15
10
9
8
6
5
4
3
2
31
Dec
28
27
23
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
sPuReMD: fix another reallocation issue. Fix list index initialization issue. Other code clean-up.
sPuReMD: fix reallocation issue.
sPuReMD: rework memory management logic to better match PG-PuReMD code. Adapt new memory management logic for multiple simulation logic (as motivated by memory issues observed with QM/MM code for AMBER integration work). Other code clean-up.
PG-PuReMD: fix bugs in the SAI preconditioner for the charge solver (memory leak, incorrect row numbers).
PG-PuReMD: adjust energy conversion constant to match sPuReMD code.
PG-PuReMD: port SAI preconditioner from MPI codebase. Rework charge solver preconditioner code. Other code clean-up.
sPuReMD: change dummy atom behavior to participate only in Coulomb interactions (exclude from van der Waal interactions in this changeset).
PG-PuReMD: fix compilation issue with MPI code (from SDSC hackathon branch merge).
Merge branch 'master' into pg-puremd-charge-solver-opt-sdsc-hackaton.
PG-PuReMD: fix cross-stream race conditions on intermediary force calculation variables (CdDelta, Cdbo, etc.). Rework valency and torsion calculations to minmize the number of atomic operations performed. Split lone pair and over-/under-coordination kernels. Fix small size mismatch in allocation routines (over-allocation). Other code clean-up.
pg-puremd-charg…
pg-puremd-charge-solver-opt-sdsc-hackaton
PG-PuReMD: fix adding keyword for polarization energy.
sPuReMD, PG-PuReMD: add control file keyword (include_polarization_energy) to toggle polarization energy calcuation in ReaxFF.
Merge branch 'master' into pg-puremd-charge-solver-opt-sdsc-hackaton.
sPuReMD: ensure matrix rows are sorted.
sPuReMD: fix charge matrix storage estimate for molecular charge constraints.
sPuReMD: rework charge solver for QMMM to not require explicit masking (MM atom fixed charges are not respected). Other code clean-up.
PG-PuReMD: add missing dual QEq solver implementations for MPI.
PG-PuReMD: refactor MPI charge solver code to better align with shared-memory and MPI+CUDA codes.
sPuReMD: fix dummy atoms for QMMM simulations.
sPuReMD: fix masking charge constraints for QMMM interface.
sPuReMD: ensure reallocation for multi-simulation runs happens correctly for the charge solver codepath.
sPuReMD: ensure matrix reallocation correctly occurs in multiple simulation cases where the linear system size increases.
sPuReMD: correctly detect dummy atoms for non-standalone simulations.
sPuReMD: add dummy atom support for other geometry file formats (PDB, custom). Rework interal logging during debugging for memory management. Other code clean-up.
dummy-atom-supp…
dummy-atom-support
assign FALSE explicitly for non-dummy atoms
add support for dummy atom (only in BGF format with 'X' keyword for dummy atoms')
sPuReMD: fix charge matrix initialize for charge constraints for QMMM.
sPuReMD: simplify QMMM masking code for charge matrix.
sPuReMD: update QMMM interface for specifying molecular charge constraints for charge model (EEM only currently).
Merge branch 'master' into pg-puremd-charge-solver-opt-sdsc-hackaton.
sPuReMD: fix issue with atoms exactly on the upper boundary of the simulation box not being correctly binned into grid cells for the cell method. Refine conversion constants for kinetic energy and temperature calculations to obtain better agreement with the Fortran ReaxFF codebase.
Merge branch 'master' into pg-puremd-charge-solver-opt-sdsc-hackaton.
sPuReMD: backport most recent QMMM changes for simulations with AmberMD.
sPuReMD: fix code to remove several compiler warnings. Remove unused code. Disable compilation of several debug routines. Other code clean-up.
sPuReMD: add support for user-defined molecular charge constraints with EEM (using MOLCHARGE keyword in BGF geometry files). Fix issue with far neighbor list not being initialized for certain edge cases.
Merge branch 'master' into pg-puremd-charge-solver-opt-sdsc-hackaton.
Tools: add keyword for setting number of CUDA streams (gpu_streams).
PG-PuReMD: fix warnings (and errors) from several uninitialized memory regions due to multiple stream change. Fix race condition with valence angle computation due to mistake with dynamic shared memory. Add control file parameter for setting the number of CUDA streams. Other code clean-up.
PG-PuReMD: fix issue with post-processing step with QEq pseudo-charges (too little storage in q array). Fix issue with device-wide CUB reductions and prefix sums reallocating device memory too frequently. Rework CUDA-aware MPI code to fix issues (still seeing out-of-memory errors on Ascent cluster at OLCF).
PG-PuReMD: ensure MPI pack/unpack CUDA kernels are run in the correct stream. Other changes to bring the CUDA-aware MPI functions for the charge solver in line with their MPI counterparts.
Loading