Fof
Made a merge request out of this to make commenting easier.
Edited by Matthieu Schaller
Merge request reports
Activity
- Resolved by Matthieu Schaller
- Resolved by Matthieu Schaller
- Resolved by Matthieu Schaller
- Resolved by Matthieu Schaller
- Resolved by Matthieu Schaller
- Resolved by Matthieu Schaller
- Resolved by Matthieu Schaller
- Resolved by Matthieu Schaller
- Resolved by Matthieu Schaller
@jwillis, I did a first round of comments, the code looks good!
A few higher-level comments:
- Please run
format.sh
, it makes it easier to read the code on my small laptop screen :) - The current implementation does not support symmetry, i.e. each particle pair is inspected twice. This could be fixed by not looking at pairs of root-level cells if
cid
<cjd
. - Instead of implementing this as tasks (eventually), it may be fast enough to implement it as a mapper.
Cheers, Pedro
- Please run
added 1 commit
- c41249dd - Removed unused variables and added comments.
added 1 commit
- c1dfa0d9 - Calculate the number of particles in each group at the end of the union-find…
added 4 commits
Toggle commit listadded 355 commits
-
a34ef085...63ada53a - 353 commits from branch
master
- 0e835ccb - Merge branch 'master' into FOF
- 4e7b4d49 - Use size_t in loop.
-
a34ef085...63ada53a - 353 commits from branch
- Resolved by Matthieu Schaller
I tried the exit cell condition on leafs, but it takes longer 100ms longer.
I haven't tried this on any other EAGLE boxes yet, but I also haven't parallelised it yet. Do you want a serial run of a EAGLE_12/25?
I just tried EAGLE_6 with 15x15x15 top-level cells and it produced the same answer and ran faster.
Please register or sign in to reply