General

General

How to set the processors that a Fluent run uses?

    • FAQFAQ
      Participant

      This can be set using the process affinity command as shown below: (set-affinity “0 4 1 5 2 6 3 7”) The inputs needed are pairs of process id and a cpu/core id. In the above example, the process ids are 0-3 and the core ids are 4-7. The process ids for nodes start at 0 and is set to 999999 for the host process.