Parallel Simulations in OpenFOAM

Поделиться
HTML-код
  • Опубликовано: 27 дек 2024

Комментарии • 16

  • @genesius92
    @genesius92 7 лет назад

    help, i always get this error: mpirun noticed that process rank 0 with PID 1715 on node ceeckh exited on signal 8 (Floating point exception).
    everytime i run parallel. can you pls kindly advice on this?

  • @sumitzanje5207
    @sumitzanje5207 4 года назад +2

    Can you make a video to run OpenFoam case in parallel on HPC ?

  • @himanshubanait9166
    @himanshubanait9166 4 года назад

    I am getting error -
    WARNING: Linux kernel CMA support was requested via the
    btl_vader_single_copy_mechanism MCA variable, but CMA support is
    not available due to restrictive ptrace settings.
    The vader shared memory BTL will fall back on another single-copy
    mechanism if one is available. This may result in lower performance.
    Local host: DESKTOP-38IC7BI
    --------------------------------------------------------------------------
    [DESKTOP-38IC7BI:15728] 3 more processes have sent help message help-btl-vader.txt / cma-permission-denied
    [DESKTOP-38IC7BI:15728] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages

  • @looootfy1
    @looootfy1 3 года назад

    hi evry body
    please if someone can help me in this case cause when i type in mpirun -np 2 pimpleFoam -parallel >> logSimulation
    i have this message
    [:01251] 1 more process has sent help message help-btl-vader.txt / cma-permission-denied
    [:01251] Set MCA parameter "orte_base_help_aggregate" to 0 to see all help / error messages

  • @archuerta
    @archuerta 6 лет назад +1

    Hello
    Using OpenFOAM v5.0 and gmsh 3.0.6 I got an error when calling gmesh.
    An alternative approach to reproduce this tutorial is by:
    0. Go to your working directory by typing run or whatever corresponds.
    1. Copy the airFoil2D tutorial to your working directory:
    cp -r $FOAM_TUTORIALS/incompressible/simpleFoam/airFoil2D/ .
    2. Do not change the boundary conditions in this case, and use the simple version of the decomposeParDict available in the directory system of the case file.
    3. follow the tutorial since the step decomposePar:
    4. Visualise with paraFoam
    By the way, thank you very much four your video.

  • @TheTrional
    @TheTrional 4 года назад

    very helpful thanks for sharing

  • @zc3373
    @zc3373 4 года назад

    Thank you very much!
    This video is really helpful and concise!
    I build a model using OpenFOAM and try to run the model in parallel.
    When the size of the mesh is about 700M, the program goes well.
    When I improve the number of cells and the size of the mesh becomes 5G some errors happen.
    I tried to use 8 cores for parallel calculation, the errors are:
    (1)7 more processes have sent help message help-btl-vader.txt / cma-permission-denied
    (2)mpirun detected that one or more processes exited with non-zero status, thus causing
    the job to be terminated.
    Could you give me some help about how to solve this problem?
    p.s. The size of the mesh which generated by blockMesh is about 5G.
    The solver I used is rhoPimpleFoam.
    My computer has 8 cores and 16G RAM.

  • @hamedpahlavani8264
    @hamedpahlavani8264 8 лет назад

    what if it doesn't run faster !?

    • @OpenFOAMTutorials
      @OpenFOAMTutorials  8 лет назад

      Well, that has to do with the basic issue of parallelism. If your case does not have enough effectively parallelizable work (not enough cells), then the overhead associated with parallelization will outweigh any benefit.

  • @AhmedElsayed-ef3nl
    @AhmedElsayed-ef3nl 8 лет назад

    Dear professor , can you upload some tutorials on conjugate heat and multidomain meshing problems

  • @aminehero5010
    @aminehero5010 8 лет назад

    very good, continud & tnx

  • @MrMay78may
    @MrMay78may 8 лет назад

    Excellent...

  • @gregliako7995
    @gregliako7995 8 лет назад

    Can you p l e a s e show as how to install rapiFoam for GPU also ? Thank you very much

    • @OpenFOAMTutorials
      @OpenFOAMTutorials  8 лет назад

      I have not done it myself. Have you tried the forums at online-cfd.com? I think that is your best chance.

  • @pingchang5584
    @pingchang5584 8 лет назад

    helpful