Network

 
AuthorCommitMessageCommit Date
Bob RobeyBob Robey
bf4d1e18f74MMerge branch 'master' of www.github.com:losalamos/CLAMR
Bob RobeyBob Robey
ae88bdd9e04MMerge pull request #9 from samuelkgutierrez/master Update J7 Support
Samuel K. GutierrezSamuel K. Gutierrez
775c48391c5Squashed commit of the following: commit 900747b45296235af837deb78dab943fccfc515c Author: Samuel K. Gutierrez <samuel@lanl.gov> Date: Sun Nov 3 18:51:22 2013 -0700 don't build with j7 support within mallocplus for now. commit 538a9b1f9b6e67c10311109bb0ab14f7aeff2a3d Author: Samuel K. Gutierrez <samuel@lanl.gov> Date: Sun Nov 3 12:44:32 2013 -0700 fix build commit e810c7e5f45cf674717917a5e960ee595e131d74 Author: Samuel K. Gutierrez <samuel@lanl.gov> Date: Sun Nov 3 12:43:03 ...
Bob RobeyBob Robey
88ef8daf063Fixing warning in compile
Bob RobeyBob Robey
03efbf975b6Fixing build problem for openmp only or quo only by adding ifdef HAVE_OPENCL around device code
Bob RobeyBob Robey
3e9c2f7f9a8Returning dev_hash_header from gpu_compact_hash_init
Bob RobeyBob Robey
37174410dc6Removing unneeded hash variables from mesh
Bob RobeyBob Robey
bd49d691529Removing unneeded arguments from gpu hash init
Bob RobeyBob Robey
0bd2f6540c2Moving more hash init into hash lib
Bob RobeyBob Robey
ff98b0fb328Moving constants into hash_header
Bob RobeyBob Robey
22501e8c5f7Using dev_hash_header in gpu_calc_neighbors
Bob RobeyBob Robey
5bf6b8ec2bcCreating dev_hash_header
Bob RobeyBob Robey
32e637ff6aamoving more into hash lib
Bob RobeyBob Robey
8b279250d62Moving gpu_compact_hash_init into hash lib
Bob RobeyBob Robey
5d7dfe7d6b8Moving hash init into hash lib
Bob RobeyBob Robey
3e65376c32bMoving gpu read/write hash to hash library
Bob RobeyBob Robey
253311c071cMoving collision reports to hash library
Bob RobeyBob Robey
e731c431a30Moving cpu hash routines into hash lib
Bob RobeyBob Robey
914e72c44e9More cleanup of hash method enum
Bob RobeyBob Robey
b662612e8c1More cleanup of hash_method logic
Bob RobeyBob Robey
26148c35691More cleanup of hash method logic
Bob RobeyBob Robey
877e84d1a65More cleanup of hash method logic
Bob RobeyBob Robey
035dd6cac6fCleaning up hash method selection logic
Bob RobeyBob Robey
65b88d62fe9Combining choose hash type and choose hash method
Bob RobeyBob Robey
6c5d1f5af07MMerge pull request #6 from samuelkgutierrez/master j7 setup updates and cleanup.
Samuel K. GutierrezSamuel K. Gutierrez
d4a5203b7dbj7 setup updates and cleanup.
Bob RobeyBob Robey
d5fdc51a9a2MMerge pull request #5 from samuelkgutierrez/master Add first cut of j7 for CLAMR.
Samuel K. GutierrezSamuel K. Gutierrez
27b1ef2d4efAdd first cut of j7 for CLAMR.
Bob RobeyBob Robey
66ae1818507Fixing compile when graphics is turned on
Bob RobeyBob Robey
b28e0890021Putting mesh arrays into linked list (MallocPlus) for hybrid OpenMP/MPI work.
Bob RobeyBob Robey
32650eda4b5Removing QUO.cpp and QUO.hpp from make lists Adding functions to MallocPlus
Bob RobeyBob Robey
14d25c8d834MMerge pull request #4 from samuelkgutierrez/master Update QUO README & Remove QUO Include Cruft
Samuel K. GutierrezSamuel K. Gutierrez
73bde8502d3Update CLAMR QUO README.
Samuel K. GutierrezSamuel K. Gutierrez
b1a1c9b269aNo longer using C++ wrapper, so remove QUO.hpp include.
Bob RobeyBob Robey
c6f3f077da2Moving quo setup into the l7 library
Bob RobeyBob Robey
9346d5bb8e0MMerge pull request #3 from samuelkgutierrez/master Minor Fixes
Samuel K. GutierrezSamuel K. Gutierrez
9cfc47706f6Fix OpenMP numthreads code.
Samuel K. GutierrezSamuel K. Gutierrez
cdc53aba262Fix build. Is the gcc-specific OpenMP code needed? Just use the Intel stuff. Note that this is just a hack that should be cleaned up.
Samuel K. GutierrezSamuel K. Gutierrez
44c40f22880MMerge pull request #1 from losalamos/master Sync
Bob RobeyBob Robey
7dd5d40ab34Fixing handling of openmp in clamr_quo builds
Bob RobeyBob Robey
605d8314f88MMerge pull request #2 from samuelkgutierrez/master More QUO Cleanup Code
Samuel K. GutierrezSamuel K. Gutierrez
c3e05e95282More minor cleanup in sub-communicator creation code.
Samuel K. GutierrezSamuel K. Gutierrez
bbfb1adfeffMore cleanup.
Samuel K. GutierrezSamuel K. Gutierrez
e786379521eBetter exception handling. QUO routines now throw QUOExceptions in error paths.
Samuel K. GutierrezSamuel K. Gutierrez
037d558894bFix build with newest QUO interface.
Samuel K. GutierrezSamuel K. Gutierrez
cfd024d5cbcQUO cleanup checkpoint.
Bob RobeyBob Robey
2104de4049eMMerge pull request #1 from samuelkgutierrez/master QUO Code Move
Samuel K. GutierrezSamuel K. Gutierrez
e1865a884ebPart of QUO move.
Samuel K. GutierrezSamuel K. Gutierrez
a92b8a4ab22Move QUO class into separate space.
Bob RobeyBob Robey
c64e629b3eaFixing some build problems