ltsmin-mpi - distributed minimization of labelled transition systems
mpirun <nodespec> ltsmin-mpi [OPTION] <input> <output>
This tool reduces a labeled transition system modulo bisimulation. The default bisimulation is strong bisimulation. Both input and output can be a GCF archive or a set of files. To use a set of files the argument needs an occurrence of %s. If no %s is present then a GCF archive is assumed.
The tool uses MPI for distributed computation, thus it has to be started via mpirun. nodespec determines which processors the tool is run on.
The workers send messages to themselves. So if you use Open MPI, you have to use mpirun -mca btl CONNECT,self NODESPEC where CONNECT can be tcp, mx, ib, etc..
Apply strong bisimulation reduction. This is the default.
Apply branching bisimulation reduction.
Increase the level of verbosity
Be quiet; do not print anything to the terminal.
Enable debugging output.
Print version string of this tool.
Print help text
Print short usage summary.
Successful termination.
Some error occurred.