create_mpi_invocation

qcengine.util.create_mpi_invocation(executable, task_config)[source]

Create the launch command for an MPI-parallel task

Parameters:
  • executable (str) – Path to executable

  • task_config (TaskConfig) – Specification for number of nodes, cores per node, etc.

Return type:

List[str]