Skip to main content

more options


Compile and Run

Now that you have inserted parallel constructs, the program must be compiled and executed. Compiling a parallel program is covered in Compiling Parallel Applications.

Three issues are involved in running an MPI program.

  1. Choose a communication protocol.
  2. Run the program with mpirun (Windows) or mpiexec (Linux).
  3. Run on the compute machines.  Running a parallel program using batch is covered in the Job Scheduler for Parallel module.

Now that you have inserted parallel constructs, the program must be compiled and executed. Compiling a parallel program is covered in Compiling Parallel Applications.

Three issues are involved in running an MPI program.

  1. Choose a communication protocol.
  2. Run the program with mpirun (Windows) or mpiexec (Linux).
  3. Run on the compute machines.  Running a parallel program using batch is covered in the Job Scheduler for Parallel module.