Go to the source code of this file.
◆ starttreemig()
StartTreeMig.
Main program,
- sets the flags and settings for the parallel computing, if these are activated. (currently not active).
- details Calls TreeMig.
- IN:
- the compiler flags, passed as arguments during calling StartTreeMig*
- PARALLEL: parallel processing?
- WITHMPI: whether using MPI? (currently not possible)
- Parameters
-
doParallel | whether parallel execution or not, currently always FALSE ! |
- OUT:
- via TMMPITypes:
- numprocs: number of processors ("slaves") for parallel computing, currently always 0
- master: the processor number for the master, all others are slaves
- CALLS:
- TreeMig in TreeMig.f90
- DoParallelComputing in CurrentlyNotNeeded/MPIfiles/MPIParallelComputingStuff.f90
- InitializeMPIStuff in CurrentlyNotNeeded/MPIfiles/MPIParallelComputingStuff.f90
- PrintPerformanceSequentialRun in CurrentlyNotNeeded/MPIfiles/MPIParallelComputingStuff.f90
Definition at line 25 of file StartTreeMig.f90.