https://github.com/N-BodyShop/changa

sort by:
Revision Author Date Message Commit Date
bfbde56 doSimulation(): do not flush starlog when running benchmarks. 27 December 2022, 21:34:27 UTC
526309a Fixed bug introduced in commit 25c23a5074a3efbfa4aeb15b89430352415988c2 First assign extraData before using star methods. 12 November 2022, 19:52:30 UTC
dd2b6a6 Implement Press (version 3) Ran object. Each Treepiece now has its own random number generator to avoid lock contention in threaded implementations. 12 November 2022, 19:51:07 UTC
98c212c Update version info for v3.5 release. 19 August 2022, 02:43:10 UTC
aaeddd7 HostCuda.cu: add casts to accommodate changed setDeviceToHostCallback() API. Change-Id: I3c6bede3434063e9d8b36225aa6eaf1dfbc8a583 19 August 2022, 00:33:59 UTC
a0af785 Avoid accessing cooling structures in when bGasCooling isn't set. 03 August 2022, 03:50:44 UTC
25c23a5 load_*_star(): initialize iGasOrder to -1. 03 August 2022, 03:50:44 UTC
2959e42 clRateColl_e_H2(): rewrite division into multiply. 26 July 2022, 18:25:47 UTC
e492080 LocalLymanWernerDistributor::work(): cleanly handle nodes with no gas. 26 July 2022, 18:23:47 UTC
b6aa731 Clean up many warnings from gcc v12. 16 July 2022, 05:04:15 UTC
acaea3c Merge branch 'master' of github.com:N-BodyShop/changa 08 July 2022, 04:26:08 UTC
981b2fb Added extended cooltable_xdr to data directory, and documented it. 08 July 2022, 04:23:45 UTC
ccc04b0 Add SMP build for actions. 07 July 2022, 03:16:58 UTC
610cc0b Main::writeOutput(): don't write igasorder if not doing gas. 07 July 2022, 01:14:14 UTC
414f15c writeTipsy(): skip when no particles to write. 07 July 2022, 01:14:14 UTC
0eb78da Change from Travis to github actions (#113) * Change from Travis to github actions 04 July 2022, 05:35:38 UTC
ac13a4b Main::doSimulatoin(): no output for nSteps == 0 and bBenchmark. 23 June 2022, 20:18:25 UTC
e265b4b last rtforce removed 23 June 2022, 14:44:10 UTC
a5e1563 RTFORCE additional removals 23 June 2022, 14:17:15 UTC
422a61f Renamed RTFORCE (incorrect name) with GDFORCE (correct name) 23 June 2022, 13:59:38 UTC
2d35b67 Disable LW output by default if we are not forming stars. 21 June 2022, 16:43:58 UTC
bd343eb setupICs(): Report system error string on bad particle file open. 17 June 2022, 16:59:27 UTC
12e092b Put CHARM_VERSION ifdefs around new load balancing interface for charm version 7.0.0. 16 June 2022, 04:01:05 UTC
00fd1e7 Removed unneeded Create*LB and Allocate*LB declarations. 16 June 2022, 04:01:05 UTC
5c1b9d9 Update LB initialization to new charm++ LB interface. 16 June 2022, 04:01:05 UTC
0679ac3 extraSPHData and extraStarData: clean up meaningless "const". 15 June 2022, 16:54:00 UTC
c9acb95 TreePiece::loadTipsy(): add file corruption checks. 31 May 2022, 04:30:12 UTC
29e0a16 Update .travis.yml to use https instead of ssh. 04 April 2022, 18:29:44 UTC
96c8907 Revert "TreePiece::adjust(): dEtauDot also limits adiabatic heating. (#282)" This reverts commit d16c23bfe78eeeca6dc09f8ec93ec71e1e22f67e. The excessive adiabatic heating was symptomatic of a diffusion instability. 29 January 2022, 19:09:36 UTC
a4e72cc Make JEANSSOFTONLY configurable and enabled by default. 30 December 2021, 06:04:13 UTC
75b558f TreePiece::RestartEnergy(): set uHotPred for SUPERBUBBLE. 30 December 2021, 05:34:18 UTC
e569498 Fixes for ab727f88 to TreePiece::updateuDot(). 18 December 2021, 22:08:05 UTC
346f868 Merge branch 'public' of github.com:N-BodyShop/changa_uw into public 13 December 2021, 23:33:37 UTC
d16c23b TreePiece::adjust(): dEtauDot also limits adiabatic heating. (#282) 13 December 2021, 23:32:02 UTC
ffc4f04 Merge branch 'master' of github.com:N-BodyShop/changa 10 August 2021, 04:14:48 UTC
93569f5 Correct CkPrintf() in REFACTOR_DEBUG. (For debugging only.) 10 August 2021, 04:12:36 UTC
9a03708 Merge pull request #74 from N-BodyShop/trq/unused_cleanup Trq/unused cleanup 07 August 2021, 23:29:57 UTC
4813659 Unused variable cleanup in Sph.cpp feedback.cpp and starform.cpp 07 August 2021, 23:17:03 UTC
403d7fa cooling_metal_H2.c: Fix "==" to "=" typo and remove unused variables. 07 August 2021, 22:06:03 UTC
a0bb58d Merge branch 'master' into trq/unused_cleanup 07 August 2021, 21:34:08 UTC
74ea1ff Merge branch 'ppl_master' into public 07 August 2021, 21:06:40 UTC
0bd08c4 Change CkMustAssert() into inline function to avoid macro gotchas. 18 July 2021, 19:54:09 UTC
bf0c602 Corrected whitespace as per trq's requests. 18 July 2021, 19:53:38 UTC
0a973e9 Added a new macro that behaves like an assert, but also takes a string error message to print, and does not get disabled when charm is compiled --with-production. The macro is CkMustAssert(bool cond, char *err), where the condition is what you would pass to an assertion, and the err message is what is then passed to CkAbort. 18 July 2021, 19:53:04 UTC
d68a68f Remove now deprecated fThermalLength. 18 July 2021, 05:40:53 UTC
af1f9b8 TreePiece::flushSmoothParticles(): CkAssert() not valid in all cases. 18 July 2021, 05:39:57 UTC
1e7f30c Don't output MetalsDot if we aren't doing star formation/feedback. 18 July 2021, 05:24:39 UTC
ab727f8 Unified treatment of the Jeans floor between gasoline and ChaNGa (public branch) (#280) * Unified treatment of the Jeans floor between gasoline and ChaNGa. ChaNGa will now treat the Jeans floor as a non-thermal pressure that will apply forces to gas particles, but not change the internal/thermal energy. * Formatting changes and comments. Co-authored-by: Tom Quinn <trq@astro.washington.edu> 10 July 2021, 00:47:37 UTC
32c25b0 Merge branch 'public' into ppl_master 14 May 2021, 00:10:53 UTC
8a99e98 TreePiece::updateuDot(): allow uDotHot to be 0. 13 May 2021, 23:50:06 UTC
a6cac54 Fix for getting output 0 arrays in correct order. 03 April 2021, 22:53:29 UTC
3210526 LB: Use nprocs() instead of accessing count directly Accessing via a function allows the underlying implementation to change, which Charm++ is doing to move away from raw memory allocations. 14 February 2021, 23:22:14 UTC
dc5af03 Add dSolarMetalFractionByMass to cooling_grackle COOLPARAM struct. 08 February 2021, 22:54:58 UTC
8d044c2 Add parameter to set Solar Metalicity to historical values for Cloudy/AGORA. 07 February 2021, 23:28:58 UTC
a036356 LB: Remove dependency on CkVec from LB interface 06 February 2021, 02:26:18 UTC
67442ca fixup! Remove deprecated calls to LBSetPeriod 04 February 2021, 05:40:58 UTC
97c917b Remove deprecated calls to LBSetPeriod The new load balancing infrastructure in Charm++ obviates the need to set the period to something small when using AtSync mode. Futher, it disallows setting an LB period at all when using AtSync mode. 04 February 2021, 05:40:58 UTC
bf6e7e8 Merge pull request #92 from N-BodyShop/trq/sb_slowfix updateuDot(): handle superbubble feedback in slow particles. 03 February 2021, 14:08:55 UTC
d916be2 updateuDot(): handle superbubble feedback in slow particles. 28 January 2021, 04:21:05 UTC
ec6b5d6 White space cleanup of GRACKLE calls. 28 January 2021, 04:12:27 UTC
1246da2 No need to call initialize_chemistry every timestep. 28 January 2021, 04:12:27 UTC
909e4ea Change calls to CoolCodeEnergyToTemperature() for GRACKLE3. This allows SUPERBUBBLE to be compiled with COOLING_GRACKLE3. 28 January 2021, 04:12:27 UTC
a620982 Revert "Py" 22 January 2021, 22:41:51 UTC
f92485f Merge pull request #90 from brianxchen/Py Added hill equations to gravityparticle 21 January 2021, 20:34:16 UTC
1fa9486 fixed hill orbit 21 January 2021, 20:31:29 UTC
7455b71 Update cuda.ac 08 January 2021, 23:38:56 UTC
b0e39e3 Remove check for CUDA-enabled ChaNGa when building with Charm++ CUDA build 08 January 2021, 23:38:56 UTC
03404b5 moved velocity update 07 January 2021, 02:05:29 UTC
246dd14 Force rebuild of cha_commitid.c 06 January 2021, 15:41:52 UTC
ecf0cfe additional changes to particle velocities 18 December 2020, 19:54:59 UTC
58e71fe fixed py compilation errors 17 December 2020, 22:53:02 UTC
b9b1a04 added Py attribute for testing 08 December 2020, 18:14:56 UTC
eb09e4f add orbital freq 02 December 2020, 19:51:30 UTC
50014c1 Merge branch 'public' into ppl_master 30 November 2020, 05:08:42 UTC
df94ead Fixed two bugs with superbubble feedback. First was simple, use the correct version of the internal energy (u, not uPred, since we want the correct half-step version), second was the boneheaded use of the wrong phase density for cooling. 30 November 2020, 05:06:53 UTC
a3ad560 Fixed family bug in writeNCXML(). 06 November 2020, 04:02:16 UTC
f566e8e Update externalGravity.cpp 11 October 2020, 01:33:16 UTC
fb55bd0 Delete loghalo_orbit_int.param 11 October 2020, 01:33:16 UTC
12cbb16 Add files via upload 11 October 2020, 01:33:16 UTC
fa19ab3 Update externalGravity.cpp 11 October 2020, 01:33:16 UTC
dfe643b Update and rename integrated_orbits.param to loghalo_orbit_int.param 11 October 2020, 01:33:16 UTC
83728fd Delete integrated_orbits.log 11 October 2020, 01:33:16 UTC
6ceec2b Delete integrated_orbits.tbin 11 October 2020, 01:33:16 UTC
0af8b34 Update integrated_orbits.param 11 October 2020, 01:33:16 UTC
4a4fdb7 Update integrated_orbits.param 11 October 2020, 01:33:16 UTC
7e6863b Delete pynbody_test.py 11 October 2020, 01:33:16 UTC
5287846 Delete integrated_orbits.timings 11 October 2020, 01:33:16 UTC
14519d8 Add files via upload 11 October 2020, 01:33:16 UTC
83ebf0d Add files via upload 11 October 2020, 01:33:16 UTC
9ba1388 Add files via upload 11 October 2020, 01:33:16 UTC
7ff6bf3 Add files via upload 11 October 2020, 01:33:16 UTC
2fb80f5 cooling_grackle: enable reading of ionization files on restart from output. 11 October 2020, 01:28:39 UTC
41d1c62 Merge pull request #82 from N-BodyShop/trq/grackle3 Trq/grackle3: add a CMB temperature floor 29 September 2020, 04:17:44 UTC
c74108b Add CMB temperature floor external to the grackle routines. The AGORA tests seem to show that grackle's CMB floor has odd effects at high density. This implements a floor after grackle runs. 26 September 2020, 19:04:45 UTC
0d56bc0 Merge branch 'master' into trq/grackle3 18 September 2020, 15:50:05 UTC
04e0cb1 Fix call to allocatePinnedHostMemory 12 September 2020, 04:17:18 UTC
2661fb8 Use extended version of hapiMallocHost to decide whether to use memory pool 12 September 2020, 04:17:18 UTC
0451c82 Change to hapiMallocHost and hapiFreeHost to match CUDA naming 12 September 2020, 04:17:18 UTC
df36f4c Rename HAPI_USE_CUDAMALLOCHOST to PINNED_HOST_MEMORY as HAPI no longer uses this flag and is ChaNGa-specific 12 September 2020, 04:17:18 UTC
c01ffb5 Unify host pinned memory allocation with hapiHostMalloc 12 September 2020, 04:17:18 UTC
back to top