| This page has links to the slides and source code for
my talk given January 99 at NAVO on creating a grid program using MPI.
See the notes below for program changes.
If you are not familiar with MPI you may want to look at http://www.sdsc.edu/~tkaiser/my_mpi.html If you are not familiar with Fortran 90 you may want to look at http://www.sdsc.edu/~tkaiser/f90.html |
talk1.pdf: Stommel model. (202554 bytes ) talk2.pdf: Stommel Model in Fortran 90. (96345 bytes ) talk3.pdf: Stommel Model in MPI with 1d and 2d decompisition. (316496 bytes ) my_stommel.tar: Contains the source code, the pdf files of the talks and the notes shown below. (720896 bytes ) The plot generated by Luke's plotit.c and my parallel stommel program, st_4.f
| Notes included in my_stommel.tar: |
| I made a few changes to the programs:
(1) I changed the forcing function to force=-alpha*sin(y*a6)). (2) I changed the output format slightly for stommel.f, st_3.f, and st_4.f to be able to be read by the plotting program. (3) new input values golden % cat st.in
contents:
talk1.pdf, talk2.pdf, talk3.pdf - new versions of the stommel/mpi
st_1.f - 1d decomposition mpi version of stommel program st_2.f - 2d decomposition mpi version st_3.f - same as st_2.f except all data is sent back to
golden % plotit
Please Enter the Plot3D format input file name: out3d_000 Dimensions of input file: NI: 202 NJ:
202 NK: 1
You should now be able to execute the command:
Normal Termination.
generates a file plotfile.ps which can be seen which ghostview.
|