Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
d912e8b2e2fa52da0e8d8b8a12531ce211ce2927
[simgrid.git] / doc / install.doc
1 /*! \page install Installing Simgrid
2
3 \htmlinclude .install.doc.toc
4
5 \section install_cmake Installing the SimGrid library
6
7 \subsection install_intro Some generalitty
8
9 \subsubsection install_intro1 What is Cmake?
10
11 CMake is a family of tools designed to build, test and package software. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice. For more information see official web site <a href="http://www.cmake.org/">here</a>.
12
13 \subsubsection install_intro2 Why cmake?
14
15 CMake permits to developers to compil projects on different plateforms. Then many tools are embedded like ctest for making test, a link to cdash for vizualise results but also test coverage and bug reports. 
16
17 \subsubsection install_intro3 What cmake need?
18
19 CMake needs some prerequists like :
20
21 For Unix and MacOS:
22   \li make
23   \li perl and libpcre
24   \li c and c++ compiler
25   \li ccmake for graphical used of CMake
26   \li cmake <a href="http://www.cmake.org/cmake/resources/software.html">(download page)</a>
27                                                                                                                                                                                                
28 On MacOSX some users reported that it is still possible to build with clang, provided that you use the 
29 following package versions clang3.1 and clang++3.1. If it fails on you, try to use gcc47 (port install gcc47).
30
31 For Windows :
32   \li cmake 2.8 <a href="http://www.cmake.org/cmake/resources/software.html">(download page)</a>
33   \li MinGW <a href="http://sourceforge.net/projects/mingw/files/MinGW/">(download page)</a>
34   \li perl <a href="http://www.activestate.com/activeperl/downloads">(download page)</a>
35   \li git <a href="http://msysgit.googlecode.com/files/Git-1.7.4-preview20110204.exe">(download page)</a>
36   
37 Note that if you want change the compiler, you can simply specify the environment variables CC and CXX.
38 \verbatim
39         export CC=gcc-4.4
40         export CXX=g++-4.4
41         export CC=clang
42         export CXX=clang++
43 \endverbatim 
44
45 \subsubsection install_cmakeoption1 Liste of options
46
47 \verbatim
48 "cmake -D[name]=[value] ... ./"
49
50 [name]  enable_gtnets           [value] ON/OFF or TRUE/FALSE or 1/0
51         enable_ns3                      ON/OFF or TRUE/FALSE or 1/0
52         enable_lua                      ON/OFF or TRUE/FALSE or 1/0
53         enable_compile_optimizations    ON/OFF or TRUE/FALSE or 1/0
54         enable_compile_warnings         ON/OFF or TRUE/FALSE or 1/0
55         enable_smpi                     ON/OFF or TRUE/FALSE or 1/0
56         enable_maintainer_mode          ON/OFF or TRUE/FALSE or 1/0
57         enable_tracing                  ON/OFF or TRUE/FALSE or 1/0
58         enable_coverage                 ON/OFF or TRUE/FALSE or 1/0
59         enable_memcheck                 ON/OFF or TRUE/FALSE or 1/0
60         enable_model-checking           ON/OFF or TRUE/FALSE or 1/0
61         enable_debug                    ON/OFF or TRUE/FALSE or 1/0
62         enable_jedule                   ON/OFF or TRUE/FALSE or 1/0
63         enable_latency_bound_tracking   ON/OFF or TRUE/FALSE or 1/0
64         enable_lib_static               ON/OFF or TRUE/FALSE or 1/0
65         enable_supernovae               ON/OFF or TRUE/FALSE or 1/0
66         enable_msg_deprecated           ON/OFF or TRUE/FALSE or 1/0                                                                                                                                                                                                                                                                               
67         enable_print_message            ON/OFF or TRUE/FALSE or 1/0 
68         gtnets_path                     <path_to_gtnets_directory>
69         ns3_path                        <path_to_ns3_directory>
70         CMAKE_INSTALL_PREFIX            <path_to_install_directory>
71         pipol_user                      <pipol_username>
72 \endverbatim
73                                                                                                                                                           
74 \subsubsection install_cmakeoption2 Options explaination
75
76   \li enable_gtnets : set to true implie that user wants to use gtnets.
77   
78   \li enable_ns3 : set to true implie that user wants to use ns3.
79
80   \li enable_lua : set to true implie that user wants to add lua langage into simgrid compilation.
81
82   \li enable_compile_optimizations : add flags "-O3 -finline-functions -funroll-loops -fno-strict-aliasing"
83
84   \li enable_compile_warnings : add flags "-Wall -Wunused -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith -Wchar-subscripts -Wcomment -Wformat -Wwrite-strings -Wno-unused-function -Wno-unused-parameter -Wno-strict-aliasing -Wno-format-nonliteral -Werror"
85
86   \li enable_smpi : Set to true if you want to use smpi lib. Actually on simgrid v3.4.1 Mac doesn't support lib smpi.
87
88   \li enable_maintainer_mode : set to true it remakes some files. 
89
90   \li enable_tracing : To enable the generation of simulation traces for visualization.
91
92   \li enable_coverage : When set to true this option enable code coverage by setting -fprofile-arcs -ftest-coverage flags.
93
94   \li enable_memcheck : When set to true this option enable tests for memcheck.
95
96   \li enable_model-checking : Enable the model checking when set to true.
97
98   \li enable_debug : If enable_debug is set to 'off' Simgrid compil flag has '-DNDEBUG' option.
99   
100   \li enable_jedule : To enable jedule mode, which creates visualizations of task schedules with Simdag. 
101   
102   \li enable_latency_bound_tracking : Set to on if you want to be warned when communications are limited by round trip time.
103   
104   \li enable_lib_static : Enable generated Simgrid and smpi static libraries.
105   
106   \li enable_supernovae : Set to true make one file for each lib and compile with those generated files.
107   
108   \li enable_msg_deprecated : Simgrid is compiled with msg deprecated functions.                                                                                                                                                                                                                                                                              
109   
110   \li enable_print_message : When set to true configuration print more debug output.
111   
112   \li gtnets_path : Path to gtnets install directory (ex /usr)
113   
114   \li ns3_path : Path to ns3 install directory (ex /usr)
115
116   \li CMAKE_INSTALL_PREFIX : Path where are installed lib/ doc/ and include/ directories (ex /usr/local)
117   
118   \li pipol_user : specify your pipol username if you want to use the pipol-remote command.
119
120 \subsubsection install_cmakeoption3 Initialisation
121
122 Those options are initialized the first time you launch "cmake ." whithout specified option.
123
124 \verbatim
125 enable_gtnets                   on
126 enable_lua                      on
127 enable_smpi                     on
128 enable_tracing                  on
129 enable_compile_optimizations    on
130 enable_debug                    on
131 enable_compile_warnings         off
132 enable_maintainer_mode          off
133 enable_coverage                 off
134 enable_memcheck                 off
135 enable_model-checking           off
136 enable_jedule                   off
137 enable_latency_bound_tracking   off 
138 enable_lib_static               off
139 CMAKE_INSTALL_PREFIX            /usr/local
140 gtnets_path                     null
141 pipol_user                      null
142 \endverbatim
143
144 \subsubsection install_cmakeoption4 Option's cache and how to reset?
145
146 When options have been set they are keep into a cache file named "CMakeCache.txt". So if you want 
147 reset values you just delete this file located to the project directory.
148
149 \subsection install_cmakecompilation Cmake compilation
150
151 \subsubsection install_cmakecompilation1 With command line.
152
153 On Unix or Mac platform:
154
155 \verbatim
156 cmake -D[name]=[value] ... ./
157 make
158 \endverbatim
159
160 On Windows platform:
161
162 \verbatim
163 cmake -G"MinGW Makefiles" -D[name]=[value] ... ./
164 mingw32-make
165 \endverbatim
166
167 \subsubsection install_cmakecompilation2 With ccmake tool.
168
169 \verbatim
170 "ccmake ./"
171 \endverbatim
172 Then follow instructions.
173
174 \subsubsection install_cmakecompilation2bis Build out of source.
175
176 As cmake generate many files used for compilation, we recommand to make a build directory.
177 For examples you can make :
178
179 \verbatim
180 "navarrop@caraja:~/Developments$ cd simgrid/"
181 "navarrop@caraja:~/Developments/simgrid$ mkdir build_directory"
182 "navarrop@caraja:~/Developments/simgrid$ cd build_directory/"
183 "navarrop@caraja:~/Developments/simgrid/build_directory$ cmake ../"
184 "navarrop@caraja:~/Developments/simgrid/build_directory$ make"
185 \endverbatim
186
187 Or complety out of sources :
188
189 \verbatim
190 "navarrop@caraja:~/Developments$ mkdir build_dir"
191 "navarrop@caraja:~/Developments$ cd build_dir/"
192 "navarrop@caraja:~/Developments/build_dir$ cmake ../simgrid/"
193 "navarrop@caraja:~/Developments/build_dir$ make"
194 \endverbatim
195
196 Those two kind of compilation permit to delete files created by compilation easier.
197
198 \subsubsection install_cmakecompilation3 Resume of command line
199
200  \li CMake
201 \verbatim
202 cmake <path>                    configure the project for Unix and Mac
203 cmake -G"MinGW Makefiles" <path>        configure the project for Windows
204 make                            build all targets for Unix and Mac
205 ming32-make                             buill all targets for windows
206 (g)make VERBOSE=1               build all targets and print build command lines
207 make check                      test all targets and summarize
208 make dist                       make the distrib
209 make distcheck                  check the dist (make + make dist + make check) 
210 (g)make install                 install the project (doc/ bin/ lib/ include/)
211 (g)make uninstall               uninstall the project (doc/ bin/ lib/ include/)
212 (g)make clean                   clean all targets
213 make simgrid_documentation      Create simgrid documentation
214 \endverbatim
215
216 When the project have been succesfully compiling and build you can make tests.
217
218  \li CTest
219 \verbatim
220 ctest                   launch only tests
221 ctest -D Continuous
222 ctest -D Continuous(Start|Update|Configure|Build)
223 ctest -D Continuous(Test|Coverage|MemCheck|Submit)
224 ctest -D Experimental
225 ctest -D Experimental(Start|Update|Configure|Build)
226 ctest -D Experimental(Test|Coverage|MemCheck|Submit)
227 ctest -D Nightly                                
228 ctest -D Nightly(Start|Update|Configure|Build)
229 ctest -D Nightly(Test|Coverage|MemCheck|Submit)
230 ctest -D NightlyMemoryCheck
231 \endverbatim
232
233 If you want to test before make a commit you can simply make "ctest -D Experimental" and then you can visualize results submitted into Cdash. <a href="http://cdash.inria.fr/CDash/index.php?project=Simgrid">(Go to Cdash site)</a>.
234
235 \subsection install_cmakeinstall How to install with cmake?
236
237 \subsubsection install_cmakeinstall1 From Git. 
238
239 \verbatim
240 git clone git://scm.gforge.inria.fr/simgrid/simgrid.git simgrid
241 cd simgrid
242 cmake -Denable_maintainer_mode=on -DCMAKE_INSTALL_PREFIX=/home/navarrop/Bureau/install_simgrid ./
243 make 
244 make install
245 \endverbatim
246
247 \subsubsection install_cmakeinstall2 From a distrib
248
249 \verbatim
250 wget https://gforge.inria.fr/frs/download.php/28674/simgrid-3.6.1.tar.gz
251 tar xf simgrid-3.6.1.tar.gz
252 cd simgrid-3.6.1
253 cmake -DCMAKE_INSTALL_PREFIX=/home/navarrop/Bureau/install_simgrid ./
254 make
255 make install
256 \endverbatim
257
258
259 \subsection install_cmakehowto How to modified sources files for developers
260
261 \subsubsection install_cmakehowto1 Add an executable or examples.
262
263 If you want make an executable you have to create a CMakeList.txt to the src directory. 
264 You must specified where to create the executable, source list, dependencies and the name of the binary.
265
266 \verbatim
267 cmake_minimum_required(VERSION 2.6)
268
269 set(EXECUTABLE_OUTPUT_PATH "./")                        
270 set(LIBRARY_OUTPUT_PATH "${CMAKE_HOME_DIRECTORY}/lib")
271
272 add_executable(get_sender get_sender.c)                                 #add_executable(<name_of_target> <src list>)
273
274 ### Add definitions for compile
275 target_link_libraries(get_sender simgrid m pthread)     #target_link_libraries(<name_of_targe> <dependencies>)
276 \endverbatim
277
278 Then you have to modified <project/directory>/buildtools/Cmake/MakeExeLib.cmake and add 
279 this line :
280 \verbatim
281 add_subdirectory(${CMAKE_HOME_DIRECTORY}/<path_where_is_CMakeList.txt>)
282 \endverbatim
283
284 \subsubsection install_cmakehowto2 Delete/add sources to lib.
285
286 If you want modified, add or delete source files from a library you have to edit <project/directory>/buildtools/Cmake/DefinePackages.cmake
287
288 \verbatim
289 set(JMSG_JAVA_SRC
290         ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/MsgException.java
291         ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/JniException.java
292         ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/NativeException.java
293         ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/HostNotFoundException.java
294         ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/ProcessNotFoundException.java
295         ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/Msg.java
296         ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/Process.java
297         ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/Host.java
298         ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/Task.java
299         ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/MsgNative.java
300         ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/ApplicationHandler.java
301         ${CMAKE_HOME_DIRECTORY}/src/java/simgrid/msg/Sem.java
302 )
303 \endverbatim
304
305 \section install_Win Installing the SimGrid framework on Windows
306
307 \subsection install_Win_install Installing SimGrid with the automatic installer
308
309 Before start the installation, you need to be sure to have the following dependencies:
310   \li cmake 2.8 <a href="http://www.cmake.org/cmake/resources/software.html">(download page)</a>
311   \li MinGW <a href="http://sourceforge.net/projects/mingw/files/MinGW/">(download page)</a>
312   \li perl <a href="http://www.activestate.com/activeperl/downloads">(download page)</a>
313   \li git <a href="http://msysgit.googlecode.com/files/Git-1.7.4-preview20110204.exe">(download page)</a>
314   
315 Then download the package <a href="https://gforge.inria.fr/frs/?group_id=12">SimGrid Installer</a>,
316 execute it and follow instructions.
317
318 \htmlonly
319 <a href="win_install_01.png" border=0><img src="win_install_01.png" border=0></a>
320 \endhtmlonly
321
322 Step 1: Accept the license. 
323
324 \htmlonly
325 <a href="win_install_02.png" border=0><img src="win_install_02.png" border=0></a>
326 \endhtmlonly
327
328 Step 2: Select packets to install.
329
330 \htmlonly
331 <a href="win_install_03.png" border=0><img src="win_install_03.png" border=0></a>
332 \endhtmlonly
333
334 Step 3: Choice where to install packets previously selected. Please don't use spaces in path.
335  
336 \htmlonly
337 <a href="win_install_04.png" border=0><img src="win_install_04.png" border=0></a>
338 \endhtmlonly
339
340 Step 4: Add CLASSPATH to environment variables.
341
342 \htmlonly
343 <a href="win_install_05.png" border=0><img src="win_install_05.png" border=0></a>
344 \endhtmlonly
345
346 Step 5: Add PATH to environment variables.
347
348 \htmlonly
349 <a href="win_install_06.png" border=0><img src="win_install_06.png" border=0></a>
350 \endhtmlonly
351
352 Step 6: Restart your computer to take in consideration environment variables.
353
354 \subsection install_Win_compile1 Compile a project "HelloWorld"
355
356 In the SimGrid install directroy you should have an HelloWorld project to explain you how to start 
357 compiling a source file. There are:
358 \verbatim
359 - HelloWorld.c          The example source file.
360 - CMakeLists.txt        It allows to configure the project.
361 - FindPCRE.cmake        This finds and links to the pcre library (Normally included into Simgrid directory "GnuWin32").
362 - README                This explaination.
363 \endverbatim
364
365 Now let's compil this example:
366 \li Run windows shell "cmd".
367 \li Open HelloWorld Directory ('cd' command line).
368 \li Create a build directory and change directory. (optional)
369 \li Type 'cmake -G"MinGW Makefiles" \<path_to_HelloWorld_project\>'
370 \li Run mingw32-make
371 \li You should obtain a runnable example ("HelloWorld.exe").
372
373 For compiling your own code you can simply copy the HelloWorld project and rename source name. It will
374 create a target with the same name of the source. 
375
376 \subsection install_Win_compile2 How to add and compile a new example
377
378 \li Put your source file into the helloWord directory.
379 \li Edit CMakeLists.txt by removing the Find Targets section and add those two lines into this section
380 \verbatim 
381 ################
382 # FIND TARGETS #
383 ################
384 add_executable(TARGET_NAME SOURCES)             #It creates a target called 'TARGET_NAME.exe' with the sources 'SOURCES'
385 target_link_libraries(TARGET_NAME simgrid pcre) #Links TARGET_NAME with simgrid and pcre
386 \endverbatim    
387 \li To initialize and build your project, you'll need to run
388 \verbatim
389 cmake -G"MinGW Makefiles" \<path_to_HelloWorld_project\>
390 \endverbatim
391 \li Run "mingw32-make"
392 \li You should obtain "TARGET_NAME.exe".
393
394 \subsection install_Win_ruby Setup a virtualbox to use SimGrid-Ruby on windows 
395
396 Allan Espinosa made these set of Vagrant rules available so that you
397 can use the SimGrid Ruby bindings in a virtual machine using
398 VirtualBox. Thanks to him for that. You can find his project here:
399 https://github.com/aespinosa/simgrid-vagrant
400
401 \section install_mac Installing the SimGrid framework on Mac OS X
402
403 The Mac OS X system is part of the UNIX familly, but it exibits some
404 specificities that complicate a bit the build of SimGrid. Current
405 versions of SimGrid (3.7.x) can only be build with the GCC Compiler,
406 but recent OS X version provide only an ancient version of that tool
407 in the hope to see the users switch to the LLVM compiler family. The
408 problem is that SimGrid uses internal libraries of GCC, for stack
409 manipulation for example. We are working on removing this dependency
410 onto gcc to ease the build process, but this is still ongoing.
411
412 For the time being, you need to get a recent version of GCC on your
413 system to build SimGrid. Version 3.7.1  was successfully built on Mac
414 Lion 10.7.4 using a GCC compiler retrieved from macport. The package
415 used were gcc47, and the binary in the package were gcc-mp-4.7.
416
417 \section install_setting_MSG Setting up your own MSG code
418
419 Do not build your simulator by modifying the SimGrid examples.  Go
420 outside the SimGrid source tree and create your own working directory
421 (say <tt>/home/joe/SimGrid/MyFirstScheduler/</tt>).
422
423 Suppose your simulation has the following structure (remember it is
424 just an example to illustrate a possible way to compile everything;
425 feel free to organize it as you want).
426
427       \li <tt>sched.h</tt>: a description of the core of the
428           scheduler (i.e. which functions are can be used by the
429           agents). For example we could find the following functions
430           (master, forwarder, slave).
431
432       \li <tt>sched.c</tt>: a C file including <tt>sched.h</tt> and
433           implementing the core of the scheduler. Most of these
434           functions use the MSG functions defined in section \ref
435           msg_task_usage.
436
437       \li <tt>masterslave.c</tt>: a C file with the main function, i.e.
438           the MSG initialization (MSG_global_init()), the platform
439           creation (e.g. with MSG_create_environment()), the
440           deployment phase (e.g. with MSG_function_register() and
441           MSG_launch_application()) and the call to
442           MSG_main()).
443
444 To compile such a program, we suggest to use the following
445 Makefile. It is a generic Makefile that we have used many times with
446 our students when we teach the C language.
447
448 \verbatim
449 all: masterslave 
450 masterslave: masterslave.o sched.o
451
452 INSTALL_PATH = $$HOME
453 CC = gcc
454 PEDANTIC_PARANOID_FREAK =       -O0 -Wshadow -Wcast-align \
455                                 -Waggregate-return -Wmissing-prototypes -Wmissing-declarations \
456                                 -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
457                                 -Wmissing-noreturn -Wredundant-decls -Wnested-externs \
458                                 -Wpointer-arith -Wwrite-strings -finline-functions
459 REASONABLY_CAREFUL_DUDE =       -Wall
460 NO_PRAYER_FOR_THE_WICKED =      -w -O2 
461 WARNINGS =                      $(REASONABLY_CAREFUL_DUDE)
462 CFLAGS = -g $(WARNINGS)
463
464 INCLUDES = -I$(INSTALL_PATH)/include
465 DEFS = -L$(INSTALL_PATH)/lib/
466 LDADD = -lm -lsimgrid 
467 LIBS = 
468
469 %: %.o
470         $(CC) $(INCLUDES) $(DEFS) $(CFLAGS) $^ $(LIBS) $(LDADD) -o $@ 
471
472 %.o: %.c
473         $(CC) $(INCLUDES) $(DEFS) $(CFLAGS) -c -o $@ $<
474
475 clean:
476         rm -f $(BIN_FILES) *.o *~
477 .SUFFIXES:
478 .PHONY : clean
479
480 \endverbatim
481
482 The first two lines indicates what should be build when typing make
483 (<tt>masterslave</tt>) and of which files it is to be made of
484 (<tt>masterslave.o</tt> and <tt>sched.o</tt>). This makefile assumes
485 that you have set up correctly your <tt>LD_LIBRARY_PATH</tt> variable
486 (look, there is a <tt>LDADD = -lm -lsimgrid</tt>). If you prefer using
487 the static version, remove the <tt>-lsimgrid</tt> and add a
488 <tt>$(INSTALL_PATH)/lib/libsimgrid.a</tt> on the next line, right
489 after the <tt>LIBS = </tt>.
490
491 More generally, if you have never written a Makefile by yourself, type
492 in a terminal : <tt>info make</tt> and read the introduction. The
493 previous example should be enough for a first try but you may want to
494 perform some more complex compilations...
495
496 \section install_setting_GRAS Setting up your own GRAS code
497
498 If you use the GRAS interface instead of the MSG one, then previous section
499 is not the better source of information. Instead, you should check the GRAS
500 tutorial in general, and the \ref GRAS_tut_tour_setup in particular.
501
502
503
504 */