Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lammps
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
multiscale
lammps
Graph
75a39680392099ecfcdc300c961ae904ca8da09c
Select Git revision
Branches
5
compute_momentum
master
default
protected
mui
mui-sequence
mui-unknown
5 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
9
Aug
8
7
6
5
3
2
1
31
Jul
30
29
28
27
26
25
24
23
22
21
20
19
18
17
16
15
13
12
13
12
11
10
9
6
5
4
3
2
30
Jun
29
28
27
26
25
24
22
21
20
19
18
17
16
15
16
15
14
13
12
9
8
6
5
4
1
31
May
30
29
28
26
25
24
23
22
21
20
19
18
17
16
15
14
13
12
11
10
update .gitignore
Merge pull request #1043 from lammps/compute-cluster-atom
change zero-size shrink box to original box
rename Kokkos::gpu_direct to Kokkos::gpu_direct_flag
use '-pk kokkos gpu/direct on/off' consistently in comments and docs
Replace functions which were deprecated since CUDA 5
Small tweak to GPU direct not available warning
GPU Package: Use __shfl_xor_sync starting with CUDA 9
Fix typo in gridcomm_kokkos
Change defaults for GPU-direct to use comm host
Remove hardcoded GPU-direct in KOKKOS package
added examples for P3M with ScaFaCoS
updated log files
updated to support ScaFaCoS 1.0.1
removed deprecated log files (will be replaced with more current ones)
Merge branch 'master' of https://www.github.com/lammps/lammps into port-enforce2d-kokkos
Merge remote-tracking branch 'origin/master' into ScaFaCoS
fixed merge conflict
bug fix for compute cluster/atom when computing values used to update a dynamic group
Merge pull request #1038 from stanmoore1/issue-1037
Merge pull request #1041 from rbberger/fix_gpu_segfault
Merge pull request #1040 from lammps/natom
Merge pull request #994 from danicholson/user-uef-image-flags
add some notes about GPU-direct support requirements to the manual
add wrapper for MPI implementation specific GPU-direct detection
make communication settings consistent, in case the package command is used multiple times.
reword misleading message about GPU usage
Add extra check for OpenCL timers
enable more correct natoms computation when atoms are lost
cleaned documentation, added p3m entry for allowed tolerance type
added support for p3m, added check for compatible tolerance / method combinations (should they not be caught by ScaFaCoS itself)
fixed example so that P3M also works, changed tolerance type in the FMM example
fixed missing REQUIRED and introduced the compilation of internal sub-libraries (FFTW,PFFT,PNFFT)
Merge branch 'master' into reax_dup
Add contribute method to pair_table_kokkos
bug fixes: ScaFaCoS returns virial as 9-value array, requires copies to Lammps 6-value array; fixed error in compuation of per-atom energy calculation
updated URL for tarball download
CMake: download ScaFaCoS, compile and link it - required resorting, as Fortran MPI is required
more changes to ATM source and doc file
Workaround for issue 1037
Loading