Network

 
AuthorCommitMessageCommit Date
Bob RobeyBob Robey
92a7eae40d0Fixing bug in rezone all with last data on processor Fixing bug in calc neighbors with boundaries
Bob RobeyBob Robey
b31fbd7a467Changes to scripts to add nodelist
Bob RobeyBob Robey
e07bb78f34bMMerge branch 'master' of github.com:losalamos/CLAMR Merging in changes from moonlight
Bob RobeyBob Robey
4f11ff8dda1MMerge branch 'master' of github.com:losalamos/CLAMR
Bob RobeyBob Robey
73de1ff0b9dChanging work size
Bob RobeyBob Robey
a135de45ce9Trying some optimizations for the hash writes
Bob RobeyBob Robey
93f7553226eMMerge branch 'master' of github.com:losalamos/CLAMR Merging conflicts
Bob RobeyBob Robey
4b51133416cFixing header file problem for strlen in MallocPlus
Bob RobeyBob Robey
a6189960b1eAdding state allocate function to simplify setup for problems
Bob RobeyBob Robey
92de696786bCleaning up MallocPlus
Bob RobeyBob Robey
c94d88a623bPutting in new MallocPlus library so that state memory can be passed to the mesh routine
Bob RobeyBob Robey
5bad1bf4ff8Fixning object memory leak
Bob RobeyBob Robey
a8b90e39345Some fixes to get tests to reliably complete
Bob RobeyBob Robey
fa1a034daffPutting in border cell routines from GPU into CPU code
Bob RobeyBob Robey
37feeed3f5bPutting in check at end of local section
Bob RobeyBob Robey
e080aa4ca00More bounds check code for calc neighbors
Bob RobeyBob Robey
9dd2c0a3241Putting in bounds check for first few kernels in calc neighbors
Bob RobeyBob Robey
f5078499440More optimizations in calc_neighbors
Bob RobeyBob Robey
1c8f1848d8bFixing ifdef HAVE_MPI around calc_neighbors_local
Bob RobeyBob Robey
89b92723027More optimizations of gpu_calc_neighbors_local
Bob RobeyBob Robey
3fcf2948ce8Removing unlimits from shell scripts
Bob RobeyBob Robey
648708c55e1Putting in pointer swap to get back to original array name
Bob RobeyBob Robey
486e881ee64Adding more timers into ghost fill section of calc_neighbors
Bob RobeyBob Robey
44069f39784Removing some Barriers
Bob RobeyBob Robey
fd01359ab21Fixing some out-of-bounds in kernels
Bob RobeyBob Robey
c5ae5d61cc5Fixing min/max defaults and size of allocation for ioffset
Bob RobeyBob Robey
66664c41c4arenaming size to nbpacked
Bob RobeyBob Robey
6c3e5260c13Removing unneeded write buffer
Bob RobeyBob Robey
e6c85a93ca8Adding barriers
Bob RobeyBob Robey
4c18696a732Adding neighbor size check
Bob RobeyBob Robey
7a5964531e7Adding size check for neighbors
Bob RobeyBob Robey
15e32964991Adding check bounds code
Bob RobeyBob Robey
7123adfd3f3Removing unneeded arrays
Bob RobeyBob Robey
14c9af64012Fixing up calc neighbor local timers
Bob RobeyBob Robey
5260199aab1More cleanup in gpu_calc_neighbors_local
Bob RobeyBob Robey
a4851fddeb5Cleanup in gpu_calc_neighbor_local
Bob RobeyBob Robey
ea64ecccff7Cleanup in gpu_calc_neighbor_local
Bob RobeyBob Robey
46808380893Removing more read buffers
Bob RobeyBob Robey
a0f4269a760Fixing buffer swap
Bob RobeyBob Robey
4108974effbSome cleanup from optimizations
Bob RobeyBob Robey
a213e0fba35More optimization of retrieving border data by using a prefix scan
Bob RobeyBob Robey
622d71c7aa7Putting get border cell before allgather onto the gpu
Bob RobeyBob Robey
44e17bc1a7cmore debug fixes
Bob RobeyBob Robey
dc34396204eTrying to get 64 and 128 gpu runs stable
Bob RobeyBob Robey
6ebfa9b21c6Comment out unused kernels
Bob RobeyBob Robey
ba0fef18d95More optimizations in the calc neighbors kernels
Bob RobeyBob Robey
6305792f160Same celltype optimizations for mpi
Bob RobeyBob Robey
2068242141dPutting back in hash optimizations
Bob RobeyBob Robey
2431e19dd0bMaking celltype ghost calcs more efficient
Bob RobeyBob Robey
7fc9f9c38e3Some memory cleanup