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

Running CFX Standalone using MSMPI

    • FAQFAQ
      Participant

      MSMPI can be run standalone as follows: The following environment variables must be set (use a real host name in place of and use the actual MSMPI installation path for MSMPI_BIN): set _CFX_ENABLE_MSMPI_SM=1 set MSMPI_BIN=C:Program FilesMicrosoft MPIBin set CCP_NODES=1 2 The MSMPI daemon must be running, or this may be started manually for testing using the command (full path to smpd): smpd -d 1 The solver may then be started using: cfx5solve -def StaticMixer.def -par-local -part 2 -start-method MSMPI It’s quite likely that in a future release we will provide MSMPI as a standalone start method on Windows.