From 0836e69317ea9ed13937cb0150158f2011c8e368 Mon Sep 17 00:00:00 2001 From: alegrand Date: Tue, 5 Dec 2006 11:16:54 +0000 Subject: [PATCH] Bug fix. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2955 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- doc/FAQ.doc | 5 +++-- doc/publis.doc | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/doc/FAQ.doc b/doc/FAQ.doc index 7e30fbfe96..b4ccfcea68 100644 --- a/doc/FAQ.doc +++ b/doc/FAQ.doc @@ -249,11 +249,12 @@ in the meanwhile, simply don't build the examples in cross-compilation Program (cross-)compiled with mingw32 do request an extra DLL at run-time to be usable. For example, if you want to test your build with wine, you should do the following to put this library where wine looks for DLLs. -\verbatim cp /usr/share/doc/mingw32-runtime/mingwm10.dll.gz ~/.wine/c/windows/system/ +\verbatim +cp /usr/share/doc/mingw32-runtime/mingwm10.dll.gz ~/.wine/c/windows/system/ gunzip ~/.wine/c/windows/system/mingwm10.dll.gz \endverbatim -The DLL is builded in src/.libs, and installed in the /bin directory +The DLL is builded in src/.libs, and installed in the prefix/bin directory when you run make install. If you want to use it in a native project on windows, you need to use diff --git a/doc/publis.doc b/doc/publis.doc index ed3dca894c..55a002efd6 100644 --- a/doc/publis.doc +++ b/doc/publis.doc @@ -143,6 +143,12 @@ external to the development group, but we also use our tool ourselves (see next section). - 2006 + - Simbatch : une API pour la simulation et la prédiction de performances de systèmes batch\n + by Jean-Sébastien Gay and Yves Caniou.\n + In 17ème Rencontres Francophones du Parallélisme, des Architectures et des Systèmes, RenPar'17.\n + - Simbatch: an API for simulating and predicting the performance of parallel resources and batch systems.\n + INRIA Research Report 6040, November 2006.\n + https://hal.inria.fr/inria-00115880 - Master-Slave Tasking on Asymmetric Networks\n by Cyril Banino-Rokkones, Olivier Beaumont and Lasse Natvig.\n In Proceedings of 12th International Euro-Par Conference, Euro-Par 2006. -- 2.20.1