Merge remote-tracking branch 'origin/master' into gpu
Showing
- .gitlab-ci.yml 100 additions, 9 deletions.gitlab-ci.yml
- apps/benchmarks/ComplexGeometry/ComplexGeometry.cpp 2 additions, 41 deletionsapps/benchmarks/ComplexGeometry/ComplexGeometry.cpp
- apps/benchmarks/GranularGas/MESA_PD_GranularGas.cpp 5 additions, 9 deletionsapps/benchmarks/GranularGas/MESA_PD_GranularGas.cpp
- apps/benchmarks/GranularGas/MESA_PD_KernelBenchmark.cpp 5 additions, 9 deletionsapps/benchmarks/GranularGas/MESA_PD_KernelBenchmark.cpp
- python/mesa_pd.py 29 additions, 2 deletionspython/mesa_pd.py
- python/mesa_pd/data/ContactStorage.py 29 additions, 0 deletionspython/mesa_pd/data/ContactStorage.py
- python/mesa_pd/data/ParticleStorage.py 6 additions, 4 deletionspython/mesa_pd/data/ParticleStorage.py
- python/mesa_pd/data/__init__.py 2 additions, 0 deletionspython/mesa_pd/data/__init__.py
- python/mesa_pd/kernel/DetectAndStoreContacts.py 25 additions, 0 deletionspython/mesa_pd/kernel/DetectAndStoreContacts.py
- python/mesa_pd/kernel/__init__.py 2 additions, 1 deletionpython/mesa_pd/kernel/__init__.py
- python/mesa_pd/mpi/SyncGhostOwners.py 16 additions, 0 deletionspython/mesa_pd/mpi/SyncGhostOwners.py
- python/mesa_pd/mpi/SyncNextNeighbors.py 3 additions, 3 deletionspython/mesa_pd/mpi/SyncNextNeighbors.py
- python/mesa_pd/mpi/__init__.py 2 additions, 0 deletionspython/mesa_pd/mpi/__init__.py
- python/mesa_pd/templates/data/ContactAccessor.templ.h 126 additions, 0 deletionspython/mesa_pd/templates/data/ContactAccessor.templ.h
- python/mesa_pd/templates/data/ContactStorage.templ.h 397 additions, 0 deletionspython/mesa_pd/templates/data/ContactStorage.templ.h
- python/mesa_pd/templates/data/ParticleStorage.templ.h 2 additions, 0 deletionspython/mesa_pd/templates/data/ParticleStorage.templ.h
- python/mesa_pd/templates/kernel/DetectAndStoreContacts.templ.h 94 additions, 0 deletions...n/mesa_pd/templates/kernel/DetectAndStoreContacts.templ.h
- python/mesa_pd/templates/mpi/SyncGhostOwners.templ.cpp 355 additions, 0 deletionspython/mesa_pd/templates/mpi/SyncGhostOwners.templ.cpp
- python/mesa_pd/templates/mpi/SyncGhostOwners.templ.h 89 additions, 0 deletionspython/mesa_pd/templates/mpi/SyncGhostOwners.templ.h
- python/mesa_pd/templates/mpi/SyncNextNeighbors.templ.cpp 6 additions, 36 deletionspython/mesa_pd/templates/mpi/SyncNextNeighbors.templ.cpp
Please register or sign in to comment