mocassin / MOCASSIN-Voronoi

MOCASSIN - MOnte CArlo SimulationS of Ionized Nebulae on Voronoi Meshes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MOCASSIN-Voronoi

GitHub license

MOnte CArlo SimulationS of Ionized Nebulae, Voronoi Version

3D Monte Carlo Photoionization and Dust Radiative Transfer Code on Voronoi Meshes

Copyright (C) 2005 Barbara Ercolano

Installation

How to compile:

make mocassinVoronoi
make mocassinWarm
make mocassinOutput
make mocassinPlot

What typical packages required to compile mocassin on linux:

gcc openmpi

or

intel/mpi

How to clean:

make clean

How to run:

mpirun -np N ./mocassinVoronoi

where N is number of processors for parallel computing.

How to run mpirun on a supercomputer:

In the batches folder of mocassin-models, there are running batch examples for different job scheduling systems.

To submit a batch file on the Portable Batch System (PBS):

 qsub mocassin_run.job

To submit a batch file on the Sun Grid Engine (SGE):

 qsub mocassin_run.job

To submit a batch file on the Simple Linux Utility for Resource Management (SLURM):

 sbatch mocassin_run.sh

References

  • Hubber, D. A., Ercolano, B., & Dale, J., "Observing gas and dust in simulations of star formation with Monte Carlo radiation transport on Voronoi meshes", MNRAS, 456, 756, 2016

About

MOCASSIN - MOnte CArlo SimulationS of Ionized Nebulae on Voronoi Meshes

License:GNU General Public License v3.0


Languages

Language:Makefile 78.6%Language:Fortran 15.1%Language:C++ 5.5%Language:CSS 0.3%Language:POV-Ray SDL 0.2%Language:Roff 0.2%Language:Perl 0.1%Language:JavaScript 0.0%