Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Compiling and Running the Parallel Ocean Program using Photran 5.0, PTP 3.0, and RDT

Revision as of 13:20, 3 August 2009 by Unnamed Poltroon (Talk) (New page: This tutorial will walk the user through setting up a photran project with standard makefile with PTP and RDT. The program we will use for this is the Parallel Ocean Program, whose source...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

This tutorial will walk the user through setting up a photran project with standard makefile with PTP and RDT. The program we will use for this is the Parallel Ocean Program, whose source is freely available from http://climate.lanl.gov/Models/POP/.

Assumptions: I will assume that Photran, PTP, and RDT (and RSE) are already installed. For instructions on installing these, consult the respective project pages.

Configuring POP:

1. Download the newest version of the POP source code (2.0.1 at the time of this writing).

2. Extract this file on your remote system in the desired project location.

3. cd into the directory where you extracted pop

4. Run ./setup_run_dir test test. This copies the necessary files for testing in the test directory. Refer to the user manual at http://climate.lanl.gov/Models/POP/UsersGuide.pdf if you want to use a non-testing setup.

Configuring RDT:

1. Change to the Remote System Explorer perspective.

Back to the top