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 Fortran Project” under the “Fortran” folder in the New Project dialog.
    Select a Wizard
  4. Name the project.
    Name Project
  5. Change “Project Type” from “Executable (Gnu)” to Executable (Gnu Fortran).
    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 mpif90 (or mpif77).
    MPI Project Settings
  9. Select the new project and go to Project → Properties.
    Click Properties
  10. Select “Fortran Build” from the left hand menu. From the “Tool Settings” tab, scroll down the menu and select “GNU Fortran Compiler”. Replace gfortran with mpif90 (or mpif77 if you did so above) in the “Command” textbox to the right. Press “Apply” and then “OK”.
    Properties for MPIFortran