Skip to content

The TITAN2D toolkit is used for modeling of geophysical mass flows over natural terrain (volcanic flows, avalanches, landslides, ...).

License

Notifications You must be signed in to change notification settings

TITAN2D/titan2d

 
 

Repository files navigation

Installation
=====================================
See INSTALL for compilation instruction
See Manual for installation and usage

Execution
=====================================
In order to run Titan in openMP mode (prefered at this time):

source <path_to_titan>/bin/titanvars.sh
<path_to_titan>/bin/titan -nt <number of threads> <input python script>

In order to run Titan in hybrid MPI/OpenMP mode:

source <path_to_titan>/bin/titanvars.sh
mpirun -np <number of processes> <path_to_titan>/bin/titan -nt <number of threads> <input python script>