sort by:
Revision Author Date Message Commit Date
fcf9383 Merge branch 'master' into jetley/smp 17 May 2013, 16:59:38 UTC
a37614b Plug a couple of restart memory leaks. 15 May 2013, 16:31:00 UTC
2731ee4 Merge branch 'master' of charmgit:cosmo/changa 13 May 2013, 21:27:26 UTC
cb07a00 The domain decompositions in starform.C and feedback.C should use the global tolerance. 13 May 2013, 18:32:58 UTC
53141a3 Merge branch 'master' of charmgit:cosmo/changa 13 May 2013, 01:07:50 UTC
24178c5 Fix bug introduced in cleanup: mergeWalk() has side effects. 13 May 2013, 00:53:22 UTC
3a9e0fc Cleanup of unused variables. 13 May 2013, 00:34:59 UTC
f3a586c Merge branch 'master' of charmgit:cosmo/changa 10 May 2013, 22:03:34 UTC
3dd9d10 Implemented tipsy double precision positions and velocity I/O. 10 May 2013, 22:03:03 UTC
f0e9182 Merge branch 'ppl_master' into public 02 May 2013, 20:05:18 UTC
436cf95 CmiMemoryUsage() is expensive: ifdef it out on individual treepieces. 01 May 2013, 22:49:30 UTC
ec4f852 Replace archaic CmiBool with standard 'bool' 30 April 2013, 15:33:47 UTC
9181d65 Remove archaic file Original was deleted in 2008, in commit 28994bed08408272b0690ef7350b6df0097b0425 30 April 2013, 15:26:11 UTC
822590c Replace archaic CmiTrue with standard 'true' 30 April 2013, 15:17:58 UTC
c70ea51 Allow "dEta" parameter to be changed on restart. 29 April 2013, 21:01:14 UTC
420f825 Merge branch 'public' of hpcc-cvs.astro.washington.edu:/local/CVS/hpcc/git/changa_uw into public 25 April 2013, 03:59:46 UTC
6fa5b65 Add "NullFeedback" for non-star forming simulations to make checkpoints work. 24 April 2013, 05:10:42 UTC
78aa4e2 Revert "Fdbk(): allocate a placeholder IMF. Otherwise, checkpointing will fail" This reverts commit 25ec32829b95f3acd60c33c78eae183299620cbf. This commit caused a bad memory leak. We'll fix this another way. 24 April 2013, 04:12:02 UTC
b51c114 Plug small memory leak in I/O. 23 April 2013, 21:02:43 UTC
781812a Merge branch 'public' of hpcc-cvs.astro.washington.edu:/local/CVS/hpcc/git/changa_uw into public 23 April 2013, 03:28:30 UTC
1736b20 Merge branch 'master' into jetley/smp 22 April 2013, 04:21:34 UTC
9ab72ea MultistepLB_notopo: Delete attribution of bg_time to treepieces. This is now handled in the Orb partitioning. 19 April 2013, 21:21:56 UTC
f469f76 Fix missing define in previous commit. 19 April 2013, 21:21:25 UTC
1fae3d6 Account for background processor load in Orb3dLB_notopo. 19 April 2013, 20:29:18 UTC
346791a Use shadow array for all SPH reductions to avoid conflict with gravity reductions. 19 April 2013, 03:32:31 UTC
123524b Fixes to Orb3dLB_notopo to work with SMP cache. 19 April 2013, 02:37:49 UTC
ad8954c Small correction to previous Orb3D change. 19 April 2013, 00:23:07 UTC
6417372 Merge branch 'master' into jetley/smp 18 April 2013, 15:10:34 UTC
a1a23bf Orb3dLB changes to distingish tree pieces from other (non-migratable) array objects that may be created. This is needed to work with the SMP cache. 18 April 2013, 15:02:42 UTC
b7d51d7 Merge branch 'master' of charmgit:cosmo/changa 18 April 2013, 15:01:59 UTC
5d8d9a6 Add some clean up at the very end to help with memory leak tracing. 18 April 2013, 15:01:32 UTC
4353bcf Photogenic read: comment out debugging reads. 18 April 2013, 12:45:56 UTC
9e340bb removed liveViz.h from dependencies 17 April 2013, 19:48:40 UTC
972e838 SFC domain decomposition: correct problem of round off error creating heavy treepiece. 17 April 2013, 17:30:34 UTC
c96b3af Merge branch 'jetley/smp' of charmgit:cosmo/changa into jetley/smp 17 April 2013, 04:18:29 UTC
e835e2e moved setupCaches/registerCaches so that they are called after restart from checkpoint as well 17 April 2013, 04:18:07 UTC
47a80d1 redid Makefile.dep 17 April 2013, 03:20:27 UTC
fd63c64 Merge branch 'master' of charmgit:cosmo/changa into ppl_master Conflicts: ParallelGravity.cpp 15 April 2013, 21:07:22 UTC
3f2c2a6 Merge remote-tracking branch 'origin/phil/ctor_pup': calls to pup, migrate constructor base classes. 15 April 2013, 20:54:05 UTC
ef90374 Fewer calls to memstats. 14 April 2013, 16:25:55 UTC
567b29f Merge branch 'public' into ppl_master 12 April 2013, 23:14:22 UTC
315eb15 Merge branch 'master' of charmgit:cosmo/changa into ppl_master 12 April 2013, 23:12:07 UTC
226fdaf Make sure CBase ctors and pups are called everywhere 11 April 2013, 21:32:37 UTC
5c29910 Add EPSACCH: gas acceleration timesteps only depend on SPH smoothing. 10 April 2013, 00:57:41 UTC
9a5031a Updated CHANGES. 09 April 2013, 21:18:09 UTC
5693eda Adding reuse of previous splitters for Oct domain decomposition, leading to significantly fewer histogramming stages. This is done by preserving the decomposition tree across iterations and placing the leaves from the tree at the end of one iteration into the active node list in the next iteration. Simply reusing the last group of active nodes would not be enough, as that corresponds to only the bins that were refined during the last histogramming stage. 09 April 2013, 20:50:30 UTC
c78cc72 Adjusted author list. 09 April 2013, 01:51:52 UTC
f4ce723 add smp-cache registration after load balancing, so that each PE knows whether it has 0 objects on it, and we can ensure forward progress 08 April 2013, 22:04:10 UTC
42dfd35 added code for checkpoint/restart. need to invoke registration() on smp-aware caches when restarting. 08 April 2013, 21:44:48 UTC
d594c02 modified code to integrate new CkCache, with three flavors: NonSmp, OnefetchSmp, MultifetchSmp 08 April 2013, 19:03:09 UTC
7ef3280 Revert "Add UW version information." This reverts commit af87215653521c0ddce56fd17ec6ad407570e765. 06 April 2013, 21:53:09 UTC
2e3b06e hardcode Balanced Injection value (for Cray XK only) of 64 in the code 04 April 2013, 15:24:41 UTC
0ed891b Merge branch 'master' of charmgit:cosmo/changa 04 April 2013, 15:24:05 UTC
0544ddc Main::restart() should be threaded. 03 April 2013, 02:31:59 UTC
53d08be Merge branch 'master' of charmgit:cosmo/changa 02 April 2013, 16:51:14 UTC
e1ff156 add a rule to make ChaNGa.prj for projections 02 April 2013, 16:50:45 UTC
66fb750 Centroid for load balancing strategies now calculated from particles in acceptSortedParticles(). 02 April 2013, 16:23:27 UTC
53c2a09 Orb3dLB_notopo::work(): output piece centroids to a "simple" particle file for debugging. 02 April 2013, 05:01:56 UTC
2ae86b8 Fixed reuse of old splitters in SFC domain decomposition. 02 April 2013, 04:03:57 UTC
aa6f59e Properly set and use nSmoothFeedback. 28 March 2013, 21:35:44 UTC
01770df Fix neighbor search priority queue for case when both hminoversoft and honhlimit are operating. 22 March 2013, 04:48:33 UTC
e24d3a0 Check for falling off top or bottom of rates table. 22 March 2013, 04:46:06 UTC
8686918 Misplaced #endif for INTERLIST_VER 18 March 2013, 18:35:06 UTC
a6f9300 Charlottes speed improvements to stiff.c 02 March 2013, 04:29:09 UTC
59fd2b1 TreePiece::adjust(): use pressure instead of thermal energy to determine PdV timestep. 01 March 2013, 23:47:07 UTC
ce40efb Merge branch 'master' of charmgit:cosmo/changa 23 February 2013, 18:34:56 UTC
2cedd2b Added a parameter octRefineLevel for specifying the binary refinement level when splitting bins during Oct decomposition. By default the level will be 1, as there is currently little evidence that a higher refinement level helps performance. 20 February 2013, 21:40:52 UTC
2c290d0 OCT decomposition with splitting bins into 8 sub-bins instead of 2. 20 February 2013, 20:39:23 UTC
3b49f57 Removing a large piece of dead code from refineOctSplitting 18 February 2013, 21:13:55 UTC
1f5bc79 Merge branch 'master' of charmgit:cosmo/changa 16 February 2013, 18:25:57 UTC
9ee5623 Improve choice of responsibleIndex to evenly distribute across owners. 16 February 2013, 18:25:25 UTC
4c6c637 Tipsy output: give information about write errors. 16 February 2013, 18:10:48 UTC
9567311 Fixing an off-by-one error in the bin merging code. 16 February 2013, 07:12:18 UTC
ef55c90 The code in the previous commit for merging bins during oct decomposition is causing hangs after decomposition when using large data sets. Removing the change for now. 16 February 2013, 04:37:04 UTC
8f768bc In Oct decomposition, the initial decomposition bins were not being merged, even if they had very few particles. Implemented merging of these bins subject to the joining threshold. Also, added some diagnostic output to evaluate the quality of the decomposition. Cleaned up some existing code and comments. 15 February 2013, 05:01:45 UTC
3b8c012 Removing unnecessary parameters when using dummy contribute calls. 07 February 2013, 00:51:10 UTC
3db46f9 Cleaning up some contribute calls, which used reduction operators when not contributing any valid data. Adding a few asserts and removing some dead code. 06 February 2013, 03:40:32 UTC
f1a34e4 Removing a few hundred lines of unused code from InOutput.C, as well as unnecessary broadcast/reduction during initialization. Fixing a bug in InOutput.C which looks like it could have caused reading past the end of the file in some corner cases. Various fixes of comment typos, removal of unused variables, and a fix of one case of bad syntax which nonetheless should not have caused problems. 04 February 2013, 08:13:34 UTC
5dac0be Refactoring code responsible for reading parameters from the command line and from file: 1. avoid walking the whole parameter list every time a new parameter is added 2. when reading from file, make sure buffer does not overrun 3. remove prmArgOnlyProc and fold its functionality into prmArgProc, saving 100+ lines 01 February 2013, 01:29:45 UTC
ce06435 Add "ffg" (dFracFastGas), "Fgas" (bFastGas) and "dhonh" (ddHonHLimit) to parameters that can be changed on restart. 28 January 2013, 04:29:22 UTC
3979edb Merge branch 'master' of charmgit:cosmo/changa into ppl_master 26 January 2013, 20:22:26 UTC
1f660ed allocateStars(): suppress double to int warning. 25 January 2013, 05:35:59 UTC
4802e8c TreePiece::ballMax(): allow h to exand on each small timestep for all particles. This helps prevent particles from losing too many neighbors. 25 January 2013, 02:45:02 UTC
0fad633 Print version info on restart. 19 January 2013, 21:20:42 UTC
c4c954a More information about parameter parse errors. 19 January 2013, 20:35:16 UTC
4255282 Change Heuristic for extra Star particles. Small refactor. 19 January 2013, 18:46:43 UTC
6f1e93a Merge branch 'ppl_master' into public 11 January 2013, 01:53:22 UTC
b4337a9 Merge branch 'master' of charmgit:cosmo/changa into ppl_master 11 January 2013, 01:50:41 UTC
156fca6 Merge branch 'master' of charmgit:cosmo/changa 11 January 2013, 01:49:56 UTC
3c29e5f For serial I/O only open/close tipsy file once. 11 January 2013, 01:49:31 UTC
30fa6e2 Pup base class in DumpFrameData for checkpointing. 11 January 2013, 01:37:59 UTC
3aeaff3 TreePiece::writeTipsy(): only write header once when writing in serial. 10 January 2013, 04:38:16 UTC
c77bf8b MultistepLB_notopo: don't migrate pieces with zero particles. 09 January 2013, 21:39:53 UTC
d15d307 Merge branch 'public' of hpcc-cvs.astro.washington.edu:/local/CVS/hpcc/git/changa_uw into public 04 January 2013, 20:47:13 UTC
db97d1d Merge branch 'ppl_master' into public Conflicts: dumpframe.c 04 January 2013, 03:30:03 UTC
a6b51ae Merge branch 'master' of charmgit:cosmo/changa into ppl_master 04 January 2013, 03:25:02 UTC
33593c3 Small fix to last dumpframe change to keep liveViz working. 04 January 2013, 03:22:58 UTC
3bbf30b Add DumpFrameData object: contains one copy of the dumpframe buffer per processor. 04 January 2013, 03:13:36 UTC
0f0e8f2 Use Lustre tolerant versions of fopen, fwrite, and fclose. 03 January 2013, 23:12:26 UTC
715a77e Let "consph" be changed on restart. 01 January 2013, 04:31:57 UTC
back to top