Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 457 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 457 Bytes

MonteCarloEcological

To run with MPI

You need to have gfortran and mpif90 installed.

Type: cp makefile_mpi makefile

To compile type: make

To run with 2 processors: mpirun -np 2 ./sim

To run with Coarrays

You need to have gfortran and coarrays installed.

cp makefile_coarray makefile

To compile type: make

To run with 2 processors: cafrun -np 2 ./sim

plot_matlab.m plots the results with MATLAB (Octave or SciLab could also be used)