sort by:
Revision Author Date Message Commit Date
8dfaf50 In the load balancers check whether the object is migratable before accessing its obj userdata Change-Id: I6f7773757bc5f4a04e216620d3e4807e0729c9fa 02 March 2015, 21:01:30 UTC
731b61c Merge branch 'public' into ppl_master 02 March 2015, 16:39:38 UTC
5755ec0 Fix the crash caused by DD without Sorter. This crash happens because some TreePiece ends up with no particles. This fix calls the Sorter if any TreePiece ends with no particles. Change-Id: Ifdca1cb982d8f3dd7be36fb1c15d8c2232827595 28 February 2015, 23:10:58 UTC
06592b3 Merge branch 'master' of charmgit:cosmo/changa 24 February 2015, 19:17:37 UTC
76c652c load_NC_gas(): ignore missing FeMassFrac and OxMassFrac files. 18 February 2015, 02:55:01 UTC
b5f51ce Merge branch 'public' of github.com:N-BodyShop/changa_uw into public 17 February 2015, 23:59:09 UTC
94d0d28 assignKeys(): be sure boundary particle keys are set. This commit also has some timestep debugging. 15 February 2015, 01:48:16 UTC
de06b14 Be safe with particle pointers if calling newParticle(). 15 February 2015, 00:41:24 UTC
36d703b initSmoothPrioQueue(): correct logic for initial particle searching. 15 February 2015, 00:39:23 UTC
88e9da9 Allow change of dEtaCourant and dEtauDot on restart. 15 February 2015, 00:37:05 UTC
c832276 StellarFeedback(): don't use iLowhFix. 10 February 2015, 06:11:12 UTC
db9270f Merge branch 'public' of github.com:N-BodyShop/changa_uw into public 10 February 2015, 06:03:47 UTC
bea57df TreePiece::readFloatBinary(): copy DataManager pointer for Cooling. 07 February 2015, 03:36:04 UTC
e1aa69a Rung sanity check. 06 February 2015, 23:48:56 UTC
106ee94 Delete vestigial references to comlib/commlib that were never live in committed code Change-Id: I49c6d16862f72edbb92906c0e5b2d119e77e42a7 06 February 2015, 22:54:31 UTC
6fb3630 Adjust local Gravity and Remote Gravity priorities below SPH priorities. Change-Id: I9d3404b728439fd5815e42f8a1384c9b2c91b0f0 06 February 2015, 02:39:08 UTC
9fefc82 Handle ReSmooth case that finds no neighbors. 06 February 2015, 02:06:21 UTC
e91c2da Merge branch 'master' of http://charm.cs.uiuc.edu/gerrit/cosmo/changa 02 February 2015, 16:52:36 UTC
1037306 Allow verbosity to change on restart. Change-Id: I57882039bd5d5264ef9fecd25902167cff663a26 28 January 2015, 23:52:34 UTC
aafcffb Couple more Doxygen comments. 23 January 2015, 20:13:31 UTC
244f660 Delete unused Compare class. 23 January 2015, 20:12:13 UTC
9d052bf Don't assume a particular message type for responses to CkIO callbacks Change-Id: I7e09573cb6024e3a252609e281cee2e230472b30 21 January 2015, 05:00:15 UTC
5b18338 Be sure the load balancer has data for hydro-only simulations. 19 January 2015, 23:05:25 UTC
bb1eaab TreePiece::kick(): do an exponential decay in the COOLING_NONE case to avoid negative thermal energies. 18 December 2014, 18:47:48 UTC
f6f4066 Correct logic for outputing tipsy binary array files in parallel. 10 December 2014, 01:21:04 UTC
94ebc75 openCriterion*: comment out non-SMP safe markUsedBy(). 26 November 2014, 18:51:28 UTC
5eac65b PETreeMerger::mergeWalk(): cleanup and document. 26 November 2014, 18:47:23 UTC
cda2e27 Merge branch 'master' of charmgit:cosmo/changa Conflicts: configure 21 November 2014, 01:50:05 UTC
a608fb4 Update README and CHANGES for v3.1 21 November 2014, 01:40:25 UTC
83c3fc9 Fix nIOProc logic. 05 November 2014, 17:20:25 UTC
0b2e69a Merge branch 'ppl_master' into public 16 October 2014, 16:59:42 UTC
f22cbf6 Intra node load balancing using CkLoop Change-Id: Id1b94c1aef9257161f65ccddd27b1c756dc9d323 16 October 2014, 03:35:59 UTC
c34e9f7 Merge pull request #79 from N-BodyShop/starlog_fix Fix iOrder in starlog table. 09 October 2014, 03:25:37 UTC
86bdbc9 Fix iOrder in starlog table. 08 October 2014, 03:52:08 UTC
2e13680 Fix compilation error in ChaNGa due to the previous change related to HierarchOrbLB Change-Id: I6acfeea8a431159152220f939432fc2643360fd6 06 October 2014, 18:27:42 UTC
878a622 Use lbuserdata to send centroid data to the load balancers. Remove the logic to store the previous phase load since now the TreePiece itself stores the load per phase and sets its load accordingly before calling the load balancer. Change-Id: I4e89628a1796ffb5e4bce9952bb4b7022c4cfa59 06 October 2014, 17:51:51 UTC
26f952e Add HierarchOrbLB which is a hierarchical lb Change-Id: I9f017d59dc3b74df8d094515218894cdc8a5585f 03 October 2014, 20:01:09 UTC
01b44a6 Merge pull request #76 from N-BodyShop/extrastore_fix Adjust particlePointers in the tree nodes if we realloc myParticles. Tested on h229H2 23 September 2014, 16:01:19 UTC
fb7770c Adjust particlePointers in the tree nodes if we realloc myParticles. 23 September 2014, 03:53:33 UTC
d6afe38 Merge pull request #72 from N-BodyShop/extrastore Allocate more memory instead of crashing when hitting the extraStore lim... Basic testing done. Note that this changes the semantics of "dExtraStore": it now specifies how much extra memory is allocated when we run out while creating new particles. 15 September 2014, 20:52:21 UTC
9a5479c TreePiece::newParticle(): get rid of abort statement. 15 September 2014, 02:41:50 UTC
f942742 Allocate more memory instead of crashing when hitting the extraStore limit. 14 September 2014, 02:58:35 UTC
399bf8c Make CHANGESOFT a configure option. (On by default.) Also fix thinko in other flags so that --disable-xxx works. 11 September 2014, 03:16:56 UTC
317ae49 Merge pull request #70 from N-BodyShop/trq/read_coolarray Trq/read coolarray 10 September 2014, 16:50:20 UTC
8f66316 Merge branch 'public' into trq/read_coolarray Conflicts: (adjacent changes) ParallelGravity.ci ParallelGravity.h 09 September 2014, 23:22:16 UTC
3b48843 Merge branch 'ppl_master' into public 09 September 2014, 22:17:37 UTC
da49072 Main::restartGas(): when restarting from NChilada files, find MaxIOrders. 09 September 2014, 22:14:55 UTC
f46dea7 Merge branch 'public' into trq/read_coolarray Conflicts: Sph.C: adjacent changes. 09 September 2014, 04:21:52 UTC
76b16bd Fix reading of coolontime when restarting from output files. 09 September 2014, 04:18:24 UTC
fcbd5e7 Overwrite existing directory (with warning) if producing tipsy files. 08 September 2014, 22:41:56 UTC
52ef60c Merge branch 'ppl_master' into public 04 September 2014, 23:41:56 UTC
138eb59 Merge branch 'master' into trq/ckio 04 September 2014, 23:36:18 UTC
6c6ddc1 Use COOL_SET_ARRAY? functions for reading ionization arrays. This provides infrastructure for restarting metal cooling and H2 runs. 04 September 2014, 23:18:12 UTC
2374b42 Merge branch 'master' of charmgit:cosmo/changa 25 August 2014, 01:23:44 UTC
fd47d5b restart(): make dFracNoDomainDecomp modifiable. 25 August 2014, 01:23:19 UTC
6eaceb4 Merge pull request #53 from N-BodyShop/comove_np Handle comoving, non-periodic cosmological simulations. 23 August 2014, 17:14:56 UTC
5d3e7c5 Merge branch 'ppl_master' into public 20 August 2014, 22:32:57 UTC
8f7875c Merge pull request #58 from bwkeller/public Wendland C4 Kernel 19 August 2014, 03:06:30 UTC
bff723d remove whitespace change 19 August 2014, 02:36:33 UTC
0d46681 Added the option to use the Wendland C4 Kernerl (See Dehnen & Aly 2012). This kernel is stable against pairing with 200 neighbours, and can be enabled with the --enable-wendland configure option. 19 August 2014, 01:35:08 UTC
3e38ac3 Sorter::collectEvalulationsOct(): accidently commented out necessary "buildCounts()" call in previous commit. 13 August 2014, 15:53:17 UTC
b70f387 TreePiece::evaluateBoundaries(): update contribute to 64 bit counts for non-REDUCTION_HELPER case. 12 August 2014, 22:07:08 UTC
c3491af TreePiece::loadNChilada(): particle count file reads. 12 August 2014, 21:49:21 UTC
865f770 Fix Oct domain decompose to work with more than 4 billion particles. 12 August 2014, 21:31:31 UTC
f0e367b Merge branch 'public' of github.com:N-BodyShop/changa_uw into public 08 August 2014, 22:05:24 UTC
a4784f3 TYPETest(): use const pointer for optimization. 08 August 2014, 22:04:25 UTC
efd0ff6 Merge branch 'master' into trq/ckio 05 August 2014, 21:12:36 UTC
51e3396 Plugged a memory leak in ReductionHelper::evaluateBoundaries() for case of PE with no TreePieces. 05 August 2014, 21:09:52 UTC
38fe25b Merge branch 'harshitha/bigtestddfix' This is needed for 12+ billion particle runs. 05 August 2014, 20:52:43 UTC
05bc77b getStartTime(): check for unreasonable expansion factor for comoving coords. 01 August 2014, 19:33:25 UTC
dc56974 Handle comoving, non-periodic cosmological simulations. 01 August 2014, 02:20:33 UTC
6858c08 reapply LB setup in migration constructor 31 July 2014, 18:36:44 UTC
a1adbb3 set BI for migration constructor as well. Also print the current BI value at startup. 30 July 2014, 23:17:46 UTC
97035e2 get current BI setting (from env variable) and only set to the default (64) when the current setting is higher. 30 July 2014, 19:40:19 UTC
58a8981 Fixup of last master merge into ckio. 28 July 2014, 20:10:44 UTC
d38a5d8 Merge branch 'master' into trq/ckio 28 July 2014, 20:01:03 UTC
760a04a Allow binary density diagnostic outputs. 28 July 2014, 20:00:20 UTC
da87a96 Refactor integer and float I/O. This enables parallel integer output through CkIO. It also makes the default integers 64 bit. 28 July 2014, 19:32:36 UTC
2748aa4 load ICs: set keys of boundary particles for first domain decompose. 28 July 2014, 03:21:22 UTC
b1222d9 Perform migration of particles along with QD when the splitters from the previous domain decomposition is used. Change-Id: Iff29fd487d33d4dbd451b2fa6aad63f5586691ef 21 July 2014, 20:48:02 UTC
c000b13 Main::cbIOClosed(): close file after writing header. 20 July 2014, 20:09:52 UTC
42668c4 Merge branch 'master' into trq/ckio Conflicts: InOutput.C ParallelGravity.cpp 17 July 2014, 15:16:50 UTC
450e4d7 MultistepLBs: use int64 to count active particles. 15 July 2014, 05:19:48 UTC
5a5540a Merge branch 'ppl_master' into public 04 July 2014, 00:01:14 UTC
d66142a Merge branch 'master' of charmgit:cosmo/changa 02 July 2014, 22:03:04 UTC
721ee44 adjust() timesteps: use 64 bit ints to count particles. 02 July 2014, 22:02:23 UTC
6e7e0f5 Merge branch 'master' of charmgit:cosmo/changa 18 June 2014, 22:02:57 UTC
adc2bd5 Remove CELL code (Playstation 3 processor) 18 June 2014, 21:59:06 UTC
506ffff Flush starlog on outputs and run completion. 05 June 2014, 15:33:14 UTC
21770ee Lustre-proof the starlog writing code. 02 June 2014, 23:53:26 UTC
e8a5b4b Add NC version of gas generator. 29 May 2014, 21:46:32 UTC
17a52ce testdata: poisson distribution in non-critical Universe. 29 May 2014, 21:43:51 UTC
1183858 More Doxygen documentation. 17 May 2014, 17:25:50 UTC
bc5e7b6 test: Return PASS/FAIL error code. 13 May 2014, 09:45:20 UTC
b462e34 Remove obsolete commented-out code referencing CkPool 08 May 2014, 14:39:59 UTC
50a20da Merge branch 'public' of github.com:N-BodyShop/changa_uw into public 06 May 2014, 16:29:13 UTC
634b2cc Merge branch 'ppl_master' into public 06 May 2014, 16:28:15 UTC
8c4a620 Don't read coolontime if we are restarting from a checkpoint. 03 May 2014, 01:32:32 UTC
ad699ed A few more doxygen comments. 02 May 2014, 15:14:12 UTC
a4a2af7 Document ListCompute 02 May 2014, 00:39:25 UTC
back to top