Network

 
AuthorCommitMessageCommit Date
Samuel K. GutierrezSamuel K. Gutierrez
0bbd89f8f96Fix j7 race in memFree.
Bob RobeyBob Robey
c1e51362ecdAdding printout to clamr_cpuonly for fault tolerance work
Bob RobeyBob Robey
1f3ebac2666MMerge pull request #18 from samuelkgutierrez/master Fix MPI type mismatch in mesh partition code.
Samuel K. GutierrezSamuel K. Gutierrez
d42a69f2d66Fix MPI type mismatch in mesh partition code.
Bob RobeyBob Robey
0ef67a20c7eFixing real types that should be real_t Replacing pow function with shift to get rid of compiler errors
Bob RobeyBob Robey
b60d75f951aFixing intermittent boost find errors Fixing uint undefined in l7_dev_update
Bob RobeyBob Robey
835ed04a13dMMerge pull request #17 from samuelkgutierrez/master Don't build with experimental software by default.
Samuel K. GutierrezSamuel K. Gutierrez
588a20bc533Don't build with experimental software by default. Only use quo and j7 if all requirements (Boost, MPI, OpenMP, QUO) are met. One can easily toggle between clamr_quo builds and others by unsetting $QUO_HOME. We want a "clean" base so we can make sense of what's going on with the experimental infrastructure. So, l7 will NOT be built with QUO support, even if the minimum QUO requirements are met; it will only be built with QUO support if all requirements are met.
Bob RobeyBob Robey
75f20d00febFixing config setting HAVE_J7 -- adding message makes it work properly
Bob RobeyBob Robey
beedee8d110MMerge branch 'master' of github.com:losalamos/CLAMR
Bob RobeyBob Robey
9bda002d55dMMerge pull request #16 from samuelkgutierrez/master Update J7: Throw bad_alloc in alloc paths.
Samuel K. GutierrezSamuel K. Gutierrez
11491cb7d4cUpdate J7: Throw bad_alloc in alloc paths.
Bob RobeyBob Robey
0c1ccf21ae1Fixing compiler warnings
Bob RobeyBob Robey
551481be56dReverting kahan sum argument list for MPI_Op
Bob RobeyBob Robey
d750b71d878Fixing more compiler warnings
Bob RobeyBob Robey
213980ace91Fixing compiler warnings in display
Bob RobeyBob Robey
b1a749cfac7Fixing more compiler warnings
Bob RobeyBob Robey
19824adfae7Fixing compiler warnings
Bob RobeyBob Robey
67c0a2d70a4Fixing global check versions to not use J7 shmem allocations
Bob RobeyBob Robey
d6dfd81ede1Moved pfini to constructor instead of init for state
Bob RobeyBob Robey
f76c675f874Fixing memory errors and build problems
Bob RobeyBob Robey
c3feff3a92eMMerge branch 'master' of github.com:losalamos/CLAMR
Bob RobeyBob Robey
a3f3a9c2923MMerge pull request #15 from samuelkgutierrez/master First cut at j7 integration into MallocPlus + Mesh & State Updates
Samuel K. GutierrezSamuel K. Gutierrez
e18d8dfc5c6Super performance enhancement! Remove sleep(1) in state calc_finite_difference :-).
Samuel K. GutierrezSamuel K. Gutierrez
e4bdbc2183fFirst cut at j7 integration into MallocPlus. This is really rough, but it doesn't crash. Please have a close look at all the alloc functions I touched in this commit; I have have overdone the LOAD_BALANCE stuff trying to get this to run. At least we know the base infrastructure is okay. Lots of optimizations are still required. Furthermore, we may have some allocs in there that are load balance even if the capability isn't present. This is okay, because the allocs will just fall through, but...
Bob RobeyBob Robey
a693f0f0d80MMerge pull request #14 from samuelkgutierrez/master Add new experiment to load imbalance synthetic.
Samuel K. GutierrezSamuel K. Gutierrez
0fb0a726bd5Add new experiment to load imbalance synthetic. Partitioned by rows based both on weighted cells and particles.
Bob RobeyBob Robey
63b21257923Fixing restrict flag that was causing builds to fail
Bob RobeyBob Robey
f76d29f8a0cFix to load balance for larger numbers of processors
Bob RobeyBob Robey
4357486dd2dFixing more memory leaks
Bob RobeyBob Robey
7f31cb266ebFixing some memory leaks and build issues
Bob RobeyBob Robey
c8eb243d448Fixing unused variable warnings
Bob RobeyBob Robey
e376ba59010Fixing compile error with include syntax
Bob RobeyBob Robey
1f1bcb7aa7bFixing memory overwrite in load balance -- used reals instead of ints in mesh memory pointer loop
Bob RobeyBob Robey
ec225cf5244Fixing j7 includes now that real type has been changed
Bob RobeyBob Robey
7fc82f6df9fChanging typedef real to typedef real_t to fix problems with including boost library
Bob RobeyBob Robey
c9e043ca652MMerge pull request #13 from samuelkgutierrez/master Load Imbalance Updates and j7 Bug Fixes
Samuel K. GutierrezSamuel K. Gutierrez
6eeeb9795cdLoad Imbalance Updates and j7 Bug Fixes
Bob RobeyBob Robey
6dc04019d19Fixing builds with j7
Bob RobeyBob Robey
345bb919180More conditionals in main makefile
Bob RobeyBob Robey
a08e11cdac8Putting conditionals around build products
Bob RobeyBob Robey
6e6344aaab1Putting find in for librt
Bob RobeyBob Robey
da11c559df2Fixing build on Apple
Bob RobeyBob Robey
75dd99ffce7MMerge pull request #12 from samuelkgutierrez/master Pull New Load Imbalance Synthetic
Samuel K. GutierrezSamuel K. Gutierrez
452318abfb0rm Debug flags.
Samuel K. GutierrezSamuel K. Gutierrez
6c0685c5134First cut at load balance synthetic, load-imbl. Requires QUO, j7, Boost. make load-imbl
Bob RobeyBob Robey
11295d8382bMMerge branch 'master' of www.github.com:losalamos/CLAMR
Bob RobeyBob Robey
b7fdf23958dMMerge pull request #10 from samuelkgutierrez/master Fix j7/MallocPlus Crashes
Samuel K. GutierrezSamuel K. Gutierrez
b4bea0277faSquashed commit of the following: commit 9309343f9a5d9f242755dd5217d9c44ab921351d Author: Samuel K. Gutierrez <samuel@lanl.gov> Date: Mon Nov 4 17:18:23 2013 -0700 Fix j7 in MallocPlus crashes. This one was tricky. Don't really want to go into it. Basically it boils down to different views of MallocPlus' structure. Thanks for your help @hjelmn. commit 4013fa99af6d88035a299b866695ae01147f72c1 Author: Samuel K. Gutierrez <samuel@lanl.gov> Date: Mon Nov 4 15:02:46 2013 -0700 ...
Bob RobeyBob Robey
95f3370cea8Should not free the load balance handle before it has finished being used.