Skip to content

Writing sequential code

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #4943
    Bhuttu
    Participant

    HeuristicLoadBalancer<T> loadBalancer(cuboidGeometry);
    The above line is basically used to assigns cuboids to threads. Now if I want to write a sequential program then I can remove everything related to loadbalancer and MPI. I am not sure if doing this will serve my purpose of sequential code?
    Actually sequential code is better to understand and that’s what I am trying right now.

    Thanks and regards
    Bhuttu

    #4944
    mathias
    Keymaster

    Dear Bhutta,

    it is not so easy. You may have a look in the sequential cavityXD examples. Additionally, you may consider coming to our next spring school where we provide a nice introduction into OpenLB.

    Best
    Mathias

    #4961
    Bhuttu
    Participant

    Thank you Mathias.
    I will definitely try to understand cavity2d example and will also like to come in spring school if my institute permits me.

    Regards,
    Bhuttu

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.