Skip to content

davytorres/MonteCarloEcological

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published