X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6c78a73b09f4c01d837cacfe249bd18a3ce95e02..d4256cb7fe003cad9b262af0143313a70f4f0ff7:/doc/FAQ.doc diff --git a/doc/FAQ.doc b/doc/FAQ.doc index 09bf01b4ef..eae5993180 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -1638,8 +1638,14 @@ and build/install it from scratch - Enable GTNetS support in SimGrid + +In order to enable gtnets with simgrid you have to give where gtnets is install (path to /lib and /include) \verbatim + Since v3.4 (with cmake) + cmake . -Dgtnets_path=//usr + + Until v3.4 (with autotools) ./configure --with-gtnets=//usr \endverbatim @@ -1648,6 +1654,12 @@ and build/install it from scratch runntime with the following options: \verbatim + Since v3.4 (with cmake) + cd simgrid + make + ctest -R gtnets + + Until v3.4 (with autotools) cd simgrid/example/msg/ make make check