Star

Home

Biochem

Biochem

CellBio

CellBio

Genetics

Genetics

Orf

Orf

Hydro

Hydro

Molsim

Molsim

Cluster

Cluster

Hpc

Hpc

  1. Open eclipse by right clicking the desktop and selecting “eclipse (mpi)” (if you're using the virtual machine image or remote cluster). Right-click desktop


  2. Go to File → New → Project.
    New Project
  3. Select “Managed Make C++ Project” under the “C” folder in the New Project dialog. Select a Wizard
  4. Name the project.
    Name Project
  5. Leave this dialog as it is and press “Next >”.
    Type of Project
  6. Leave this dialog as it is and press “Next >”.
    Additional Project Settings
  7. Put a checkbox next to “Add MPI project settings to this project”.
  8. Uncheck “Use default information” and replace both “MPI compile command” and “MPI link command” with mpicxx.
    MPI Project Settings
  9. Select the new project in the left hand menu and go to Project → Properties.
    Click Properties
  10. Select “C/C++ Build” from the left hand menu. From the “Tool Settings” tab, scroll down the menu and select “GCC C++ Compiler”. Replace g++ with mpicxx in the “Command” textbox to the right. Press “Apply” and then “OK”.
    Properties for MPIC++