Skip to content
Snippets Groups Projects

Parco 2019 debug

Merged James Willis requested to merge parco_2019_debug into master
1 unresolved thread

Related !919 (merged).

Edited by James Willis

Merge request reports

Merged by Matthieu SchallerMatthieu Schaller 5 years ago (Oct 6, 2019 8:53pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
375 437
376 438 #endif /* WITH_MPI */
377 439
440 #ifndef WITH_FOF_TIMING
  • Also, thinking more of it, I am not a big fan of the def WITH_FOF_TIMING since it does more than activating timing. It actually deactivates quite a bit of code. Maybe some name that reflects better what it does would be good. WITHOUT_GROUP_PROPERTIES_CALCULATION ? that's a bit long...

  • What are the proper config options and cmd line arguments to run SWIFT with black holes? And what should the frequency of FOF timesteps should I use?

    I knew that the functions had changed files but I didn't see that when I merged with master strangely. I think the only major changes that we made were the mapper functions for setting initial values and at which point they are called.

  • I agree with changing the name of WITH_FOF_TIMING. I'll have a think about what to change it too.

  • Config: --with-subgrid=EAGLE

    Run: --with-black-holes --fof

    Set a frequency such that it runs often if it is for testing. Otherwise, any of the runs in the EAGLE_ICs directory have a physically motivated frequency set but they start in a regime where no BHs form for a long time.

  • How about WITHOUT_GROUP_PROPS instead of WITH_FOF_TIMING?

    This should be ready to merge after that change. I have tested EAGLE-50 with FOF enabled and it ran for 24 hours no problem. Although I did have to disable black hole physics.

  • James Willis added 1 commit

    added 1 commit

    • 09de4943 - Renamed WITH_FOF_TIMING macro to WITHOUT_GROUP_PROPS.

    Compare with previous version

  • Sounds good to me. How many FOF calls did you get?

  • 6 calls to FOF.

  • mentioned in commit fec911c1

  • Please register or sign in to reply
    Loading