Network

 
AuthorCommitMessageCommit Date
Bob RobeyBob Robey
c60d6f0c39cMMerge pull request #23 from losalamos/fix-travis Update .travis.yml to add -y (yes) response to installing packages
Christoph JunghansChristoph Junghans
379a85d0dd8Update .travis.yml
Bob RobeyBob Robey
d5f689dfea9Renaming fortran file to fix build
Robert W. RobeyRobert W. Robey
34463bf7000Fixing minor thread race conditions
Bob RobeyBob Robey
ef7f6c7cc5bRestoring changes -- it looks like it is a travis problem
Bob RobeyBob Robey
e2aab7b4b16Backing out of changes that fail travis check
Bob RobeyBob Robey
f589d4dbd29Fixing make check and getting parser unit tests working
Bob RobeyBob Robey
71f4828f3a8Removing boost
Bob RobeyBob Robey
4c001b3843fSyncing up parser changes
Bob RobeyBob Robey
0e678ed05a6Updating error handling in parser
Bob RobeyBob Robey
79d1ab0cf96Output compile messages only on first processor
Bob RobeyBob Robey
58a3213fee8Minor edits in parser
Bob RobeyBob Robey
0f5a59f7cd4More parser cleanup
Bob RobeyBob Robey
cfa0bbd7142Updating parser
Bob RobeyBob Robey
94282df35a2Fixing label on load balance check
Bob RobeyBob Robey
1b0a9fa004dFixing memory errors with mpi
Bob RobeyBob Robey
9975a9dcca3Fixing compile string memory error
Bob RobeyBob Robey
65cda2cfddbMMerge pull request #22 from michaelboulton/master Changes to kernels to run on AMD GPUs
michael boultonmichael boulton
41c65f13a11Changed some multiplies to bitshifts and removed some uneeded #defines
michael boultonmichael boulton
2369b1db481fixed state_kern reduc sync size
michael boultonmichael boulton
68a0272bc5cconverted some more reductions to use preprocessor defs
michael boultonmichael boulton
84df834f72cfixed macro in reduce.cl to use preprocessors size for warp
michael boultonmichael boulton
e82817a20faturned reductions in state_kern into functions too
michael boultonmichael boulton
474657a7fd7Added barrier to reduce.cl loops as well
michael boultonmichael boulton
3807f90c152changed minmax reduction to use preprocessor definitions
michael boultonmichael boulton
e3fcc835ebdChanged some reductions in mesh_kern to be calls to functions instead
michael boultonmichael boulton
e27fcdbe016Changed more reductions to use defined variableS
michael boultonmichael boulton
7c9c243a0a9Changed scan kernels to use definitons passed in
michael boultonmichael boulton
f20eb1d7a8dStoped copy pasting in creation of compile string
michael boultonmichael boulton
d51c99d790fChanged some of the scans to be more generic
michael boultonmichael boulton
69e9a0e50d9changed ATI to AMD and removed some platform specific behaviour
michael boultonmichael boulton
10fe9d011f6Replacing reductions with a more generic version
michael boultonmichael boulton
cffaf308a56fix mpi include bug
Bob RobeyBob Robey
dd0a0a33225MMerge branch 'master' of github.com:losalamos/CLAMR
Bob RobeyBob Robey
358216069e4Taking out OSx atomic header include
Bob RobeyBob Robey
242954f564ePutting in atomics for GCC
Bob RobeyBob Robey
ba35fa10cf4Putting in openmp with locks into calc neighbors local
Bob RobeyBob Robey
8403373a06aFixing delete of locks -- not done for perfect hash
brobeybrobey
624e910b82cAdding OpenMP directives for calc neighbors with locks
Bob RobeyBob Robey
89378b3d3bcReplacing mpi enhanced precision op with knuth
Bob RobeyBob Robey
7d0b96814cbRemoving REPRO_BLAS options
Bob RobeyBob Robey
9e8f503835dMMerge pull request #21 from pkestene/master Re-enable out-of-source cmake build and modify a variable name (shadowing)
Pierre KestenerPierre Kestener
575c9500ef6rename local variable to avoid shadowing method name
Pierre KestenerPierre Kestener
46704617d2fenable out of source build
Bob RobeyBob Robey
aa8b19ff8bdAdding LANL Computer Code number to readme
Bob RobeyBob Robey
32762623ab6Fix Parser unit test and cleanup mains
Bob RobeyBob Robey
0dab56a758cWorking on compiler flags
Bob RobeyBob Robey
acc0b598f81More cleanup of parser
Bob RobeyBob Robey
a8bd50f9afbTrying to get Fortran working with travis
Bob RobeyBob Robey
9fe171bb313Fixing uninitialized data access in parser