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
74aa36a5eb1026161bc3ca25f35ce12f9b3e0e19
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
26
Mar
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
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
change the callback function related lines
allocate larger memory for s and t arrays to store data for finetuning the model
log TF timing data
add TF related new parameters(for timing and control), update the callback function to better callect solver data
add TF related control variables
create a new file for all TF related functions
sPuReMD: correctly set the number of OpenMP threads.
sPuReMD: fix OpenMP compilation issues with LAPACKE routines (see note in commit 8c276ea4).
sPuReMD: enable setting the number of OpenMP threads via control file keyword or OpenMP environment variable (OMP_NUM_THREADS).
sPuReMD: fix atom element name setting in QMMM code path (reset_qmmm).
sPuReMD: make zlib dependency optional (trajectory file compression). PG-PuReMD: remove erroneous zlib header file inclusion.
Fix typo in README.
Fix typo in README. Fix issue with CI run script (wrong output file names).
sPuReMD: fix OpenMP compilation issue with specifications prior to 4.0 (behavior change regarding implicit shared attribute assignment to const variables).
sPuReMD: small formatting fixes.
Merge branch 'master' into QMMM_force_update.
set q_init in reset_qmmm
All: remove errant use of 38th ReaxFF global parameter.
Update README.
QMMM interface related: ignore QM-MM bonds while forming bond lists, update charge matrix so that the total charge constraint only applies to QM atoms
sPuReMD: rework QMMM interface to use string representations of atom element types.
sPuReMD: fix geo_tools parsers not recognizing element types with 2 character names.
sPuReMD: fix type mismatch for SAI preconditioner computation.
Test: Remove unnecessary target keyword for QMMM test.
Test: add README for QMMM.
Test: updates to QMMM to match Fortran interface used with Amber.
PG-PuReMD: handle a few missed reductions in nonbonded interactions more efficiently. Clean-up bonded interactions functions and do not export kernels via header files. Increase C++ standard to c++14 for CUB (Thrust dependency). Continue with bundled CUB version and transition to version included with CUDA SDK in the future.
PG-PuReMD: fix warp-per-atom kernel for atomic distance calculations. Resolve compiler warnings.
PG-PuReMD: fix warp-per-atom kernel for atomic distance calculations. Resolve compiler warnings.
PG-PuReMD: fix atomic force reductions and reduce the number of atomic operations.
PG-PuReMD: use atomics for both partial energy and force accumulation (small reworks to reduce number of atomic operations). Remove several unneccesary cudaMemset calls. Other code clean-up.
Revert accidentially committed files from previous commit (WIP).
Test: fix Python wrapper for QM/MM (interfaces out-of-date). Fix Fortran tester bugs. Add test artifacts.
Tests: add missing Makefile to Amber QM/MM.
Tests: refactor QMMM Fortran tester for Amber integration.
sPuReMD: standardize QM/MM interface. Add test codes for QM/MM interface for AVE dataset in Python and Fortran.
sPuReMD: enable multiple simulations to be run with a single invocation of the stand-alone code.
sPuReMD: merge changes from branch 'new_setup'. Rework interface for geometry initialization without file I/O. Other code clean-up.
sPuReMD: fixes for non-file I/O setup / reset functions (qmmm, etc.).
new_setup
new_setup
PG-PuReMD: add atomic operations for partial force accumulation.
Loading