We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
Licensing

Licensing

Intel MPI Firewall Ports

    • FAQFAQ
      Participant

      I_MPI_PORT_RANGE is equivalent to MPICH_PORT_RANGE and it is used for the Hydra Process Manager. I_MPI_PORT_RANGE was introduced recently, use MPICH_PORT_RANGE for legacy Intel MPI. At startup Hydra checks for the first available open port and uses it for Hydra connections to the head node (you can check this with I_MPI_HYDRA_DEBUG=enable). If I_MPI_PORT_RANGE (or MPICH_PORT_RANGE) is specified, Hydra will use only open ports from the specified range. But the launcher and fabric can use different ports. So ssh (port 22), Hydra (I_MPI_PORT_RANGE) and DAPL SCM (if used) can use different ports. We advise to open up ports from 30000-59999.