Git Product home page Git Product logo

Comments (1)

nick-stroud avatar nick-stroud commented on July 24, 2024

From inspection, this does not appear related to any bug in the HPC Toolkit so I will convert it to a discussion.

On your question about mpiopt flags. I would recommend to try running fluent without any mpiopt flags and adding the -peth fluent flag. Please report if this works for you. If you still feel you have need for the mpiopt flags then please describe the requirements that require these flags.

On your specific question:

based on our understanding even though there is no Infiniband device, it should still work without any issue, is this understanding correct? (Referring to the use of I_MPI_FABRICS =shm:ofa" & "I_MPI_FALLBACK_DEVICE=disable).

I do not have personal knowledge to comment on you understanding of these flags, but as mentioned I do not believe they should be needed.

On your question:

What is the best configuration for using Slurm on GCP to run Ansys Fluent?

It is hard to make a definitive statement about what will work "best" as there are often trade offs based on price, performance, and the specific workload. Some general recommendations on a good configuration that has been shown to work well is:

  • Use Intel MPI
  • Use c2d-standard-112 compute nodes with SMT disabled (default on Slurm v5)
  • Use a BASIC_SSD Filestore as a shared filesystem from which to run the fluent job
# Example filestore (could be /home instead of /shared)
  - id: sharedfs
    source: modules/file-system/filestore
    use: [network1]
    settings:
      local_mount: /shared
      filestore_tier: BASIC_SSD
      size_gb: 2560  # 2.5 * 1024

from hpc-toolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.