{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":182915731,"defaultBranch":"master","name":"VELOCIraptor-STF","ownerLogin":"ICRAR","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2019-04-23T02:58:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1192804?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1709175728.0","currentOid":""},"activityList":{"items":[{"before":"017a30a4f18a52a002ee3cdc4cea1ecaf3f70049","after":"95e7b130bf58f4b569bc0814d4a5cfc788312751","ref":"refs/heads/pelahi-issue-131","pushedAt":"2024-03-13T07:50:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pelahi","name":"Pascal Jahan Elahi","path":"/pelahi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12030027?s=80&v=4"},"commit":{"message":"bug fixes with duplicate variables","shortMessageHtmlLink":"bug fixes with duplicate variables"}},{"before":"55a5ab52d50fdf1bf29b6c749ffb936263efd04b","after":"017a30a4f18a52a002ee3cdc4cea1ecaf3f70049","ref":"refs/heads/pelahi-issue-131","pushedAt":"2024-03-13T07:39:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pelahi","name":"Pascal Jahan Elahi","path":"/pelahi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12030027?s=80&v=4"},"commit":{"message":"Updates to types in calculation of mpi message sizes and bug fixes for min function","shortMessageHtmlLink":"Updates to types in calculation of mpi message sizes and bug fixes fo…"}},{"before":"8f51f3f3295b907736e727f5f28f5285dd34c5ba","after":"55a5ab52d50fdf1bf29b6c749ffb936263efd04b","ref":"refs/heads/pelahi-issue-131","pushedAt":"2024-03-13T07:10:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pelahi","name":"Pascal Jahan Elahi","path":"/pelahi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12030027?s=80&v=4"},"commit":{"message":"Update to integer types used in MPI communication","shortMessageHtmlLink":"Update to integer types used in MPI communication"}},{"before":null,"after":"8f51f3f3295b907736e727f5f28f5285dd34c5ba","ref":"refs/heads/pelahi-issue-131","pushedAt":"2024-02-29T03:02:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pelahi","name":"Pascal Jahan Elahi","path":"/pelahi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12030027?s=80&v=4"},"commit":{"message":"Bug fix related to issue #131, used wrong variable in calculation of mpi offsets","shortMessageHtmlLink":"Bug fix related to issue #131, used wrong variable in calculation of …"}},{"before":null,"after":"0eebc29dd4491663e50e3193be927032d29ba561","ref":"refs/heads/zcurve-mpi-fix","pushedAt":"2023-08-28T13:31:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pelahi","name":"Pascal Jahan Elahi","path":"/pelahi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12030027?s=80&v=4"},"commit":{"message":"Fix to mesh decomposition","shortMessageHtmlLink":"Fix to mesh decomposition"}},{"before":"dc6d330eef60b7ca10e029d9a9af434454575daa","after":"7220a37901e9e0d642929561d7ccb21fa3b877a2","ref":"refs/heads/master","pushedAt":"2023-05-02T10:56:25.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"rtobar","name":null,"path":"/rtobar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/620848?s=80&v=4"},"commit":{"message":"Merge branch 'issue-127'","shortMessageHtmlLink":"Merge branch 'issue-127'"}},{"before":"3a0effa3da83fc639ada53978d60063480296c97","after":"f6e3d76385c5c64d72044f7f2cf475371f1954ee","ref":"refs/heads/issue-126","pushedAt":"2023-05-02T08:09:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rtobar","name":null,"path":"/rtobar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/620848?s=80&v=4"},"commit":{"message":"Use fixed maximum hostname length of 100\n\nDoing this properly across systems is a bit clunky, so let's go for a\nsimple solution. This is used for logging only anyway.\n\nSigned-off-by: Rodrigo Tobar ","shortMessageHtmlLink":"Use fixed maximum hostname length of 100"}},{"before":null,"after":"c032aee143b0daa8aee992eacdfb4ac1d10745bd","ref":"refs/heads/issue-127","pushedAt":"2023-05-02T07:45:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rtobar","name":null,"path":"/rtobar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/620848?s=80&v=4"},"commit":{"message":"Add ParticleTypeForRefenceFrame to configuration output\n\nThis should take care of #127.\n\nSigned-off-by: Rodrigo Tobar ","shortMessageHtmlLink":"Add ParticleTypeForRefenceFrame to configuration output"}},{"before":null,"after":"3a0effa3da83fc639ada53978d60063480296c97","ref":"refs/heads/issue-126","pushedAt":"2023-05-02T03:59:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"rtobar","name":null,"path":"/rtobar","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/620848?s=80&v=4"},"commit":{"message":"Fix issues with header inclusions\n\nThere were two issues at hand here: firstly, the exceptions.h header\ndidn't have an include guard. Secondly, the NBodyMath.h header included\nVR's exceptions.h file instead of its sibling Exceptions.h header,\ncausing issues.\n\nThis commit adds define guard for exceptions.h header. We don't include\nthis header more than once per compile unit yet, but it's bound to\nhappen at some point. It also caused confusion when debugging #126,\nwhere the root cause of the problem was really that the filesystem\nperforms case-insensitive searches.\n\nAdditionally, we're updating to a newer version of NBodylib where the\nNBodyMath.h header include all its siblings via double-quote include\ndirectives, which should avoid the inclusion of VR's exception.h header.\n\nSigned-off-by: Rodrigo Tobar ","shortMessageHtmlLink":"Fix issues with header inclusions"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEFDCxvQA","startCursor":null,"endCursor":null}},"title":"Activity · ICRAR/VELOCIraptor-STF"}