Skip to content
Snippets Groups Projects
Commit c3a00c53 authored by Chiheb Amer Abid's avatar Chiheb Amer Abid
Browse files

Updating list of arguments that refer to algorithms based on Lace framework, siince it is discarded

	modifié :         README.md
parent 977f444a
No related branches found
No related tags found
No related merge requests found
......@@ -49,9 +49,6 @@ mpirun -n 1 hybrid-sog arg1 arg2 arg3 arg4 [arg5]
arg1: specifies method of creating threads or/and specifies if modelchecking should be performed on the fly. It can be set with one of the following values:
* p : using pthread library
* pc : using pthread library and applying canonization on nodes
* l : using lace framework
* lc : using lace framework and applying canonization on nodes
* otfL : perform modelchecking on the fly using laceframework
* otfP : perform modelchecking on the fly using pthread
* otfC : perform modelchecking on the fly using c++17 algorithms and a work-stealing approach for the construction of aggregates
arg2: specify the number of threads/workers to be created
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment