We’re putting the final touches on our new badges platform. Badge issuance remains temporarily paused, but all completions are being recorded and will be fulfilled once the platform is live. Thank you for your patience.
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.