Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Delete unused -fprofile-arcs flags.
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 17 Jun 2010 10:10:42 +0000 (10:10 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 17 Jun 2010 10:10:42 +0000 (10:10 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7888 48e7efb5-ca39-0410-a469-dd3cf9ba447f

52 files changed:
examples/amok/bandwidth/CMakeLists.txt
examples/amok/saturate/CMakeLists.txt
examples/gras/all2all/CMakeLists.txt
examples/gras/chrono/CMakeLists.txt
examples/gras/mmrpc/CMakeLists.txt
examples/gras/mutual_exclusion/simple_token/CMakeLists.txt
examples/gras/ping/CMakeLists.txt
examples/gras/pmm/CMakeLists.txt
examples/gras/properties/CMakeLists.txt
examples/gras/rpc/CMakeLists.txt
examples/gras/spawn/CMakeLists.txt
examples/gras/synchro/CMakeLists.txt
examples/gras/timer/CMakeLists.txt
examples/msg/actions/CMakeLists.txt
examples/msg/gtnets/CMakeLists.txt
examples/msg/masterslave/CMakeLists.txt
examples/msg/mc/CMakeLists.txt
examples/msg/migration/CMakeLists.txt
examples/msg/ms.trace [new file with mode: 0644]
examples/msg/parallel_task/CMakeLists.txt
examples/msg/priority/CMakeLists.txt
examples/msg/procmig.trace [new file with mode: 0644]
examples/msg/properties/CMakeLists.txt
examples/msg/sendrecv/CMakeLists.txt
examples/msg/suspend/CMakeLists.txt
examples/msg/tasks.trace [new file with mode: 0644]
examples/msg/trace/CMakeLists.txt
examples/msg/tracing/CMakeLists.txt
examples/msg/volume.trace [new file with mode: 0644]
examples/simdag/CMakeLists.txt
examples/simdag/dax/CMakeLists.txt
examples/simdag/metaxml/CMakeLists.txt
examples/simdag/properties/CMakeLists.txt
examples/smpi/CMakeLists.txt
src/CMakeLists.txt
teshsuite/gras/datadesc/CMakeLists.txt
teshsuite/gras/empty_main/CMakeLists.txt
teshsuite/gras/msg_handle/CMakeLists.txt
teshsuite/gras/small_sleep/CMakeLists.txt
teshsuite/msg/CMakeLists.txt
teshsuite/simdag/CMakeLists.txt
teshsuite/simdag/network/CMakeLists.txt
teshsuite/simdag/network/mxn/CMakeLists.txt
teshsuite/simdag/network/p2p/CMakeLists.txt
teshsuite/simdag/partask/CMakeLists.txt
teshsuite/simdag/platforms/CMakeLists.txt
teshsuite/xbt/CMakeLists.txt
testsuite/simdag/CMakeLists.txt
testsuite/surf/CMakeLists.txt
testsuite/xbt/CMakeLists.txt
tools/gras/CMakeLists.txt
tools/tesh/CMakeLists.txt

index dc38721..d7eb8be 100644 (file)
@@ -23,6 +23,6 @@ add_custom_command(
                                        )
                                        
 ### Add definitions for compile
                                        )
                                        
 ### Add definitions for compile
-target_link_libraries(bandwidth_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(bandwidth_maestro gras pthread m -fprofile-arcs)
-target_link_libraries(bandwidth_sensor gras pthread m -fprofile-arcs)
+target_link_libraries(bandwidth_simulator simgrid pthread m )
+target_link_libraries(bandwidth_maestro gras pthread m )
+target_link_libraries(bandwidth_sensor gras pthread m )
index a8e2787..920a64d 100644 (file)
@@ -23,6 +23,6 @@ add_custom_command(
                                        )
                                        
 ### Add definitions for compile
                                        )
                                        
 ### Add definitions for compile
-target_link_libraries(saturate_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(saturate_maestro gras pthread m -fprofile-arcs)
-target_link_libraries(saturate_sensor gras pthread m -fprofile-arcs)
\ No newline at end of file
+target_link_libraries(saturate_simulator simgrid pthread m )
+target_link_libraries(saturate_maestro gras pthread m )
+target_link_libraries(saturate_sensor gras pthread m )
\ No newline at end of file
index 3cc7db2..6a727e8 100644 (file)
@@ -23,6 +23,6 @@ add_custom_command(
                                        )
 
 ### Add definitions for compile
                                        )
 
 ### Add definitions for compile
-target_link_libraries(all2all_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(all2all_sender gras pthread m -fprofile-arcs)
-target_link_libraries(all2all_receiver gras pthread m -fprofile-arcs)
+target_link_libraries(all2all_simulator simgrid pthread m )
+target_link_libraries(all2all_sender gras pthread m )
+target_link_libraries(all2all_receiver gras pthread m )
index a31dae2..14d0b39 100644 (file)
@@ -19,5 +19,5 @@ add_custom_command(
 )
 
 ### Add definitions for compile
 )
 
 ### Add definitions for compile
-target_link_libraries(chrono_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(chrono_multiplier gras pthread m -fprofile-arcs)
\ No newline at end of file
+target_link_libraries(chrono_simulator simgrid pthread m )
+target_link_libraries(chrono_multiplier gras pthread m )
\ No newline at end of file
index 3216e0e..3abe43f 100644 (file)
@@ -27,6 +27,6 @@ add_custom_command(
                                        )
                                        
 ### Add definitions for compile
                                        )
                                        
 ### Add definitions for compile
-target_link_libraries(mmrpc_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(mmrpc_client gras pthread m -fprofile-arcs)
-target_link_libraries(mmrpc_server gras pthread m -fprofile-arcs)
+target_link_libraries(mmrpc_simulator simgrid pthread m )
+target_link_libraries(mmrpc_client gras pthread m )
+target_link_libraries(mmrpc_server gras pthread m )
index 87299f1..d668d58 100644 (file)
@@ -19,6 +19,6 @@ add_custom_command(
                                        )
 
 ### Add definitions for compile
                                        )
 
 ### Add definitions for compile
-target_link_libraries(simple_token_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(simple_token_node gras pthread m -fprofile-arcs)
+target_link_libraries(simple_token_simulator simgrid pthread m )
+target_link_libraries(simple_token_node gras pthread m )
 
 
index 82b337d..4ea6838 100644 (file)
@@ -26,6 +26,6 @@ add_custom_command(
                                        )
 
 ### Add definitions for compile
                                        )
 
 ### Add definitions for compile
-target_link_libraries(ping_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(ping_client gras pthread m -fprofile-arcs)
-target_link_libraries(ping_server gras pthread m -fprofile-arcs)
+target_link_libraries(ping_simulator simgrid pthread m )
+target_link_libraries(ping_client gras pthread m )
+target_link_libraries(ping_server gras pthread m )
index a1b6b87..9f7e3d1 100644 (file)
@@ -23,6 +23,6 @@ add_custom_command(
                                        )
 
 ### Add definitions for compile
                                        )
 
 ### Add definitions for compile
-target_link_libraries(pmm_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(pmm_slave gras pthread m -fprofile-arcs)
-target_link_libraries(pmm_master gras pthread m -fprofile-arcs)
+target_link_libraries(pmm_simulator simgrid pthread m )
+target_link_libraries(pmm_slave gras pthread m )
+target_link_libraries(pmm_master gras pthread m )
index ab5453b..3ec065e 100644 (file)
@@ -22,6 +22,6 @@ add_custom_command(
                                        )
                                        
 ### Add definitions for compile
                                        )
                                        
 ### Add definitions for compile
-target_link_libraries(properties_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(properties_alice gras pthread m -fprofile-arcs)
-target_link_libraries(properties_bob gras pthread m -fprofile-arcs)
+target_link_libraries(properties_simulator simgrid pthread m )
+target_link_libraries(properties_alice gras pthread m )
+target_link_libraries(properties_bob gras pthread m )
index c3d99da..ddb6fc1 100644 (file)
@@ -23,7 +23,7 @@ add_custom_command(
 )
 
 ### Add definitions for compile
 )
 
 ### Add definitions for compile
-target_link_libraries(rpc_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(rpc_client gras pthread m -fprofile-arcs)
-target_link_libraries(rpc_forwarder gras pthread m -fprofile-arcs)
-target_link_libraries(rpc_server gras pthread m -fprofile-arcs)
+target_link_libraries(rpc_simulator simgrid pthread m )
+target_link_libraries(rpc_client gras pthread m )
+target_link_libraries(rpc_forwarder gras pthread m )
+target_link_libraries(rpc_server gras pthread m )
index 9b1bbc4..af74bf3 100644 (file)
@@ -28,9 +28,9 @@ add_custom_command(
                                        )
                                        
 ### Add definitions for compile
                                        )
                                        
 ### Add definitions for compile
-target_link_libraries(spawn_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(spawn_child gras pthread m -fprofile-arcs)
-target_link_libraries(spawn_father gras pthread m -fprofile-arcs)
+target_link_libraries(spawn_simulator simgrid pthread m )
+target_link_libraries(spawn_child gras pthread m )
+target_link_libraries(spawn_father gras pthread m )
 
 
 
 
 
 
index 01e2c26..ffc032c 100644 (file)
@@ -19,5 +19,5 @@ add_custom_command(
                                        )
 
 ### Add definitions for compile
                                        )
 
 ### Add definitions for compile
-target_link_libraries(synchro_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(synchro_philosopher gras pthread m -fprofile-arcs)
+target_link_libraries(synchro_simulator simgrid pthread m )
+target_link_libraries(synchro_philosopher gras pthread m )
index 1eef88a..ad883e9 100644 (file)
@@ -19,5 +19,5 @@ add_custom_command(
 )
 
 ### Add definitions for compile
 )
 
 ### Add definitions for compile
-target_link_libraries(timer_simulator simgrid pthread m -fprofile-arcs)
-target_link_libraries(timer_client gras pthread m -fprofile-arcs)
+target_link_libraries(timer_simulator simgrid pthread m )
+target_link_libraries(timer_client gras pthread m )
index 31c51a6..c530182 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/actions/")
 add_executable(actions actions.c)
 
 ### Add definitions for compile
 add_executable(actions actions.c)
 
 ### Add definitions for compile
-target_link_libraries(actions simgrid m -fprofile-arcs)
+target_link_libraries(actions simgrid m )
index 3829a73..c9a36fc 100644 (file)
@@ -5,5 +5,5 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/gtnets/")
 add_executable(gtnets "gtnets.c")
 
 ### Add definitions for compile
 add_executable(gtnets "gtnets.c")
 
 ### Add definitions for compile
-target_link_libraries(gtnets simgrid m -fprofile-arcs)
+target_link_libraries(gtnets simgrid m )
 
 
index 01789bb..cd5f0ce 100644 (file)
@@ -8,7 +8,7 @@ add_executable(masterslave_mailbox "masterslave_mailbox.c")
 add_executable(masterslave_bypass "masterslave_bypass.c")
 
 ### Add definitions for compile
 add_executable(masterslave_bypass "masterslave_bypass.c")
 
 ### Add definitions for compile
-target_link_libraries(masterslave_forwarder simgrid m -fprofile-arcs)
-target_link_libraries(masterslave_failure simgrid m -fprofile-arcs)
-target_link_libraries(masterslave_mailbox simgrid m -fprofile-arcs)
-target_link_libraries(masterslave_bypass simgrid m -fprofile-arcs)
+target_link_libraries(masterslave_forwarder simgrid m )
+target_link_libraries(masterslave_failure simgrid m )
+target_link_libraries(masterslave_mailbox simgrid m )
+target_link_libraries(masterslave_bypass simgrid m )
index 868bd24..3fab5c9 100644 (file)
@@ -8,8 +8,8 @@ add_executable(bugged2     bugged2.c)
 add_executable(bugged3    bugged3.c)
 add_executable(random_test random_test.c)
 
 add_executable(bugged3    bugged3.c)
 add_executable(random_test random_test.c)
 
-target_link_libraries(centralized simgrid m -fprofile-arcs)
-target_link_libraries(bugged1     simgrid m -fprofile-arcs)
-target_link_libraries(bugged2     simgrid m -fprofile-arcs)
-target_link_libraries(bugged3     simgrid m -fprofile-arcs)
-target_link_libraries(random_test     simgrid m -fprofile-arcs)
+target_link_libraries(centralized simgrid m )
+target_link_libraries(bugged1     simgrid m )
+target_link_libraries(bugged2     simgrid m )
+target_link_libraries(bugged3     simgrid m )
+target_link_libraries(random_test     simgrid m )
index 5335fa7..52cf64f 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/migration/")
 add_executable(migration migration.c)
 
 ### Add definitions for compile
 add_executable(migration migration.c)
 
 ### Add definitions for compile
-target_link_libraries(migration simgrid m -fprofile-arcs)
+target_link_libraries(migration simgrid m )
diff --git a/examples/msg/ms.trace b/examples/msg/ms.trace
new file mode 100644 (file)
index 0000000..b3cf26f
--- /dev/null
@@ -0,0 +1,566 @@
+ %EventDef PajeDefineContainerType 0 
+%       Alias string 
+%       ContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineStateType 1 
+%       Alias string 
+%       ContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineEntityValue 2 
+%       Alias string 
+%       EntityType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineEventType 3 
+%       Alias string 
+%       EntityType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineLinkType 4 
+%       Alias string 
+%       ContainerType string 
+%       SourceContainerType string 
+%       DestContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeCreateContainer 5 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDestroyContainer 9 
+%       Time date 
+%       Type string 
+%       Container string 
+%EndEventDef 
+%EventDef PajeSetState 6 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeSetState 10 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%               Host string
+%EndEventDef
+%EventDef PajePushState 7 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       Host string 
+%EndEventDef
+%EventDef PajePopState 8 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%EndEventDef
+%EventDef PajeSetState 11 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%               Host string
+%               Comm string
+%               Comp string
+%EndEventDef
+%EventDef PajeStartLink 12 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       SourceContainer string 
+%       Key string 
+%EndEventDef
+%EventDef PajeEndLink 13 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       DestContainer string 
+%       Key string 
+%EndEventDef
+%EventDef PajeCreateContainer 14 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%       Power string 
+%EndEventDef 
+%EventDef PajeStartLink 15 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       SourceContainer string 
+%       Key string 
+%       Bandwidth string 
+%       Latency string 
+%EndEventDef
+%EventDef PajePushState 16 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       PowerUsed string 
+%EndEventDef
+%EventDef PajePushState 17 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       BandwidthUsed string 
+%EndEventDef
+%EventDef PajeSetState 18 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       PowerUsed string 
+%EndEventDef
+%EventDef PajePushState 19 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeCreateContainer 20 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%       Bandwidth string 
+%       Latency string 
+%EndEventDef 
+%EventDef PajeCreateContainer 21 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%       Bandwidth string 
+%       Latency string 
+%       SrcHost string 
+%       DstHost string 
+%EndEventDef 
+%EventDef PajeSetVariable 22 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeAddVariable 23 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeSubVariable 24 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeDefineVariableType 25 
+%       Alias string 
+%       ContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeStartLink 26 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       SourceContainer string 
+%       Key string 
+%       Volume string 
+%EndEventDef
+0 PLATFORM 0 platform
+0 HOST PLATFORM HOST
+0 LINK PLATFORM LINK
+25 power HOST power
+25 bandwidth LINK bandwidth
+25 latency LINK latency
+5 0.000000000000000 platform PLATFORM 0 simgrid-platform
+25 is_slave HOST is_slave
+25 is_master HOST is_master
+25 task_creation HOST task_creation
+25 task_computation HOST task_computation
+0 user_type 0 user_type
+5 0.000000000000000 compute user_type 0 compute
+25 bcompute LINK bcompute
+25 pcompute HOST pcompute
+5 0.000000000000000 finalize user_type 0 finalize
+25 bfinalize LINK bfinalize
+25 pfinalize HOST pfinalize
+5 0.000000000000000 Tremblay HOST platform Tremblay
+22 0.000000000000000 power Tremblay 98095000.000000
+5 0.000000000000000 Jupiter HOST platform Jupiter
+22 0.000000000000000 power Jupiter 76296000.000000
+5 0.000000000000000 Fafard HOST platform Fafard
+22 0.000000000000000 power Fafard 76296000.000000
+5 0.000000000000000 Ginette HOST platform Ginette
+22 0.000000000000000 power Ginette 48492000.000000
+5 0.000000000000000 Bourassa HOST platform Bourassa
+22 0.000000000000000 power Bourassa 48492000.000000
+5 0.000000000000000 R.4-3 HOST platform R.4-3
+22 0.000000000000000 power R.4-3 0.000000
+5 0.000000000000000 R.3-2-5 HOST platform R.3-2-5
+22 0.000000000000000 power R.3-2-5 0.000000
+5 0.000000000000000 R.2-0 HOST platform R.2-0
+22 0.000000000000000 power R.2-0 0.000000
+5 0.000000000000000 R.1-0 HOST platform R.1-0
+22 0.000000000000000 power R.1-0 0.000000
+5 0.000000000000000 R.1-8-6 HOST platform R.1-8-6
+22 0.000000000000000 power R.1-8-6 0.000000
+5 0.000000000000000 R.6-7 HOST platform R.6-7
+22 0.000000000000000 power R.6-7 0.000000
+21 0.000000000000000 9 LINK platform 9 7209750.000000 0.001462 Jupiter Tremblay
+22 0.000000000000000 bandwidth 9 7209750.000000
+22 0.000000000000000 latency 9 0.001462
+21 0.000000000000000 0 LINK platform 0 41279125.000000 0.000060 R.2-0 R.1-0
+22 0.000000000000000 bandwidth 0 41279125.000000
+22 0.000000000000000 latency 0 0.000060
+21 0.000000000000000 4 LINK platform 4 10099625.000000 0.000480 Tremblay R.4-3
+22 0.000000000000000 bandwidth 4 10099625.000000
+22 0.000000000000000 latency 4 0.000480
+21 0.000000000000000 1 LINK platform 1 34285625.000000 0.000514 R.1-0 R.1-8-6
+22 0.000000000000000 bandwidth 1 34285625.000000
+22 0.000000000000000 latency 1 0.000514
+21 0.000000000000000 5 LINK platform 5 27946250.000000 0.000278 R.3-2-5 Ginette
+22 0.000000000000000 bandwidth 5 27946250.000000
+22 0.000000000000000 latency 5 0.000278
+21 0.000000000000000 7 LINK platform 7 11618875.000000 0.000190 R.6-7 Bourassa
+22 0.000000000000000 bandwidth 7 11618875.000000
+22 0.000000000000000 latency 7 0.000190
+21 0.000000000000000 3 LINK platform 3 34285622.000000 0.000514 R.4-3 R.3-2-5
+22 0.000000000000000 bandwidth 3 34285622.000000
+22 0.000000000000000 latency 3 0.000514
+21 0.000000000000000 6 LINK platform 6 41279125.000000 0.000060 R.1-8-6 R.6-7
+22 0.000000000000000 bandwidth 6 41279125.000000
+22 0.000000000000000 latency 6 0.000060
+21 0.000000000000000 8 LINK platform 8 8158000.000000 0.000271 Fafard R.1-8-6
+22 0.000000000000000 bandwidth 8 8158000.000000
+22 0.000000000000000 latency 8 0.000271
+21 0.000000000000000 2 LINK platform 2 22222222.000000 0.000137 R.3-2-5 R.2-0
+22 0.000000000000000 bandwidth 2 22222222.000000
+22 0.000000000000000 latency 2 0.000137
+22 0.000000000000000 is_master Tremblay 1
+22 0.000000000000000 task_creation Tremblay 0
+22 0.000000000000000 is_slave Tremblay 1
+22 0.000000000000000 is_slave Jupiter 1
+22 0.000000000000000 is_slave Fafard 1
+22 0.000000000000000 is_slave Ginette 1
+22 0.000000000000000 is_slave Bourassa 1
+22 0.002338643617950 task_creation Tremblay 1
+23 0.002338643617950 task_computation Tremblay 5e+07
+22 0.017538420417950 bcompute 9 0
+23 0.017538420417950 bcompute 9 6632970.000000
+23 0.168300447081722 task_computation Jupiter 5e+07
+22 0.168300447081722 task_creation Tremblay 2
+22 0.002338643617950 pcompute Tremblay 0
+23 0.002338643617950 pcompute Tremblay 98095000.000000
+22 0.188851107081722 bcompute 4 0
+23 0.188851107081722 bcompute 4 5060664.718311
+22 0.188851107081722 bcompute 3 0
+23 0.188851107081722 bcompute 3 5060664.718311
+22 0.188851107081722 bcompute 2 0
+23 0.188851107081722 bcompute 2 5060664.718311
+22 0.188851107081722 bcompute 0 0
+23 0.188851107081722 bcompute 0 5060664.718311
+22 0.188851107081722 bcompute 1 0
+23 0.188851107081722 bcompute 1 5060664.718311
+22 0.188851107081722 bcompute 8 0
+23 0.188851107081722 bcompute 8 5060664.718311
+23 0.386453607081722 task_computation Fafard 5e+07
+22 0.386453607081722 task_creation Tremblay 3
+24 0.168300447081722 pcompute Tremblay 98095000.000000
+23 0.168300447081722 pcompute Tremblay 98095000.000000
+24 0.386453607081722 pcompute Tremblay 98095000.000000
+23 0.386453607081722 pcompute Tremblay 98095000.000000
+24 0.386453607081722 bcompute 4 5060664.718311
+23 0.399685308681722 bcompute 4 7859911.230163
+24 0.386453607081722 bcompute 3 5060664.718311
+23 0.399685308681722 bcompute 3 7859911.230163
+22 0.399685308681722 bcompute 5 0
+23 0.399685308681722 bcompute 5 7859911.230163
+24 0.512048618642161 bcompute 4 7859911.230163
+23 0.512048618642161 bcompute 4 7859911.230163
+24 0.512048618642161 bcompute 3 7859911.230163
+23 0.512048618642161 bcompute 3 7859911.230163
+24 0.512048618642161 bcompute 5 7859911.230163
+23 0.512048618642161 bcompute 5 7859911.230163
+23 0.526913208681722 task_computation Ginette 5e+07
+22 0.526913208681722 task_creation Tremblay 4
+24 0.526913208681722 bcompute 4 7859911.230163
+23 0.547249004681722 bcompute 4 5114134.701194
+24 0.526913208681722 bcompute 3 7859911.230163
+23 0.547249004681722 bcompute 3 5114134.701194
+24 0.386453607081722 bcompute 2 5060664.718311
+23 0.547249004681722 bcompute 2 5114134.701194
+24 0.386453607081722 bcompute 0 5060664.718311
+23 0.547249004681722 bcompute 0 5114134.701194
+24 0.386453607081722 bcompute 1 5060664.718311
+23 0.547249004681722 bcompute 1 5114134.701194
+22 0.547249004681722 bcompute 6 0
+23 0.547249004681722 bcompute 6 5114134.701194
+22 0.547249004681722 bcompute 7 0
+23 0.547249004681722 bcompute 7 5114134.701194
+23 0.742785504681722 task_computation Bourassa 5e+07
+22 0.742785504681722 task_creation Tremblay 5
+23 0.745124148299672 task_computation Tremblay 5e+07
+22 0.745124148299672 task_creation Tremblay 6
+22 0.168300447081722 pcompute Jupiter 0
+23 0.168300447081722 pcompute Jupiter 76296000.000000
+24 0.168300447081722 bcompute 9 6632970.000000
+23 0.838842574725803 bcompute 9 6632970.000000
+22 0.989604601389575 task_creation Tremblay 7
+23 0.989604601389575 task_computation Jupiter 5e+07
+24 0.512048618642161 pcompute Tremblay 98095000.000000
+23 0.745124148299672 pcompute Tremblay 98095000.000000
+22 0.386453607081722 pcompute Fafard 0
+23 0.386453607081722 pcompute Fafard 76296000.000000
+24 0.989604601389575 pcompute Tremblay 98095000.000000
+23 0.989604601389575 pcompute Tremblay 98095000.000000
+24 0.742785504681722 bcompute 4 5114134.701194
+23 1.062346617925803 bcompute 4 5060664.718311
+24 0.742785504681722 bcompute 3 5114134.701194
+23 1.062346617925803 bcompute 3 5060664.718311
+24 0.742785504681722 bcompute 2 5114134.701194
+23 1.062346617925803 bcompute 2 5060664.718311
+24 0.742785504681722 bcompute 0 5114134.701194
+23 1.062346617925803 bcompute 0 5060664.718311
+24 0.742785504681722 bcompute 1 5114134.701194
+23 1.062346617925803 bcompute 1 5060664.718311
+24 0.386453607081722 bcompute 8 5060664.718311
+23 1.062346617925803 bcompute 8 5060664.718311
+24 1.254834123323883 bcompute 4 5060664.718311
+23 1.254834123323883 bcompute 4 5060664.718311
+24 1.254834123323883 bcompute 3 5060664.718311
+23 1.254834123323883 bcompute 3 5060664.718311
+24 1.254834123323883 bcompute 2 5060664.718311
+23 1.254834123323883 bcompute 2 5060664.718311
+24 1.254834123323883 bcompute 0 5060664.718311
+23 1.254834123323883 bcompute 0 5060664.718311
+24 1.254834123323883 bcompute 1 5060664.718311
+23 1.254834123323883 bcompute 1 5060664.718311
+24 1.254834123323883 bcompute 8 5060664.718311
+23 1.254834123323883 bcompute 8 5060664.718311
+22 1.259949117925803 task_creation Tremblay 8
+23 1.259949117925803 task_computation Fafard 5e+07
+23 1.262287761543753 task_computation Tremblay 5e+07
+22 1.262287761543753 task_creation Tremblay 9
+22 0.526913208681722 pcompute Ginette 0
+23 0.526913208681722 pcompute Ginette 48492000.000000
+24 0.823642797925803 pcompute Jupiter 76296000.000000
+23 0.989604601389575 pcompute Jupiter 76296000.000000
+24 1.259949117925803 bcompute 4 5060664.718311
+23 1.571242823339546 bcompute 4 7859911.230163
+24 1.259949117925803 bcompute 3 5060664.718311
+23 1.571242823339546 bcompute 3 7859911.230163
+24 0.526913208681722 bcompute 5 7859911.230163
+23 1.571242823339546 bcompute 5 7859911.230163
+24 1.644946952233656 bcompute 4 7859911.230163
+23 1.644946952233656 bcompute 4 7859911.230163
+24 1.644946952233656 bcompute 3 7859911.230163
+23 1.644946952233656 bcompute 3 7859911.230163
+24 1.644946952233656 bcompute 5 7859911.230163
+23 1.644946952233656 bcompute 5 7859911.230163
+22 1.698470723339546 task_creation Tremblay 10
+23 1.698470723339546 task_computation Ginette 5e+07
+24 1.254834123323883 pcompute Tremblay 98095000.000000
+23 1.262287761543753 pcompute Tremblay 98095000.000000
+24 1.698470723339546 pcompute Tremblay 98095000.000000
+23 1.698470723339546 pcompute Tremblay 98095000.000000
+24 0.989604601389575 bcompute 9 6632970.000000
+23 1.713670500139546 bcompute 9 6632970.000000
+22 0.742785504681722 pcompute Bourassa 0
+23 0.742785504681722 pcompute Bourassa 48492000.000000
+24 1.771997736567964 bcompute 9 6632970.000000
+23 1.771997736567964 bcompute 9 6632970.000000
+24 1.773883417739546 bcompute 9 6632970.000000
+23 1.773883417739546 bcompute 9 6632970.000000
+23 1.864432526803318 task_computation Jupiter 5e+07
+22 1.864432526803318 task_creation Tremblay 11
+23 1.866771170421268 task_computation Tremblay 5e+07
+22 1.866771170421268 task_creation Tremblay 12
+24 1.041795957925803 pcompute Fafard 76296000.000000
+23 1.259949117925803 pcompute Fafard 76296000.000000
+24 1.698470723339546 bcompute 4 7859911.230163
+23 1.887106966421268 bcompute 4 5114134.701194
+24 1.698470723339546 bcompute 3 7859911.230163
+23 1.887106966421268 bcompute 3 5114134.701194
+24 1.259949117925803 bcompute 2 5060664.718311
+23 1.887106966421268 bcompute 2 5114134.701194
+24 1.259949117925803 bcompute 0 5060664.718311
+23 1.887106966421268 bcompute 0 5114134.701194
+24 1.259949117925803 bcompute 1 5060664.718311
+23 1.887106966421268 bcompute 1 5114134.701194
+24 0.742785504681722 bcompute 6 5114134.701194
+23 1.887106966421268 bcompute 6 5114134.701194
+24 0.742785504681722 bcompute 7 5114134.701194
+23 1.887106966421268 bcompute 7 5114134.701194
+24 1.915291468769884 bcompute 4 5114134.701194
+23 1.915291468769884 bcompute 4 5114134.701194
+24 1.915291468769884 bcompute 3 5114134.701194
+23 1.915291468769884 bcompute 3 5114134.701194
+24 1.915291468769884 bcompute 2 5114134.701194
+23 1.915291468769884 bcompute 2 5114134.701194
+24 1.915291468769884 bcompute 0 5114134.701194
+23 1.915291468769884 bcompute 0 5114134.701194
+24 1.915291468769884 bcompute 1 5114134.701194
+23 1.915291468769884 bcompute 1 5114134.701194
+24 1.915291468769884 bcompute 6 5114134.701194
+23 1.915291468769884 bcompute 6 5114134.701194
+24 1.915291468769884 bcompute 7 5114134.701194
+23 1.915291468769884 bcompute 7 5114134.701194
+23 2.082643466421268 task_computation Bourassa 5e+07
+22 2.082643466421268 task_creation Tremblay 13
+24 1.771997736567964 pcompute Tremblay 98095000.000000
+23 1.866771170421268 pcompute Tremblay 98095000.000000
+24 2.082643466421268 bcompute 4 5114134.701194
+23 2.103194126421268 bcompute 4 5060664.718311
+24 2.082643466421268 bcompute 3 5114134.701194
+23 2.103194126421268 bcompute 3 5060664.718311
+24 2.082643466421268 bcompute 2 5114134.701194
+23 2.103194126421268 bcompute 2 5060664.718311
+24 2.082643466421268 bcompute 0 5114134.701194
+23 2.103194126421268 bcompute 0 5060664.718311
+24 2.082643466421268 bcompute 1 5114134.701194
+23 2.103194126421268 bcompute 1 5060664.718311
+24 1.259949117925803 bcompute 8 5060664.718311
+23 2.103194126421268 bcompute 8 5060664.718311
+23 2.300796626421268 task_computation Fafard 5e+07
+22 2.300796626421268 task_creation Tremblay 14
+24 2.082643466421268 pcompute Tremblay 98095000.000000
+23 2.082643466421268 pcompute Tremblay 98095000.000000
+24 2.300796626421268 pcompute Tremblay 98095000.000000
+23 2.300796626421268 pcompute Tremblay 98095000.000000
+22 2.378819789063430 task_creation Tremblay 15
+23 2.378819789063430 task_computation Tremblay 5e+07
+24 1.644946952233656 pcompute Jupiter 76296000.000000
+23 1.864432526803318 pcompute Jupiter 76296000.000000
+24 1.864432526803318 bcompute 9 6632970.000000
+23 2.534974654447399 bcompute 9 6632970.000000
+22 2.685736681111171 task_creation Tremblay 16
+23 2.685736681111171 task_computation Jupiter 5e+07
+24 2.376481145445480 pcompute Tremblay 98095000.000000
+23 2.378819789063430 pcompute Tremblay 98095000.000000
+24 1.558011121739546 pcompute Ginette 48492000.000000
+23 1.698470723339546 pcompute Ginette 48492000.000000
+24 2.300796626421268 bcompute 4 5060664.718311
+23 2.742800337997370 bcompute 4 7859911.230163
+24 2.300796626421268 bcompute 3 5060664.718311
+23 2.742800337997370 bcompute 3 7859911.230163
+24 1.698470723339546 bcompute 5 7859911.230163
+23 2.742800337997370 bcompute 5 7859911.230163
+22 2.870028237997370 task_creation Tremblay 17
+23 2.870028237997370 task_computation Ginette 5e+07
+22 2.890868407705591 task_creation Tremblay 18
+23 2.890868407705591 task_computation Tremblay 5e+07
+24 1.915291468769884 pcompute Fafard 76296000.000000
+23 2.300796626421268 pcompute Fafard 76296000.000000
+24 1.773883417739546 pcompute Bourassa 48492000.000000
+23 2.082643466421268 pcompute Bourassa 48492000.000000
+24 2.870028237997370 bcompute 4 7859911.230163
+23 2.976689637265349 bcompute 4 5060664.718311
+24 2.870028237997370 bcompute 3 7859911.230163
+23 2.976689637265349 bcompute 3 5060664.718311
+24 2.300796626421268 bcompute 2 5060664.718311
+23 2.976689637265349 bcompute 2 5060664.718311
+24 2.300796626421268 bcompute 0 5060664.718311
+23 2.976689637265349 bcompute 0 5060664.718311
+24 2.300796626421268 bcompute 1 5060664.718311
+23 2.976689637265349 bcompute 1 5060664.718311
+24 2.300796626421268 bcompute 8 5060664.718311
+23 2.976689637265349 bcompute 8 5060664.718311
+24 3.113741379479092 bcompute 4 5060664.718311
+23 3.113741379479092 bcompute 4 5060664.718311
+24 3.113741379479092 bcompute 3 5060664.718311
+23 3.113741379479092 bcompute 3 5060664.718311
+24 3.113741379479092 bcompute 2 5060664.718311
+23 3.113741379479092 bcompute 2 5060664.718311
+24 3.113741379479092 bcompute 0 5060664.718311
+23 3.113741379479092 bcompute 0 5060664.718311
+24 3.113741379479092 bcompute 1 5060664.718311
+23 3.113741379479092 bcompute 1 5060664.718311
+24 3.113741379479092 bcompute 8 5060664.718311
+23 3.113741379479092 bcompute 8 5060664.718311
+22 3.174292137265349 task_creation Tremblay 19
+23 3.174292137265349 task_computation Fafard 5e+07
+24 2.888529764087641 pcompute Tremblay 98095000.000000
+23 2.890868407705591 pcompute Tremblay 98095000.000000
+24 2.519774877647399 pcompute Jupiter 76296000.000000
+23 2.685736681111171 pcompute Jupiter 76296000.000000
+24 3.174292137265349 bcompute 4 5060664.718311
+23 3.194627933265349 bcompute 4 5114134.701194
+24 3.174292137265349 bcompute 3 5060664.718311
+23 3.194627933265349 bcompute 3 5114134.701194
+24 3.174292137265349 bcompute 2 5060664.718311
+23 3.194627933265349 bcompute 2 5114134.701194
+24 3.174292137265349 bcompute 0 5060664.718311
+23 3.194627933265349 bcompute 0 5114134.701194
+24 3.174292137265349 bcompute 1 5060664.718311
+23 3.194627933265349 bcompute 1 5114134.701194
+24 2.082643466421268 bcompute 6 5114134.701194
+23 3.194627933265349 bcompute 6 5114134.701194
+24 2.082643466421268 bcompute 7 5114134.701194
+23 3.194627933265349 bcompute 7 5114134.701194
+24 3.341079031955252 bcompute 4 5114134.701194
+23 3.341079031955252 bcompute 4 5114134.701194
+24 3.341079031955252 bcompute 3 5114134.701194
+23 3.341079031955252 bcompute 3 5114134.701194
+24 3.341079031955252 bcompute 2 5114134.701194
+23 3.341079031955252 bcompute 2 5114134.701194
+24 3.341079031955252 bcompute 0 5114134.701194
+23 3.341079031955252 bcompute 0 5114134.701194
+24 3.341079031955252 bcompute 1 5114134.701194
+23 3.341079031955252 bcompute 1 5114134.701194
+24 3.341079031955252 bcompute 6 5114134.701194
+23 3.341079031955252 bcompute 6 5114134.701194
+24 3.341079031955252 bcompute 7 5114134.701194
+23 3.341079031955252 bcompute 7 5114134.701194
+23 3.390164433265349 task_computation Bourassa 5e+07
+24 3.390164433265349 pcompute Tremblay 98095000.000000
+23 3.390164433265349 pcompute Tremblay 98095000.000000
+24 2.956138977265349 pcompute Fafard 76296000.000000
+23 3.174292137265349 pcompute Fafard 76296000.000000
+24 2.729568636397370 pcompute Ginette 48492000.000000
+23 2.870028237997370 pcompute Ginette 48492000.000000
+24 3.113741379479092 pcompute Bourassa 48492000.000000
+23 3.390164433265349 pcompute Bourassa 48492000.000000
+24 3.390164433265349 bcompute 0 5114134.701194
+24 3.390164433265349 bcompute 4 5114134.701194
+24 3.174292137265349 bcompute 8 5060664.718311
+24 4.421262346323173 pcompute Bourassa 48492000.000000
+24 3.901126151055194 pcompute Ginette 48492000.000000
+24 3.390164433265349 bcompute 1 5114134.701194
+24 2.870028237997370 bcompute 5 7859911.230163
+24 2.685736681111171 bcompute 9 6632970.000000
+24 3.829634488109430 pcompute Fafard 76296000.000000
+24 3.390164433265349 bcompute 2 5114134.701194
+24 3.390164433265349 bcompute 6 5114134.701194
+24 3.390164433265349 bcompute 3 5114134.701194
+24 3.390164433265349 bcompute 7 5114134.701194
+24 3.400578382729802 pcompute Tremblay 98095000.000000
+24 3.341079031955252 pcompute Jupiter 76296000.000000
+9 4.441598142323174 HOST Fafard
+9 4.441598142323174 HOST R.2-0
+9 4.441598142323174 HOST R.4-3
+9 4.441598142323174 HOST R.3-2-5
+9 4.441598142323174 HOST R.1-8-6
+9 4.441598142323174 HOST R.6-7
+9 4.441598142323174 HOST Tremblay
+9 4.441598142323174 HOST R.1-0
+9 4.441598142323174 HOST Bourassa
+9 4.441598142323174 HOST Jupiter
+9 4.441598142323174 HOST Ginette
index 47ea0de..3170842 100644 (file)
@@ -6,5 +6,5 @@ add_executable(parallel_task parallel_task.c)
 add_executable(test_ptask test_ptask.c)
 
 ### Add definitions for compile
 add_executable(test_ptask test_ptask.c)
 
 ### Add definitions for compile
-target_link_libraries(parallel_task simgrid m -fprofile-arcs)
-target_link_libraries(test_ptask simgrid m -fprofile-arcs)
+target_link_libraries(parallel_task simgrid m )
+target_link_libraries(test_ptask simgrid m )
index dcff70f..a355235 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/priority/")
 add_executable(priority priority.c)
 
 ### Add definitions for compile
 add_executable(priority priority.c)
 
 ### Add definitions for compile
-target_link_libraries(priority simgrid m -fprofile-arcs)
+target_link_libraries(priority simgrid m )
diff --git a/examples/msg/procmig.trace b/examples/msg/procmig.trace
new file mode 100644 (file)
index 0000000..5fc5e85
--- /dev/null
@@ -0,0 +1,266 @@
+ %EventDef PajeDefineContainerType 0 
+%       Alias string 
+%       ContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineStateType 1 
+%       Alias string 
+%       ContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineEntityValue 2 
+%       Alias string 
+%       EntityType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineEventType 3 
+%       Alias string 
+%       EntityType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineLinkType 4 
+%       Alias string 
+%       ContainerType string 
+%       SourceContainerType string 
+%       DestContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeCreateContainer 5 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDestroyContainer 9 
+%       Time date 
+%       Type string 
+%       Container string 
+%EndEventDef 
+%EventDef PajeSetState 6 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeSetState 10 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%               Host string
+%EndEventDef
+%EventDef PajePushState 7 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       Host string 
+%EndEventDef
+%EventDef PajePopState 8 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%EndEventDef
+%EventDef PajeSetState 11 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%               Host string
+%               Comm string
+%               Comp string
+%EndEventDef
+%EventDef PajeStartLink 12 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       SourceContainer string 
+%       Key string 
+%EndEventDef
+%EventDef PajeEndLink 13 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       DestContainer string 
+%       Key string 
+%EndEventDef
+%EventDef PajeCreateContainer 14 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%       Power string 
+%EndEventDef 
+%EventDef PajeStartLink 15 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       SourceContainer string 
+%       Key string 
+%       Bandwidth string 
+%       Latency string 
+%EndEventDef
+%EventDef PajePushState 16 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       PowerUsed string 
+%EndEventDef
+%EventDef PajePushState 17 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       BandwidthUsed string 
+%EndEventDef
+%EventDef PajeSetState 18 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       PowerUsed string 
+%EndEventDef
+%EventDef PajePushState 19 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeCreateContainer 20 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%       Bandwidth string 
+%       Latency string 
+%EndEventDef 
+%EventDef PajeCreateContainer 21 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%       Bandwidth string 
+%       Latency string 
+%       SrcHost string 
+%       DstHost string 
+%EndEventDef 
+%EventDef PajeSetVariable 22 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeAddVariable 23 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeSubVariable 24 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeDefineVariableType 25 
+%       Alias string 
+%       ContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeStartLink 26 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       SourceContainer string 
+%       Key string 
+%       Volume string 
+%EndEventDef
+0 PLATFORM 0 platform
+0 HOST PLATFORM HOST
+0 LINK PLATFORM LINK
+0 PROCESS HOST PROCESS
+1 category PROCESS category
+1 presence PROCESS presence
+5 0.000000000000000 platform PLATFORM 0 simgrid-platform
+0 user_type 0 user_type
+0 process user_type process
+1 process-state process process-state
+5 0.000000000000000 emigrant user_type 0 emigrant
+5 0.000000000000000 Tremblay HOST platform Tremblay
+5 0.000000000000000 Jupiter HOST platform Jupiter
+5 0.000000000000000 Fafard HOST platform Fafard
+5 0.000000000000000 Ginette HOST platform Ginette
+5 0.000000000000000 Bourassa HOST platform Bourassa
+5 0.000000000000000 R.4-3 HOST platform R.4-3
+5 0.000000000000000 R.3-2-5 HOST platform R.3-2-5
+5 0.000000000000000 R.2-0 HOST platform R.2-0
+5 0.000000000000000 R.1-0 HOST platform R.1-0
+5 0.000000000000000 R.1-8-6 HOST platform R.1-8-6
+5 0.000000000000000 R.6-7 HOST platform R.6-7
+21 0.000000000000000 9 LINK platform 9 7209750.000000 0.001462 Jupiter Tremblay
+21 0.000000000000000 0 LINK platform 0 41279125.000000 0.000060 R.2-0 R.1-0
+21 0.000000000000000 4 LINK platform 4 10099625.000000 0.000480 Tremblay R.4-3
+21 0.000000000000000 1 LINK platform 1 34285625.000000 0.000514 R.1-0 R.1-8-6
+21 0.000000000000000 5 LINK platform 5 27946250.000000 0.000278 R.3-2-5 Ginette
+21 0.000000000000000 7 LINK platform 7 11618875.000000 0.000190 R.6-7 Bourassa
+21 0.000000000000000 3 LINK platform 3 34285622.000000 0.000514 R.4-3 R.3-2-5
+21 0.000000000000000 6 LINK platform 6 41279125.000000 0.000060 R.1-8-6 R.6-7
+21 0.000000000000000 8 LINK platform 8 8158000.000000 0.000271 Fafard R.1-8-6
+21 0.000000000000000 2 LINK platform 2 22222222.000000 0.000137 R.3-2-5 R.2-0
+5 0.000000000000000 0x3a161c0-0x3a161a0 PROCESS Fafard emigrant-0x3a161c0
+6 0.000000000000000 category 0x3a161c0-0x3a161a0 emigrant
+19 0.000000000000000 presence 0x3a161c0-0x3a161a0 presence
+5 0.000000000000000 emigrant-0x3a161c0 process emigrant emigrant-0x3a161c0
+6 0.000000000000000 process-state emigrant-0x3a161c0 executing
+6 0.000000000000000 process-state emigrant-0x3a161c0 sleep
+6 2.000000000000000 process-state emigrant-0x3a161c0 executing
+8 2.000000000000000 presence 0x3a161c0-0x3a161a0
+5 2.000000000000000 0x3a161c0-0x3a16120 PROCESS Tremblay emigrant-0x3a161c0
+6 2.000000000000000 category 0x3a161c0-0x3a16120 emigrant
+19 2.000000000000000 presence 0x3a161c0-0x3a16120 presence
+6 2.000000000000000 process-state emigrant-0x3a161c0 sleep
+6 4.000000000000000 process-state emigrant-0x3a161c0 executing
+8 4.000000000000000 presence 0x3a161c0-0x3a16120
+5 4.000000000000000 0x3a161c0-0x3a16020 PROCESS Jupiter emigrant-0x3a161c0
+6 4.000000000000000 category 0x3a161c0-0x3a16020 emigrant
+19 4.000000000000000 presence 0x3a161c0-0x3a16020 presence
+6 4.000000000000000 process-state emigrant-0x3a161c0 sleep
+6 6.000000000000000 process-state emigrant-0x3a161c0 executing
+8 6.000000000000000 presence 0x3a161c0-0x3a16020
+19 6.000000000000000 presence 0x3a161c0-0x3a161a0 presence
+6 6.000000000000000 process-state emigrant-0x3a161c0 sleep
+6 8.000000000000000 process-state emigrant-0x3a161c0 executing
+8 8.000000000000000 presence 0x3a161c0-0x3a161a0
+5 8.000000000000000 0x3a161c0-0x3a47fa0 PROCESS Ginette emigrant-0x3a161c0
+6 8.000000000000000 category 0x3a161c0-0x3a47fa0 emigrant
+19 8.000000000000000 presence 0x3a161c0-0x3a47fa0 presence
+6 8.000000000000000 process-state emigrant-0x3a161c0 sleep
+6 10.000000000000000 process-state emigrant-0x3a161c0 executing
+8 10.000000000000000 presence 0x3a161c0-0x3a47fa0
+5 10.000000000000000 0x3a161c0-0x3a160a0 PROCESS Bourassa emigrant-0x3a161c0
+6 10.000000000000000 category 0x3a161c0-0x3a160a0 emigrant
+19 10.000000000000000 presence 0x3a161c0-0x3a160a0 presence
+6 10.000000000000000 process-state emigrant-0x3a161c0 sleep
+6 12.000000000000000 process-state emigrant-0x3a161c0 executing
+9 12.000000000000000 process emigrant-0x3a161c0
+9 12.000000000000000 PROCESS 0x3a161c0-0x3a160a0
+9 12.000000000000000 HOST Fafard
+9 12.000000000000000 HOST R.2-0
+9 12.000000000000000 HOST R.4-3
+9 12.000000000000000 HOST R.3-2-5
+9 12.000000000000000 HOST R.1-8-6
+9 12.000000000000000 HOST R.6-7
+9 12.000000000000000 HOST Tremblay
+9 12.000000000000000 HOST R.1-0
+9 12.000000000000000 HOST Bourassa
+9 12.000000000000000 HOST Jupiter
+9 12.000000000000000 HOST Ginette
index 15df2aa..3a01ad9 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/properties/")
 add_executable(msg_prop msg_prop.c)
 
 ### Add definitions for compile
 add_executable(msg_prop msg_prop.c)
 
 ### Add definitions for compile
-target_link_libraries(msg_prop simgrid m -fprofile-arcs)
+target_link_libraries(msg_prop simgrid m )
index 9e9aa9b..3a48e35 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/sendrecv/")
 add_executable(sendrecv sendrecv.c)
 
 ### Add definitions for compile
 add_executable(sendrecv sendrecv.c)
 
 ### Add definitions for compile
-target_link_libraries(sendrecv simgrid m -fprofile-arcs)
+target_link_libraries(sendrecv simgrid m )
index f23cfe0..0f3f434 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/suspend/")
 add_executable(suspend suspend.c)
 
 ### Add definitions for compile
 add_executable(suspend suspend.c)
 
 ### Add definitions for compile
-target_link_libraries(suspend simgrid m -fprofile-arcs)
+target_link_libraries(suspend simgrid m )
diff --git a/examples/msg/tasks.trace b/examples/msg/tasks.trace
new file mode 100644 (file)
index 0000000..e2460fb
--- /dev/null
@@ -0,0 +1,620 @@
+ %EventDef PajeDefineContainerType 0 
+%       Alias string 
+%       ContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineStateType 1 
+%       Alias string 
+%       ContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineEntityValue 2 
+%       Alias string 
+%       EntityType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineEventType 3 
+%       Alias string 
+%       EntityType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineLinkType 4 
+%       Alias string 
+%       ContainerType string 
+%       SourceContainerType string 
+%       DestContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeCreateContainer 5 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDestroyContainer 9 
+%       Time date 
+%       Type string 
+%       Container string 
+%EndEventDef 
+%EventDef PajeSetState 6 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeSetState 10 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%               Host string
+%EndEventDef
+%EventDef PajePushState 7 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       Host string 
+%EndEventDef
+%EventDef PajePopState 8 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%EndEventDef
+%EventDef PajeSetState 11 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%               Host string
+%               Comm string
+%               Comp string
+%EndEventDef
+%EventDef PajeStartLink 12 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       SourceContainer string 
+%       Key string 
+%EndEventDef
+%EventDef PajeEndLink 13 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       DestContainer string 
+%       Key string 
+%EndEventDef
+%EventDef PajeCreateContainer 14 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%       Power string 
+%EndEventDef 
+%EventDef PajeStartLink 15 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       SourceContainer string 
+%       Key string 
+%       Bandwidth string 
+%       Latency string 
+%EndEventDef
+%EventDef PajePushState 16 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       PowerUsed string 
+%EndEventDef
+%EventDef PajePushState 17 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       BandwidthUsed string 
+%EndEventDef
+%EventDef PajeSetState 18 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       PowerUsed string 
+%EndEventDef
+%EventDef PajePushState 19 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeCreateContainer 20 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%       Bandwidth string 
+%       Latency string 
+%EndEventDef 
+%EventDef PajeCreateContainer 21 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%       Bandwidth string 
+%       Latency string 
+%       SrcHost string 
+%       DstHost string 
+%EndEventDef 
+%EventDef PajeSetVariable 22 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeAddVariable 23 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeSubVariable 24 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeDefineVariableType 25 
+%       Alias string 
+%       ContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeStartLink 26 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       SourceContainer string 
+%       Key string 
+%       Volume string 
+%EndEventDef
+0 PLATFORM 0 platform
+0 HOST PLATFORM HOST
+0 LINK PLATFORM LINK
+0 TASK HOST TASK
+1 category TASK category
+1 presence TASK presence
+5 0.000000000000000 platform PLATFORM 0 simgrid-platform
+0 user_type 0 user_type
+0 task user_type task
+1 task-state task task-state
+5 0.000000000000000 compute user_type 0 compute
+5 0.000000000000000 finalize user_type 0 finalize
+5 0.000000000000000 Tremblay HOST platform Tremblay
+5 0.000000000000000 Jupiter HOST platform Jupiter
+5 0.000000000000000 Fafard HOST platform Fafard
+5 0.000000000000000 Ginette HOST platform Ginette
+5 0.000000000000000 Bourassa HOST platform Bourassa
+5 0.000000000000000 R.4-3 HOST platform R.4-3
+5 0.000000000000000 R.3-2-5 HOST platform R.3-2-5
+5 0.000000000000000 R.2-0 HOST platform R.2-0
+5 0.000000000000000 R.1-0 HOST platform R.1-0
+5 0.000000000000000 R.1-8-6 HOST platform R.1-8-6
+5 0.000000000000000 R.6-7 HOST platform R.6-7
+21 0.000000000000000 9 LINK platform 9 7209750.000000 0.001462 Jupiter Tremblay
+21 0.000000000000000 0 LINK platform 0 41279125.000000 0.000060 R.2-0 R.1-0
+21 0.000000000000000 4 LINK platform 4 10099625.000000 0.000480 Tremblay R.4-3
+21 0.000000000000000 1 LINK platform 1 34285625.000000 0.000514 R.1-0 R.1-8-6
+21 0.000000000000000 5 LINK platform 5 27946250.000000 0.000278 R.3-2-5 Ginette
+21 0.000000000000000 7 LINK platform 7 11618875.000000 0.000190 R.6-7 Bourassa
+21 0.000000000000000 3 LINK platform 3 34285622.000000 0.000514 R.4-3 R.3-2-5
+21 0.000000000000000 6 LINK platform 6 41279125.000000 0.000060 R.1-8-6 R.6-7
+21 0.000000000000000 8 LINK platform 8 8158000.000000 0.000271 Fafard R.1-8-6
+21 0.000000000000000 2 LINK platform 2 22222222.000000 0.000137 R.3-2-5 R.2-0
+5 0.000000000000000 0x4296380-0-0x42951c0-0x4295120 TASK Tremblay 0x4296380-0
+6 0.000000000000000 category 0x4296380-0-0x42951c0-0x4295120 compute
+19 0.000000000000000 presence 0x4296380-0-0x42951c0-0x4295120 presence
+5 0.000000000000000 0x4296380-0 task compute 0x4296380-0
+19 0.000000000000000 task-state 0x4296380-0 created
+8 0.000000000000000 task-state 0x4296380-0
+19 0.000000000000000 task-state 0x4296380-0 communicate
+8 0.000000000000000 presence 0x4296380-0-0x42951c0-0x4295120
+5 0.002338643617950 0x43c10c0-1-0x42951c0-0x4295120 TASK Tremblay 0x43c10c0-1
+6 0.002338643617950 category 0x43c10c0-1-0x42951c0-0x4295120 compute
+19 0.002338643617950 presence 0x43c10c0-1-0x42951c0-0x4295120 presence
+5 0.002338643617950 0x43c10c0-1 task compute 0x43c10c0-1
+19 0.002338643617950 task-state 0x43c10c0-1 created
+8 0.002338643617950 task-state 0x43c10c0-1
+19 0.002338643617950 task-state 0x43c10c0-1 communicate
+8 0.002338643617950 presence 0x43c10c0-1-0x42951c0-0x4295120
+8 0.002338643617950 task-state 0x4296380-0
+5 0.002338643617950 0x4296380-0-0x42c6f20-0x4295120 TASK Tremblay 0x4296380-0
+6 0.002338643617950 category 0x4296380-0-0x42c6f20-0x4295120 compute
+19 0.002338643617950 presence 0x4296380-0-0x42c6f20-0x4295120 presence
+19 0.002338643617950 task-state 0x4296380-0 execute
+8 0.168300447081722 task-state 0x43c10c0-1
+5 0.168300447081722 0x43c10c0-1-0x42c6ee0-0x4295020 TASK Jupiter 0x43c10c0-1
+6 0.168300447081722 category 0x43c10c0-1-0x42c6ee0-0x4295020 compute
+19 0.168300447081722 presence 0x43c10c0-1-0x42c6ee0-0x4295020 presence
+19 0.168300447081722 task-state 0x43c10c0-1 execute
+5 0.168300447081722 0x43c6500-2-0x42951c0-0x4295120 TASK Tremblay 0x43c6500-2
+6 0.168300447081722 category 0x43c6500-2-0x42951c0-0x4295120 compute
+19 0.168300447081722 presence 0x43c6500-2-0x42951c0-0x4295120 presence
+5 0.168300447081722 0x43c6500-2 task compute 0x43c6500-2
+19 0.168300447081722 task-state 0x43c6500-2 created
+8 0.168300447081722 task-state 0x43c6500-2
+19 0.168300447081722 task-state 0x43c6500-2 communicate
+8 0.168300447081722 presence 0x43c6500-2-0x42951c0-0x4295120
+8 0.386453607081722 task-state 0x43c6500-2
+5 0.386453607081722 0x43c6500-2-0x42c6ea0-0x42951a0 TASK Fafard 0x43c6500-2
+6 0.386453607081722 category 0x43c6500-2-0x42c6ea0-0x42951a0 compute
+19 0.386453607081722 presence 0x43c6500-2-0x42c6ea0-0x42951a0 presence
+19 0.386453607081722 task-state 0x43c6500-2 execute
+5 0.386453607081722 0x43c6480-3-0x42951c0-0x4295120 TASK Tremblay 0x43c6480-3
+6 0.386453607081722 category 0x43c6480-3-0x42951c0-0x4295120 compute
+19 0.386453607081722 presence 0x43c6480-3-0x42951c0-0x4295120 presence
+5 0.386453607081722 0x43c6480-3 task compute 0x43c6480-3
+19 0.386453607081722 task-state 0x43c6480-3 created
+8 0.386453607081722 task-state 0x43c6480-3
+19 0.386453607081722 task-state 0x43c6480-3 communicate
+8 0.386453607081722 presence 0x43c6480-3-0x42951c0-0x4295120
+8 0.512048618642161 task-state 0x4296380-0
+9 0.512048618642161 task 0x4296380-0
+8 0.512048618642161 presence 0x4296380-0-0x42c6f20-0x4295120
+8 0.526913208681722 task-state 0x43c6480-3
+5 0.526913208681722 0x43c6480-3-0x42c6e60-0x42c6fa0 TASK Ginette 0x43c6480-3
+6 0.526913208681722 category 0x43c6480-3-0x42c6e60-0x42c6fa0 compute
+19 0.526913208681722 presence 0x43c6480-3-0x42c6e60-0x42c6fa0 presence
+19 0.526913208681722 task-state 0x43c6480-3 execute
+5 0.526913208681722 0x43c6bc0-4-0x42951c0-0x4295120 TASK Tremblay 0x43c6bc0-4
+6 0.526913208681722 category 0x43c6bc0-4-0x42951c0-0x4295120 compute
+19 0.526913208681722 presence 0x43c6bc0-4-0x42951c0-0x4295120 presence
+5 0.526913208681722 0x43c6bc0-4 task compute 0x43c6bc0-4
+19 0.526913208681722 task-state 0x43c6bc0-4 created
+8 0.526913208681722 task-state 0x43c6bc0-4
+19 0.526913208681722 task-state 0x43c6bc0-4 communicate
+8 0.526913208681722 presence 0x43c6bc0-4-0x42951c0-0x4295120
+8 0.742785504681722 task-state 0x43c6bc0-4
+5 0.742785504681722 0x43c6bc0-4-0x42c6e20-0x42950a0 TASK Bourassa 0x43c6bc0-4
+6 0.742785504681722 category 0x43c6bc0-4-0x42c6e20-0x42950a0 compute
+19 0.742785504681722 presence 0x43c6bc0-4-0x42c6e20-0x42950a0 presence
+19 0.742785504681722 task-state 0x43c6bc0-4 execute
+5 0.742785504681722 0x43c68c0-5-0x42951c0-0x4295120 TASK Tremblay 0x43c68c0-5
+6 0.742785504681722 category 0x43c68c0-5-0x42951c0-0x4295120 compute
+19 0.742785504681722 presence 0x43c68c0-5-0x42951c0-0x4295120 presence
+5 0.742785504681722 0x43c68c0-5 task compute 0x43c68c0-5
+19 0.742785504681722 task-state 0x43c68c0-5 created
+8 0.742785504681722 task-state 0x43c68c0-5
+19 0.742785504681722 task-state 0x43c68c0-5 communicate
+8 0.742785504681722 presence 0x43c68c0-5-0x42951c0-0x4295120
+8 0.745124148299672 task-state 0x43c68c0-5
+5 0.745124148299672 0x43c68c0-5-0x42c6f20-0x4295120 TASK Tremblay 0x43c68c0-5
+6 0.745124148299672 category 0x43c68c0-5-0x42c6f20-0x4295120 compute
+19 0.745124148299672 presence 0x43c68c0-5-0x42c6f20-0x4295120 presence
+19 0.745124148299672 task-state 0x43c68c0-5 execute
+5 0.745124148299672 0x43c6940-6-0x42951c0-0x4295120 TASK Tremblay 0x43c6940-6
+6 0.745124148299672 category 0x43c6940-6-0x42951c0-0x4295120 compute
+19 0.745124148299672 presence 0x43c6940-6-0x42951c0-0x4295120 presence
+5 0.745124148299672 0x43c6940-6 task compute 0x43c6940-6
+19 0.745124148299672 task-state 0x43c6940-6 created
+8 0.745124148299672 task-state 0x43c6940-6
+19 0.745124148299672 task-state 0x43c6940-6 communicate
+8 0.745124148299672 presence 0x43c6940-6-0x42951c0-0x4295120
+8 0.823642797925803 task-state 0x43c10c0-1
+9 0.823642797925803 task 0x43c10c0-1
+8 0.823642797925803 presence 0x43c10c0-1-0x42c6ee0-0x4295020
+5 0.989604601389575 0x43c6880-7-0x42951c0-0x4295120 TASK Tremblay 0x43c6880-7
+6 0.989604601389575 category 0x43c6880-7-0x42951c0-0x4295120 compute
+19 0.989604601389575 presence 0x43c6880-7-0x42951c0-0x4295120 presence
+5 0.989604601389575 0x43c6880-7 task compute 0x43c6880-7
+19 0.989604601389575 task-state 0x43c6880-7 created
+8 0.989604601389575 task-state 0x43c6880-7
+19 0.989604601389575 task-state 0x43c6880-7 communicate
+8 0.989604601389575 presence 0x43c6880-7-0x42951c0-0x4295120
+8 0.989604601389575 task-state 0x43c6940-6
+5 0.989604601389575 0x43c6940-6-0x42c6ee0-0x4295020 TASK Jupiter 0x43c6940-6
+6 0.989604601389575 category 0x43c6940-6-0x42c6ee0-0x4295020 compute
+19 0.989604601389575 presence 0x43c6940-6-0x42c6ee0-0x4295020 presence
+19 0.989604601389575 task-state 0x43c6940-6 execute
+8 1.041795957925803 task-state 0x43c6500-2
+9 1.041795957925803 task 0x43c6500-2
+8 1.041795957925803 presence 0x43c6500-2-0x42c6ea0-0x42951a0
+8 1.254834123323883 task-state 0x43c68c0-5
+9 1.254834123323883 task 0x43c68c0-5
+8 1.254834123323883 presence 0x43c68c0-5-0x42c6f20-0x4295120
+5 1.259949117925803 0x43c6500-8-0x42951c0-0x4295120 TASK Tremblay 0x43c6500-8
+6 1.259949117925803 category 0x43c6500-8-0x42951c0-0x4295120 compute
+19 1.259949117925803 presence 0x43c6500-8-0x42951c0-0x4295120 presence
+5 1.259949117925803 0x43c6500-8 task compute 0x43c6500-8
+19 1.259949117925803 task-state 0x43c6500-8 created
+8 1.259949117925803 task-state 0x43c6500-8
+19 1.259949117925803 task-state 0x43c6500-8 communicate
+8 1.259949117925803 presence 0x43c6500-8-0x42951c0-0x4295120
+8 1.259949117925803 task-state 0x43c6880-7
+5 1.259949117925803 0x43c6880-7-0x42c6ea0-0x42951a0 TASK Fafard 0x43c6880-7
+6 1.259949117925803 category 0x43c6880-7-0x42c6ea0-0x42951a0 compute
+19 1.259949117925803 presence 0x43c6880-7-0x42c6ea0-0x42951a0 presence
+19 1.259949117925803 task-state 0x43c6880-7 execute
+8 1.262287761543753 task-state 0x43c6500-8
+5 1.262287761543753 0x43c6500-8-0x42c6f20-0x4295120 TASK Tremblay 0x43c6500-8
+6 1.262287761543753 category 0x43c6500-8-0x42c6f20-0x4295120 compute
+19 1.262287761543753 presence 0x43c6500-8-0x42c6f20-0x4295120 presence
+19 1.262287761543753 task-state 0x43c6500-8 execute
+5 1.262287761543753 0x43c6a00-9-0x42951c0-0x4295120 TASK Tremblay 0x43c6a00-9
+6 1.262287761543753 category 0x43c6a00-9-0x42951c0-0x4295120 compute
+19 1.262287761543753 presence 0x43c6a00-9-0x42951c0-0x4295120 presence
+5 1.262287761543753 0x43c6a00-9 task compute 0x43c6a00-9
+19 1.262287761543753 task-state 0x43c6a00-9 created
+8 1.262287761543753 task-state 0x43c6a00-9
+19 1.262287761543753 task-state 0x43c6a00-9 communicate
+8 1.262287761543753 presence 0x43c6a00-9-0x42951c0-0x4295120
+8 1.558011121739546 task-state 0x43c6480-3
+9 1.558011121739546 task 0x43c6480-3
+8 1.558011121739546 presence 0x43c6480-3-0x42c6e60-0x42c6fa0
+8 1.644946952233656 task-state 0x43c6940-6
+9 1.644946952233656 task 0x43c6940-6
+8 1.644946952233656 presence 0x43c6940-6-0x42c6ee0-0x4295020
+5 1.698470723339546 0x43c6940-10-0x42951c0-0x4295120 TASK Tremblay 0x43c6940-10
+6 1.698470723339546 category 0x43c6940-10-0x42951c0-0x4295120 compute
+19 1.698470723339546 presence 0x43c6940-10-0x42951c0-0x4295120 presence
+5 1.698470723339546 0x43c6940-10 task compute 0x43c6940-10
+19 1.698470723339546 task-state 0x43c6940-10 created
+8 1.698470723339546 task-state 0x43c6940-10
+19 1.698470723339546 task-state 0x43c6940-10 communicate
+8 1.698470723339546 presence 0x43c6940-10-0x42951c0-0x4295120
+8 1.698470723339546 task-state 0x43c6a00-9
+5 1.698470723339546 0x43c6a00-9-0x42c6e60-0x42c6fa0 TASK Ginette 0x43c6a00-9
+6 1.698470723339546 category 0x43c6a00-9-0x42c6e60-0x42c6fa0 compute
+19 1.698470723339546 presence 0x43c6a00-9-0x42c6e60-0x42c6fa0 presence
+19 1.698470723339546 task-state 0x43c6a00-9 execute
+8 1.771997736567964 task-state 0x43c6500-8
+9 1.771997736567964 task 0x43c6500-8
+8 1.771997736567964 presence 0x43c6500-8-0x42c6f20-0x4295120
+8 1.773883417739546 task-state 0x43c6bc0-4
+9 1.773883417739546 task 0x43c6bc0-4
+8 1.773883417739546 presence 0x43c6bc0-4-0x42c6e20-0x42950a0
+8 1.864432526803318 task-state 0x43c6940-10
+5 1.864432526803318 0x43c6940-10-0x42c6ee0-0x4295020 TASK Jupiter 0x43c6940-10
+6 1.864432526803318 category 0x43c6940-10-0x42c6ee0-0x4295020 compute
+19 1.864432526803318 presence 0x43c6940-10-0x42c6ee0-0x4295020 presence
+19 1.864432526803318 task-state 0x43c6940-10 execute
+5 1.864432526803318 0x43c6e40-11-0x42951c0-0x4295120 TASK Tremblay 0x43c6e40-11
+6 1.864432526803318 category 0x43c6e40-11-0x42951c0-0x4295120 compute
+19 1.864432526803318 presence 0x43c6e40-11-0x42951c0-0x4295120 presence
+5 1.864432526803318 0x43c6e40-11 task compute 0x43c6e40-11
+19 1.864432526803318 task-state 0x43c6e40-11 created
+8 1.864432526803318 task-state 0x43c6e40-11
+19 1.864432526803318 task-state 0x43c6e40-11 communicate
+8 1.864432526803318 presence 0x43c6e40-11-0x42951c0-0x4295120
+8 1.866771170421268 task-state 0x43c6e40-11
+5 1.866771170421268 0x43c6e40-11-0x42c6f20-0x4295120 TASK Tremblay 0x43c6e40-11
+6 1.866771170421268 category 0x43c6e40-11-0x42c6f20-0x4295120 compute
+19 1.866771170421268 presence 0x43c6e40-11-0x42c6f20-0x4295120 presence
+19 1.866771170421268 task-state 0x43c6e40-11 execute
+5 1.866771170421268 0x43c6100-12-0x42951c0-0x4295120 TASK Tremblay 0x43c6100-12
+6 1.866771170421268 category 0x43c6100-12-0x42951c0-0x4295120 compute
+19 1.866771170421268 presence 0x43c6100-12-0x42951c0-0x4295120 presence
+5 1.866771170421268 0x43c6100-12 task compute 0x43c6100-12
+19 1.866771170421268 task-state 0x43c6100-12 created
+8 1.866771170421268 task-state 0x43c6100-12
+19 1.866771170421268 task-state 0x43c6100-12 communicate
+8 1.866771170421268 presence 0x43c6100-12-0x42951c0-0x4295120
+8 1.915291468769884 task-state 0x43c6880-7
+9 1.915291468769884 task 0x43c6880-7
+8 1.915291468769884 presence 0x43c6880-7-0x42c6ea0-0x42951a0
+8 2.082643466421268 task-state 0x43c6100-12
+5 2.082643466421268 0x43c6100-12-0x42c6e20-0x42950a0 TASK Bourassa 0x43c6100-12
+6 2.082643466421268 category 0x43c6100-12-0x42c6e20-0x42950a0 compute
+19 2.082643466421268 presence 0x43c6100-12-0x42c6e20-0x42950a0 presence
+19 2.082643466421268 task-state 0x43c6100-12 execute
+5 2.082643466421268 0x43c6180-13-0x42951c0-0x4295120 TASK Tremblay 0x43c6180-13
+6 2.082643466421268 category 0x43c6180-13-0x42951c0-0x4295120 compute
+19 2.082643466421268 presence 0x43c6180-13-0x42951c0-0x4295120 presence
+5 2.082643466421268 0x43c6180-13 task compute 0x43c6180-13
+19 2.082643466421268 task-state 0x43c6180-13 created
+8 2.082643466421268 task-state 0x43c6180-13
+19 2.082643466421268 task-state 0x43c6180-13 communicate
+8 2.082643466421268 presence 0x43c6180-13-0x42951c0-0x4295120
+8 2.300796626421268 task-state 0x43c6180-13
+5 2.300796626421268 0x43c6180-13-0x42c6ea0-0x42951a0 TASK Fafard 0x43c6180-13
+6 2.300796626421268 category 0x43c6180-13-0x42c6ea0-0x42951a0 compute
+19 2.300796626421268 presence 0x43c6180-13-0x42c6ea0-0x42951a0 presence
+19 2.300796626421268 task-state 0x43c6180-13 execute
+5 2.300796626421268 0x43c6300-14-0x42951c0-0x4295120 TASK Tremblay 0x43c6300-14
+6 2.300796626421268 category 0x43c6300-14-0x42951c0-0x4295120 compute
+19 2.300796626421268 presence 0x43c6300-14-0x42951c0-0x4295120 presence
+5 2.300796626421268 0x43c6300-14 task compute 0x43c6300-14
+19 2.300796626421268 task-state 0x43c6300-14 created
+8 2.300796626421268 task-state 0x43c6300-14
+19 2.300796626421268 task-state 0x43c6300-14 communicate
+8 2.300796626421268 presence 0x43c6300-14-0x42951c0-0x4295120
+8 2.376481145445480 task-state 0x43c6e40-11
+9 2.376481145445480 task 0x43c6e40-11
+8 2.376481145445480 presence 0x43c6e40-11-0x42c6f20-0x4295120
+5 2.378819789063430 0x43c6f40-15-0x42951c0-0x4295120 TASK Tremblay 0x43c6f40-15
+6 2.378819789063430 category 0x43c6f40-15-0x42951c0-0x4295120 compute
+19 2.378819789063430 presence 0x43c6f40-15-0x42951c0-0x4295120 presence
+5 2.378819789063430 0x43c6f40-15 task compute 0x43c6f40-15
+19 2.378819789063430 task-state 0x43c6f40-15 created
+8 2.378819789063430 task-state 0x43c6f40-15
+19 2.378819789063430 task-state 0x43c6f40-15 communicate
+8 2.378819789063430 presence 0x43c6f40-15-0x42951c0-0x4295120
+8 2.378819789063430 task-state 0x43c6300-14
+5 2.378819789063430 0x43c6300-14-0x42c6f20-0x4295120 TASK Tremblay 0x43c6300-14
+6 2.378819789063430 category 0x43c6300-14-0x42c6f20-0x4295120 compute
+19 2.378819789063430 presence 0x43c6300-14-0x42c6f20-0x4295120 presence
+19 2.378819789063430 task-state 0x43c6300-14 execute
+8 2.519774877647399 task-state 0x43c6940-10
+9 2.519774877647399 task 0x43c6940-10
+8 2.519774877647399 presence 0x43c6940-10-0x42c6ee0-0x4295020
+5 2.685736681111171 0x43c6ac0-16-0x42951c0-0x4295120 TASK Tremblay 0x43c6ac0-16
+6 2.685736681111171 category 0x43c6ac0-16-0x42951c0-0x4295120 compute
+19 2.685736681111171 presence 0x43c6ac0-16-0x42951c0-0x4295120 presence
+5 2.685736681111171 0x43c6ac0-16 task compute 0x43c6ac0-16
+19 2.685736681111171 task-state 0x43c6ac0-16 created
+8 2.685736681111171 task-state 0x43c6ac0-16
+19 2.685736681111171 task-state 0x43c6ac0-16 communicate
+8 2.685736681111171 presence 0x43c6ac0-16-0x42951c0-0x4295120
+8 2.685736681111171 task-state 0x43c6f40-15
+5 2.685736681111171 0x43c6f40-15-0x42c6ee0-0x4295020 TASK Jupiter 0x43c6f40-15
+6 2.685736681111171 category 0x43c6f40-15-0x42c6ee0-0x4295020 compute
+19 2.685736681111171 presence 0x43c6f40-15-0x42c6ee0-0x4295020 presence
+19 2.685736681111171 task-state 0x43c6f40-15 execute
+8 2.729568636397370 task-state 0x43c6a00-9
+9 2.729568636397370 task 0x43c6a00-9
+8 2.729568636397370 presence 0x43c6a00-9-0x42c6e60-0x42c6fa0
+5 2.870028237997370 0x43c9680-17-0x42951c0-0x4295120 TASK Tremblay 0x43c9680-17
+6 2.870028237997370 category 0x43c9680-17-0x42951c0-0x4295120 compute
+19 2.870028237997370 presence 0x43c9680-17-0x42951c0-0x4295120 presence
+5 2.870028237997370 0x43c9680-17 task compute 0x43c9680-17
+19 2.870028237997370 task-state 0x43c9680-17 created
+8 2.870028237997370 task-state 0x43c9680-17
+19 2.870028237997370 task-state 0x43c9680-17 communicate
+8 2.870028237997370 presence 0x43c9680-17-0x42951c0-0x4295120
+8 2.870028237997370 task-state 0x43c6ac0-16
+5 2.870028237997370 0x43c6ac0-16-0x42c6e60-0x42c6fa0 TASK Ginette 0x43c6ac0-16
+6 2.870028237997370 category 0x43c6ac0-16-0x42c6e60-0x42c6fa0 compute
+19 2.870028237997370 presence 0x43c6ac0-16-0x42c6e60-0x42c6fa0 presence
+19 2.870028237997370 task-state 0x43c6ac0-16 execute
+8 2.888529764087641 task-state 0x43c6300-14
+9 2.888529764087641 task 0x43c6300-14
+8 2.888529764087641 presence 0x43c6300-14-0x42c6f20-0x4295120
+5 2.890868407705591 0x43c6480-18-0x42951c0-0x4295120 TASK Tremblay 0x43c6480-18
+6 2.890868407705591 category 0x43c6480-18-0x42951c0-0x4295120 compute
+19 2.890868407705591 presence 0x43c6480-18-0x42951c0-0x4295120 presence
+5 2.890868407705591 0x43c6480-18 task compute 0x43c6480-18
+19 2.890868407705591 task-state 0x43c6480-18 created
+8 2.890868407705591 task-state 0x43c6480-18
+19 2.890868407705591 task-state 0x43c6480-18 communicate
+8 2.890868407705591 presence 0x43c6480-18-0x42951c0-0x4295120
+8 2.890868407705591 task-state 0x43c9680-17
+5 2.890868407705591 0x43c9680-17-0x42c6f20-0x4295120 TASK Tremblay 0x43c9680-17
+6 2.890868407705591 category 0x43c9680-17-0x42c6f20-0x4295120 compute
+19 2.890868407705591 presence 0x43c9680-17-0x42c6f20-0x4295120 presence
+19 2.890868407705591 task-state 0x43c9680-17 execute
+8 2.956138977265349 task-state 0x43c6180-13
+9 2.956138977265349 task 0x43c6180-13
+8 2.956138977265349 presence 0x43c6180-13-0x42c6ea0-0x42951a0
+8 3.113741379479092 task-state 0x43c6100-12
+9 3.113741379479092 task 0x43c6100-12
+8 3.113741379479092 presence 0x43c6100-12-0x42c6e20-0x42950a0
+5 3.174292137265349 0x43c6100-19-0x42951c0-0x4295120 TASK Tremblay 0x43c6100-19
+6 3.174292137265349 category 0x43c6100-19-0x42951c0-0x4295120 compute
+19 3.174292137265349 presence 0x43c6100-19-0x42951c0-0x4295120 presence
+5 3.174292137265349 0x43c6100-19 task compute 0x43c6100-19
+19 3.174292137265349 task-state 0x43c6100-19 created
+8 3.174292137265349 task-state 0x43c6100-19
+19 3.174292137265349 task-state 0x43c6100-19 communicate
+8 3.174292137265349 presence 0x43c6100-19-0x42951c0-0x4295120
+8 3.174292137265349 task-state 0x43c6480-18
+5 3.174292137265349 0x43c6480-18-0x42c6ea0-0x42951a0 TASK Fafard 0x43c6480-18
+6 3.174292137265349 category 0x43c6480-18-0x42c6ea0-0x42951a0 compute
+19 3.174292137265349 presence 0x43c6480-18-0x42c6ea0-0x42951a0 presence
+19 3.174292137265349 task-state 0x43c6480-18 execute
+8 3.341079031955252 task-state 0x43c6f40-15
+9 3.341079031955252 task 0x43c6f40-15
+8 3.341079031955252 presence 0x43c6f40-15-0x42c6ee0-0x4295020
+8 3.390164433265349 task-state 0x43c6100-19
+5 3.390164433265349 0x43c6100-19-0x42c6e20-0x42950a0 TASK Bourassa 0x43c6100-19
+6 3.390164433265349 category 0x43c6100-19-0x42c6e20-0x42950a0 compute
+19 3.390164433265349 presence 0x43c6100-19-0x42c6e20-0x42950a0 presence
+19 3.390164433265349 task-state 0x43c6100-19 execute
+5 3.390164433265349 0x43c6400-20-0x42951c0-0x4295120 TASK Tremblay 0x43c6400-20
+6 3.390164433265349 category 0x43c6400-20-0x42951c0-0x4295120 finalize
+19 3.390164433265349 presence 0x43c6400-20-0x42951c0-0x4295120 presence
+5 3.390164433265349 0x43c6400-20 task finalize 0x43c6400-20
+19 3.390164433265349 task-state 0x43c6400-20 created
+8 3.390164433265349 task-state 0x43c6400-20
+19 3.390164433265349 task-state 0x43c6400-20 communicate
+8 3.390164433265349 presence 0x43c6400-20-0x42951c0-0x4295120
+8 3.400578382729802 task-state 0x43c9680-17
+9 3.400578382729802 task 0x43c9680-17
+8 3.400578382729802 presence 0x43c9680-17-0x42c6f20-0x4295120
+8 3.405364210065349 task-state 0x43c6400-20
+5 3.405364210065349 0x43c6400-20-0x42c6ee0-0x4295020 TASK Jupiter 0x43c6400-20
+6 3.405364210065349 category 0x43c6400-20-0x42c6ee0-0x4295020 finalize
+19 3.405364210065349 presence 0x43c6400-20-0x42c6ee0-0x4295020 presence
+9 3.405364210065349 task 0x43c6400-20
+8 3.405364210065349 presence 0x43c6400-20-0x42c6ee0-0x4295020
+5 3.405364210065349 0x43c6400-21-0x42951c0-0x4295120 TASK Tremblay 0x43c6400-21
+6 3.405364210065349 category 0x43c6400-21-0x42951c0-0x4295120 finalize
+19 3.405364210065349 presence 0x43c6400-21-0x42951c0-0x4295120 presence
+5 3.405364210065349 0x43c6400-21 task finalize 0x43c6400-21
+19 3.405364210065349 task-state 0x43c6400-21 created
+8 3.405364210065349 task-state 0x43c6400-21
+19 3.405364210065349 task-state 0x43c6400-21 communicate
+8 3.405364210065349 presence 0x43c6400-21-0x42951c0-0x4295120
+8 3.405520210065349 task-state 0x43c6400-21
+5 3.405520210065349 0x43c6400-21-0x42c6f20-0x4295120 TASK Tremblay 0x43c6400-21
+6 3.405520210065349 category 0x43c6400-21-0x42c6f20-0x4295120 finalize
+19 3.405520210065349 presence 0x43c6400-21-0x42c6f20-0x4295120 presence
+9 3.405520210065349 task 0x43c6400-21
+8 3.405520210065349 presence 0x43c6400-21-0x42c6f20-0x4295120
+5 3.405520210065349 0x43c6400-22-0x42951c0-0x4295120 TASK Tremblay 0x43c6400-22
+6 3.405520210065349 category 0x43c6400-22-0x42951c0-0x4295120 finalize
+19 3.405520210065349 presence 0x43c6400-22-0x42951c0-0x4295120 presence
+5 3.405520210065349 0x43c6400-22 task finalize 0x43c6400-22
+19 3.405520210065349 task-state 0x43c6400-22 created
+8 3.405520210065349 task-state 0x43c6400-22
+19 3.405520210065349 task-state 0x43c6400-22 communicate
+8 3.405520210065349 presence 0x43c6400-22-0x42951c0-0x4295120
+8 3.829634488109430 task-state 0x43c6480-18
+9 3.829634488109430 task 0x43c6480-18
+8 3.829634488109430 presence 0x43c6480-18-0x42c6ea0-0x42951a0
+5 3.850185148109430 0x43caa00-23-0x42951c0-0x4295120 TASK Tremblay 0x43caa00-23
+6 3.850185148109430 category 0x43caa00-23-0x42951c0-0x4295120 finalize
+19 3.850185148109430 presence 0x43caa00-23-0x42951c0-0x4295120 presence
+5 3.850185148109430 0x43caa00-23 task finalize 0x43caa00-23
+19 3.850185148109430 task-state 0x43caa00-23 created
+8 3.850185148109430 task-state 0x43caa00-23
+19 3.850185148109430 task-state 0x43caa00-23 communicate
+8 3.850185148109430 presence 0x43caa00-23-0x42951c0-0x4295120
+8 3.850185148109430 task-state 0x43c6400-22
+5 3.850185148109430 0x43c6400-22-0x42c6ea0-0x42951a0 TASK Fafard 0x43c6400-22
+6 3.850185148109430 category 0x43c6400-22-0x42c6ea0-0x42951a0 finalize
+19 3.850185148109430 presence 0x43c6400-22-0x42c6ea0-0x42951a0 presence
+9 3.850185148109430 task 0x43c6400-22
+8 3.850185148109430 presence 0x43c6400-22-0x42c6ea0-0x42951a0
+8 3.901126151055194 task-state 0x43c6ac0-16
+9 3.901126151055194 task 0x43c6ac0-16
+8 3.901126151055194 presence 0x43c6ac0-16-0x42c6e60-0x42c6fa0
+5 3.914357852655194 0x43c6ac0-24-0x42951c0-0x4295120 TASK Tremblay 0x43c6ac0-24
+6 3.914357852655194 category 0x43c6ac0-24-0x42951c0-0x4295120 finalize
+19 3.914357852655194 presence 0x43c6ac0-24-0x42951c0-0x4295120 presence
+5 3.914357852655194 0x43c6ac0-24 task finalize 0x43c6ac0-24
+19 3.914357852655194 task-state 0x43c6ac0-24 created
+8 3.914357852655194 task-state 0x43c6ac0-24
+19 3.914357852655194 task-state 0x43c6ac0-24 communicate
+8 3.914357852655194 presence 0x43c6ac0-24-0x42951c0-0x4295120
+8 3.914357852655194 task-state 0x43caa00-23
+5 3.914357852655194 0x43caa00-23-0x42c6e60-0x42c6fa0 TASK Ginette 0x43caa00-23
+6 3.914357852655194 category 0x43caa00-23-0x42c6e60-0x42c6fa0 finalize
+19 3.914357852655194 presence 0x43caa00-23-0x42c6e60-0x42c6fa0 presence
+9 3.914357852655194 task 0x43caa00-23
+8 3.914357852655194 presence 0x43caa00-23-0x42c6e60-0x42c6fa0
+8 4.421262346323173 task-state 0x43c6100-19
+9 4.421262346323173 task 0x43c6100-19
+8 4.421262346323173 presence 0x43c6100-19-0x42c6e20-0x42950a0
+8 4.441598142323174 task-state 0x43c6ac0-24
+5 4.441598142323174 0x43c6ac0-24-0x42c6e20-0x42950a0 TASK Bourassa 0x43c6ac0-24
+6 4.441598142323174 category 0x43c6ac0-24-0x42c6e20-0x42950a0 finalize
+19 4.441598142323174 presence 0x43c6ac0-24-0x42c6e20-0x42950a0 presence
+9 4.441598142323174 task 0x43c6ac0-24
+8 4.441598142323174 presence 0x43c6ac0-24-0x42c6e20-0x42950a0
+9 4.441598142323174 HOST Fafard
+9 4.441598142323174 HOST R.2-0
+9 4.441598142323174 HOST R.4-3
+9 4.441598142323174 HOST R.3-2-5
+9 4.441598142323174 HOST R.1-8-6
+9 4.441598142323174 HOST R.6-7
+9 4.441598142323174 HOST Tremblay
+9 4.441598142323174 HOST R.1-0
+9 4.441598142323174 HOST Bourassa
+9 4.441598142323174 HOST Jupiter
+9 4.441598142323174 HOST Ginette
index f42d4d5..b8c9860 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/trace/")
 add_executable(test_trace_integration test_trace_integration.c)
 
 ### Add definitions for compile
 add_executable(test_trace_integration test_trace_integration.c)
 
 ### Add definitions for compile
-target_link_libraries(test_trace_integration simgrid m -fprofile-arcs)
+target_link_libraries(test_trace_integration simgrid m )
index 8d995b4..959e01b 100644 (file)
@@ -10,8 +10,8 @@ add_executable(tasks ${PROJECT_DIRECTORY}/examples/msg/tracing/tasks.c)
 add_executable(procmig ${PROJECT_DIRECTORY}/examples/msg/tracing/procmig.c)
 
 ### Add definitions for compile
 add_executable(procmig ${PROJECT_DIRECTORY}/examples/msg/tracing/procmig.c)
 
 ### Add definitions for compile
-target_link_libraries(ms simgrid m -fprofile-arcs)
-target_link_libraries(categories simgrid m -fprofile-arcs)
-target_link_libraries(volume simgrid m -fprofile-arcs)
-target_link_libraries(tasks simgrid m -fprofile-arcs)
-target_link_libraries(procmig simgrid m -fprofile-arcs)
+target_link_libraries(ms simgrid m )
+target_link_libraries(categories simgrid m )
+target_link_libraries(volume simgrid m )
+target_link_libraries(tasks simgrid m )
+target_link_libraries(procmig simgrid m )
diff --git a/examples/msg/volume.trace b/examples/msg/volume.trace
new file mode 100644 (file)
index 0000000..24c1c1c
--- /dev/null
@@ -0,0 +1,367 @@
+ %EventDef PajeDefineContainerType 0 
+%       Alias string 
+%       ContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineStateType 1 
+%       Alias string 
+%       ContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineEntityValue 2 
+%       Alias string 
+%       EntityType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineEventType 3 
+%       Alias string 
+%       EntityType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDefineLinkType 4 
+%       Alias string 
+%       ContainerType string 
+%       SourceContainerType string 
+%       DestContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeCreateContainer 5 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeDestroyContainer 9 
+%       Time date 
+%       Type string 
+%       Container string 
+%EndEventDef 
+%EventDef PajeSetState 6 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeSetState 10 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%               Host string
+%EndEventDef
+%EventDef PajePushState 7 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       Host string 
+%EndEventDef
+%EventDef PajePopState 8 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%EndEventDef
+%EventDef PajeSetState 11 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%               Host string
+%               Comm string
+%               Comp string
+%EndEventDef
+%EventDef PajeStartLink 12 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       SourceContainer string 
+%       Key string 
+%EndEventDef
+%EventDef PajeEndLink 13 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       DestContainer string 
+%       Key string 
+%EndEventDef
+%EventDef PajeCreateContainer 14 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%       Power string 
+%EndEventDef 
+%EventDef PajeStartLink 15 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       SourceContainer string 
+%       Key string 
+%       Bandwidth string 
+%       Latency string 
+%EndEventDef
+%EventDef PajePushState 16 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       PowerUsed string 
+%EndEventDef
+%EventDef PajePushState 17 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       BandwidthUsed string 
+%EndEventDef
+%EventDef PajeSetState 18 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       PowerUsed string 
+%EndEventDef
+%EventDef PajePushState 19 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeCreateContainer 20 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%       Bandwidth string 
+%       Latency string 
+%EndEventDef 
+%EventDef PajeCreateContainer 21 
+%       Time date 
+%       Alias string 
+%       Type string 
+%       Container string 
+%       Name string 
+%       Bandwidth string 
+%       Latency string 
+%       SrcHost string 
+%       DstHost string 
+%EndEventDef 
+%EventDef PajeSetVariable 22 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeAddVariable 23 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeSubVariable 24 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%EndEventDef
+%EventDef PajeDefineVariableType 25 
+%       Alias string 
+%       ContainerType string 
+%       Name string 
+%EndEventDef 
+%EventDef PajeStartLink 26 
+%       Time date 
+%       EntityType string 
+%       Container string 
+%       Value string 
+%       SourceContainer string 
+%       Key string 
+%       Volume string 
+%EndEventDef
+0 PLATFORM 0 platform
+0 HOST PLATFORM HOST
+0 LINK PLATFORM LINK
+0 PROCESS HOST PROCESS
+4 volume 0 PROCESS PROCESS volume
+5 0.000000000000000 platform PLATFORM 0 simgrid-platform
+0 user_type 0 user_type
+5 0.000000000000000 compute user_type 0 compute
+5 0.000000000000000 request user_type 0 request
+5 0.000000000000000 data user_type 0 data
+5 0.000000000000000 finalize user_type 0 finalize
+5 0.000000000000000 master user_type 0 master
+5 0.000000000000000 slave user_type 0 slave
+5 0.000000000000000 Tremblay HOST platform Tremblay
+5 0.000000000000000 Jupiter HOST platform Jupiter
+5 0.000000000000000 Fafard HOST platform Fafard
+5 0.000000000000000 Ginette HOST platform Ginette
+5 0.000000000000000 Bourassa HOST platform Bourassa
+5 0.000000000000000 R.4-3 HOST platform R.4-3
+5 0.000000000000000 R.3-2-5 HOST platform R.3-2-5
+5 0.000000000000000 R.2-0 HOST platform R.2-0
+5 0.000000000000000 R.1-0 HOST platform R.1-0
+5 0.000000000000000 R.1-8-6 HOST platform R.1-8-6
+5 0.000000000000000 R.6-7 HOST platform R.6-7
+21 0.000000000000000 9 LINK platform 9 7209750.000000 0.001462 Jupiter Tremblay
+21 0.000000000000000 0 LINK platform 0 41279125.000000 0.000060 R.2-0 R.1-0
+21 0.000000000000000 4 LINK platform 4 10099625.000000 0.000480 Tremblay R.4-3
+21 0.000000000000000 1 LINK platform 1 34285625.000000 0.000514 R.1-0 R.1-8-6
+21 0.000000000000000 5 LINK platform 5 27946250.000000 0.000278 R.3-2-5 Ginette
+21 0.000000000000000 7 LINK platform 7 11618875.000000 0.000190 R.6-7 Bourassa
+21 0.000000000000000 3 LINK platform 3 34285622.000000 0.000514 R.4-3 R.3-2-5
+21 0.000000000000000 6 LINK platform 6 41279125.000000 0.000060 R.1-8-6 R.6-7
+21 0.000000000000000 8 LINK platform 8 8158000.000000 0.000271 Fafard R.1-8-6
+21 0.000000000000000 2 LINK platform 2 22222222.000000 0.000137 R.3-2-5 R.2-0
+5 0.000000000000000 0x2d921c0-0x2d92120 PROCESS Tremblay master-0x2d921c0
+26 0.000000000000000 volume 0 compute 0x2d921c0-0x2d92120 0x2ebe040-0 10000000.000000
+5 0.000000000000000 0x2dc3f20-0x2d92120 PROCESS Tremblay slave-0x2dc3f20
+5 0.000000000000000 0x2dc3ee0-0x2d92020 PROCESS Jupiter slave-0x2dc3ee0
+5 0.000000000000000 0x2dc3ea0-0x2d921a0 PROCESS Fafard slave-0x2dc3ea0
+5 0.000000000000000 0x2dc3e60-0x2dc3fa0 PROCESS Ginette slave-0x2dc3e60
+5 0.000000000000000 0x2dc3e20-0x2d920a0 PROCESS Bourassa slave-0x2dc3e20
+26 0.021982436179501 volume 0 request 0x2d921c0-0x2d92120 0x2d93280-1 10000000.000000
+13 0.021982436179501 volume 0 compute 0x2dc3f20-0x2d92120 0x2ebe040-0
+13 1.544802479617221 volume 0 request 0x2dc3ee0-0x2d92020 0x2d93280-1
+26 1.544802479617221 volume 0 data 0x2d921c0-0x2d92120 0x2ec37c0-2 10000000.000000
+13 3.541378139617221 volume 0 data 0x2dc3ea0-0x2d921a0 0x2ec37c0-2
+26 3.541378139617221 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3fc0-3 10000000.000000
+13 4.826888841217221 volume 0 compute 0x2dc3e60-0x2dc3fa0 0x2ec3fc0-3
+26 4.826888841217221 volume 0 request 0x2d921c0-0x2d92120 0x2ec3880-4 10000000.000000
+13 6.802589637217221 volume 0 request 0x2dc3e20-0x2d920a0 0x2ec3880-4
+26 6.802589637217221 volume 0 data 0x2d921c0-0x2d92120 0x2ec3540-5 10000000.000000
+26 10.238164372843226 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3380-6 10000000.000000
+13 10.238164372843226 volume 0 data 0x2dc3f20-0x2d92120 0x2ec3540-5
+26 16.174469539936560 volume 0 request 0x2d921c0-0x2d92120 0x2ec3bc0-7 10000000.000000
+13 16.174469539936560 volume 0 compute 0x2dc3ee0-0x2d92020 0x2ec3380-6
+26 18.644800816498840 volume 0 data 0x2d921c0-0x2d92120 0x2ec37c0-8 10000000.000000
+13 18.644800816498840 volume 0 request 0x2dc3ea0-0x2d921a0 0x2ec3bc0-7
+26 20.454346309506953 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3540-9 10000000.000000
+13 20.454346309506953 volume 0 data 0x2dc3f20-0x2d92120 0x2ec37c0-8
+26 26.734357803973698 volume 0 request 0x2d921c0-0x2d92120 0x2ec3fc0-10 10000000.000000
+13 26.734357803973698 volume 0 compute 0x2dc3e60-0x2dc3fa0 0x2ec3540-9
+26 29.400248694373701 volume 0 data 0x2d921c0-0x2d92120 0x2ec3880-11 10000000.000000
+13 29.400248694373701 volume 0 request 0x2dc3e20-0x2d920a0 0x2ec3fc0-10
+13 30.923068737811420 volume 0 data 0x2dc3ee0-0x2d92020 0x2ec3880-11
+26 30.923068737811420 volume 0 compute 0x2d921c0-0x2d92120 0x2ec37c0-12 10000000.000000
+13 30.945051173990922 volume 0 compute 0x2dc3f20-0x2d92120 0x2ec37c0-12
+26 30.945051173990922 volume 0 request 0x2d921c0-0x2d92120 0x2ec3300-13 10000000.000000
+26 33.748223493380465 volume 0 data 0x2d921c0-0x2d92120 0x2ec3bc0-14 10000000.000000
+13 33.748223493380465 volume 0 request 0x2dc3ea0-0x2d921a0 0x2ec3300-13
+26 41.161233110654649 volume 0 compute 0x2d921c0-0x2d92120 0x2ec37c0-15 10000000.000000
+13 41.161233110654649 volume 0 data 0x2dc3f20-0x2d92120 0x2ec3bc0-14
+26 45.552735798130762 volume 0 request 0x2d921c0-0x2d92120 0x2ec3880-16 10000000.000000
+13 45.552735798130762 volume 0 compute 0x2dc3ee0-0x2d92020 0x2ec37c0-15
+26 48.851646170262079 volume 0 data 0x2d921c0-0x2d92120 0x2ec3540-17 10000000.000000
+13 48.851646170262079 volume 0 request 0x2dc3ea0-0x2d921a0 0x2ec3880-16
+13 50.137156871862075 volume 0 data 0x2dc3e60-0x2dc3fa0 0x2ec3540-17
+26 50.137156871862075 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3ac0-18 10000000.000000
+13 52.112857667862073 volume 0 compute 0x2dc3e20-0x2d920a0 0x2ec3ac0-18
+26 52.112857667862073 volume 0 request 0x2d921c0-0x2d92120 0x2ec3bc0-19 10000000.000000
+13 52.134840104041572 volume 0 request 0x2dc3f20-0x2d92120 0x2ec3bc0-19
+26 52.134840104041572 volume 0 data 0x2d921c0-0x2d92120 0x2ec3380-20 10000000.000000
+26 60.182402858450111 volume 0 compute 0x2d921c0-0x2d92120 0x2ec37c0-21 10000000.000000
+13 60.182402858450111 volume 0 data 0x2dc3ee0-0x2d92020 0x2ec3380-20
+26 63.955068847143700 volume 0 request 0x2d921c0-0x2d92120 0x2ec3880-22 10000000.000000
+13 63.955068847143700 volume 0 compute 0x2dc3ea0-0x2d921a0 0x2ec37c0-21
+13 63.977051283323199 volume 0 request 0x2dc3f20-0x2d92120 0x2ec3880-22
+26 63.977051283323199 volume 0 data 0x2d921c0-0x2d92120 0x2ec34c0-23 10000000.000000
+26 72.044625834618557 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3540-24 10000000.000000
+13 72.044625834618557 volume 0 data 0x2dc3e60-0x2dc3fa0 0x2ec34c0-23
+26 74.710516725018550 volume 0 request 0x2d921c0-0x2d92120 0x2ec3ac0-25 10000000.000000
+13 74.710516725018550 volume 0 compute 0x2dc3e20-0x2d920a0 0x2ec3540-24
+13 76.233336768456269 volume 0 request 0x2dc3ee0-0x2d92020 0x2ec3ac0-25
+26 76.233336768456269 volume 0 data 0x2d921c0-0x2d92120 0x2ec3840-26 10000000.000000
+13 76.255319204635768 volume 0 data 0x2dc3f20-0x2d92120 0x2ec3840-26
+26 76.255319204635768 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3d40-27 10000000.000000
+26 79.058491524025328 volume 0 request 0x2d921c0-0x2d92120 0x2ec37c0-28 10000000.000000
+13 79.058491524025328 volume 0 compute 0x2dc3ea0-0x2d921a0 0x2ec3d40-27
+26 86.471501141299498 volume 0 data 0x2d921c0-0x2d92120 0x2ec3840-29 10000000.000000
+13 86.471501141299498 volume 0 request 0x2dc3f20-0x2d92120 0x2ec37c0-28
+26 90.863003828775604 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3ac0-30 10000000.000000
+13 90.863003828775604 volume 0 data 0x2dc3ee0-0x2d92020 0x2ec3840-29
+26 94.161914200906949 volume 0 request 0x2d921c0-0x2d92120 0x2ec34c0-31 10000000.000000
+13 94.161914200906949 volume 0 compute 0x2dc3ea0-0x2d921a0 0x2ec3ac0-30
+13 95.447424902506953 volume 0 request 0x2dc3e60-0x2dc3fa0 0x2ec34c0-31
+26 95.447424902506953 volume 0 data 0x2d921c0-0x2d92120 0x2ec3440-32 10000000.000000
+13 97.423125698506951 volume 0 data 0x2dc3e20-0x2d920a0 0x2ec3440-32
+26 97.423125698506951 volume 0 compute 0x2d921c0-0x2d92120 0x2ec37c0-33 10000000.000000
+13 97.445108134686450 volume 0 compute 0x2dc3f20-0x2d92120 0x2ec37c0-33
+26 97.445108134686450 volume 0 request 0x2d921c0-0x2d92120 0x2ec3880-34 10000000.000000
+26 105.492670889094939 volume 0 data 0x2d921c0-0x2d92120 0x2ec3840-35 10000000.000000
+13 105.492670889094939 volume 0 request 0x2dc3ee0-0x2d92020 0x2ec3880-34
+26 109.265336877788570 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3ac0-36 10000000.000000
+13 109.265336877788570 volume 0 data 0x2dc3ea0-0x2d921a0 0x2ec3840-35
+13 109.287319313968069 volume 0 compute 0x2dc3f20-0x2d92120 0x2ec3ac0-36
+26 109.287319313968069 volume 0 request 0x2d921c0-0x2d92120 0x2ec3780-37 10000000.000000
+26 117.354893865263435 volume 0 data 0x2d921c0-0x2d92120 0x2ec34c0-38 10000000.000000
+13 117.354893865263435 volume 0 request 0x2dc3e60-0x2dc3fa0 0x2ec3780-37
+26 120.020784755663428 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3440-39 10000000.000000
+13 120.020784755663428 volume 0 data 0x2dc3e20-0x2d920a0 0x2ec34c0-38
+13 121.543604799101146 volume 0 compute 0x2dc3ee0-0x2d92020 0x2ec3440-39
+26 121.543604799101146 volume 0 request 0x2d921c0-0x2d92120 0x2ec3380-40 10000000.000000
+13 121.565587235280645 volume 0 request 0x2dc3f20-0x2d92120 0x2ec3380-40
+26 121.565587235280645 volume 0 data 0x2d921c0-0x2d92120 0x2ec3bc0-41 10000000.000000
+26 124.368759554670191 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3840-42 10000000.000000
+13 124.368759554670191 volume 0 data 0x2dc3ea0-0x2d921a0 0x2ec3bc0-41
+26 131.781769171944376 volume 0 request 0x2d921c0-0x2d92120 0x2ec3380-43 10000000.000000
+13 131.781769171944376 volume 0 compute 0x2dc3f20-0x2d92120 0x2ec3840-42
+26 136.173271859420481 volume 0 data 0x2d921c0-0x2d92120 0x2ec3440-44 10000000.000000
+13 136.173271859420481 volume 0 request 0x2dc3ee0-0x2d92020 0x2ec3380-43
+26 139.472182231551812 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3780-45 10000000.000000
+13 139.472182231551812 volume 0 data 0x2dc3ea0-0x2d921a0 0x2ec3440-44
+13 140.757692933151816 volume 0 compute 0x2dc3e60-0x2dc3fa0 0x2ec3780-45
+26 140.757692933151816 volume 0 request 0x2d921c0-0x2d92120 0x2ec3fc0-46 10000000.000000
+13 142.733393729151828 volume 0 request 0x2dc3e20-0x2d920a0 0x2ec3fc0-46
+26 142.733393729151828 volume 0 data 0x2d921c0-0x2d92120 0x2ec3840-47 10000000.000000
+13 142.755376165331342 volume 0 data 0x2dc3f20-0x2d92120 0x2ec3840-47
+26 142.755376165331342 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3ac0-48 10000000.000000
+26 150.802938919739830 volume 0 request 0x2d921c0-0x2d92120 0x2ec3380-49 10000000.000000
+13 150.802938919739830 volume 0 compute 0x2dc3ee0-0x2d92020 0x2ec3ac0-48
+26 154.575604908433434 volume 0 data 0x2d921c0-0x2d92120 0x2ec3440-50 10000000.000000
+13 154.575604908433434 volume 0 request 0x2dc3ea0-0x2d921a0 0x2ec3380-49
+13 154.597587344612947 volume 0 data 0x2dc3f20-0x2d92120 0x2ec3440-50
+26 154.597587344612947 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3ec0-51 10000000.000000
+26 162.665161895908284 volume 0 request 0x2d921c0-0x2d92120 0x2ec3780-52 10000000.000000
+13 162.665161895908284 volume 0 compute 0x2dc3e60-0x2dc3fa0 0x2ec3ec0-51
+26 165.331052786308305 volume 0 data 0x2d921c0-0x2d92120 0x2ec3fc0-53 10000000.000000
+13 165.331052786308305 volume 0 request 0x2dc3e20-0x2d920a0 0x2ec3780-52
+13 166.853872829746024 volume 0 data 0x2dc3ee0-0x2d92020 0x2ec3fc0-53
+26 166.853872829746024 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3880-54 10000000.000000
+13 166.875855265925537 volume 0 compute 0x2dc3f20-0x2d92120 0x2ec3880-54
+26 166.875855265925537 volume 0 request 0x2d921c0-0x2d92120 0x2ec37c0-55 10000000.000000
+26 169.679027585315055 volume 0 data 0x2d921c0-0x2d92120 0x2ec3380-56 10000000.000000
+13 169.679027585315055 volume 0 request 0x2dc3ea0-0x2d921a0 0x2ec37c0-55
+26 177.092037202589268 volume 0 compute 0x2d921c0-0x2d92120 0x2ec3880-57 10000000.000000
+13 177.092037202589268 volume 0 data 0x2dc3f20-0x2d92120 0x2ec3380-56
+26 181.483539890065373 volume 0 request 0x2d921c0-0x2d92120 0x2ec3fc0-58 10000000.000000
+13 181.483539890065373 volume 0 compute 0x2dc3ee0-0x2d92020 0x2ec3880-57
+26 184.782450262196676 volume 0 data 0x2d921c0-0x2d92120 0x2ec3ec0-59 10000000.000000
+13 184.782450262196676 volume 0 request 0x2dc3ea0-0x2d921a0 0x2ec3fc0-58
+13 186.067960963796679 volume 0 data 0x2dc3e60-0x2dc3fa0 0x2ec3ec0-59
+26 186.067960963796679 volume 0 finalize 0x2d921c0-0x2d92120 0x2ec3540-60 1000.000000
+13 186.088492296296693 volume 0 finalize 0x2dc3e20-0x2d920a0 0x2ec3540-60
+26 186.088492296296693 volume 0 finalize 0x2d921c0-0x2d92120 0x2ec3bc0-61 1000.000000
+26 187.286394885717101 volume 0 finalize 0x2d921c0-0x2d92120 0x2ec3380-62 1000.000000
+13 187.286394885717101 volume 0 finalize 0x2dc3f20-0x2d92120 0x2ec3bc0-61
+26 194.605737445773656 volume 0 finalize 0x2d921c0-0x2d92120 0x2ec3d40-63 1000.000000
+13 194.605737445773656 volume 0 finalize 0x2dc3ee0-0x2d92020 0x2ec3380-62
+26 197.910045541578313 volume 0 finalize 0x2d921c0-0x2d92120 0x2ebe040-64 1000.000000
+13 197.910045541578313 volume 0 finalize 0x2dc3ea0-0x2d921a0 0x2ec3d40-63
+13 206.703278154453159 volume 0 finalize 0x2dc3e60-0x2dc3fa0 0x2ebe040-64
+9 206.703278154453159 HOST Fafard
+9 206.703278154453159 HOST R.2-0
+9 206.703278154453159 HOST R.4-3
+9 206.703278154453159 HOST R.3-2-5
+9 206.703278154453159 HOST R.1-8-6
+9 206.703278154453159 HOST R.6-7
+9 206.703278154453159 HOST Tremblay
+9 206.703278154453159 HOST R.1-0
+9 206.703278154453159 HOST Bourassa
+9 206.703278154453159 HOST Jupiter
+9 206.703278154453159 HOST Ginette
index 0e08368..9cd9de7 100644 (file)
@@ -7,9 +7,9 @@ add_executable(ex_sd_test2 sd_test2.c)
 add_executable(ex_sd_seq_access sd_seq_access.c)
 
 ### Add definitions for compile
 add_executable(ex_sd_seq_access sd_seq_access.c)
 
 ### Add definitions for compile
-target_link_libraries(ex_sd_test simgrid pthread m -fprofile-arcs)
-target_link_libraries(ex_sd_test2 simgrid pthread m -fprofile-arcs)
-target_link_libraries(ex_sd_seq_access simgrid pthread m -fprofile-arcs)
+target_link_libraries(ex_sd_test simgrid pthread m )
+target_link_libraries(ex_sd_test2 simgrid pthread m )
+target_link_libraries(ex_sd_seq_access simgrid pthread m )
 
 add_custom_command(TARGET ex_sd_test
        POST_BUILD
 
 add_custom_command(TARGET ex_sd_test
        POST_BUILD
index f61f67f..6ddd602 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/simdag/dax/")
 add_executable(dax_test dax_test.c)
 
 ### Add definitions for compile
 add_executable(dax_test dax_test.c)
 
 ### Add definitions for compile
-target_link_libraries(dax_test simgrid pthread m -fprofile-arcs)
+target_link_libraries(dax_test simgrid pthread m )
index 39b01cf..7e53381 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/simdag/metaxml/")
 add_executable(sd_meta sd_meta.c)
 
 ### Add definitions for compile
 add_executable(sd_meta sd_meta.c)
 
 ### Add definitions for compile
-target_link_libraries(sd_meta simgrid pthread m -fprofile-arcs)
+target_link_libraries(sd_meta simgrid pthread m )
index c7e8e18..64c92c6 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/simdag/properties/")
 add_executable(sd_prop sd_prop.c)
 
 ### Add definitions for compile
 add_executable(sd_prop sd_prop.c)
 
 ### Add definitions for compile
-target_link_libraries(sd_prop simgrid pthread m -fprofile-arcs)
+target_link_libraries(sd_prop simgrid pthread m )
index cb57f24..0d115bc 100644 (file)
@@ -26,23 +26,23 @@ add_executable(split split.c)
 add_executable(mvmul mvmul.c)
 add_executable(smpi_sendrecv sendrecv.c)
 
 add_executable(mvmul mvmul.c)
 add_executable(smpi_sendrecv sendrecv.c)
 
-target_link_libraries(alltoall2 m simgrid smpi -fprofile-arcs)
-target_link_libraries(alltoall_basic m simgrid smpi -fprofile-arcs)
-target_link_libraries(alltoallv m simgrid smpi -fprofile-arcs)
-target_link_libraries(allreduce m simgrid smpi -fprofile-arcs)
-target_link_libraries(bcast m simgrid smpi -fprofile-arcs)
-target_link_libraries(bcbench m simgrid smpi -fprofile-arcs)
-target_link_libraries(compute m simgrid smpi -fprofile-arcs)
-target_link_libraries(compute2 m simgrid smpi -fprofile-arcs)
-target_link_libraries(compute3 m simgrid smpi -fprofile-arcs)
-target_link_libraries(first m simgrid smpi -fprofile-arcs)
-target_link_libraries(pingpong m simgrid smpi -fprofile-arcs)
-target_link_libraries(second m simgrid smpi -fprofile-arcs)
-target_link_libraries(scatter m simgrid smpi -fprofile-arcs)
-target_link_libraries(reduce m simgrid smpi -fprofile-arcs)
-target_link_libraries(split m simgrid smpi -fprofile-arcs)
-target_link_libraries(mvmul m simgrid smpi -fprofile-arcs)
-target_link_libraries(smpi_sendrecv m simgrid smpi -fprofile-arcs)
+target_link_libraries(alltoall2 m simgrid smpi )
+target_link_libraries(alltoall_basic m simgrid smpi )
+target_link_libraries(alltoallv m simgrid smpi )
+target_link_libraries(allreduce m simgrid smpi )
+target_link_libraries(bcast m simgrid smpi )
+target_link_libraries(bcbench m simgrid smpi )
+target_link_libraries(compute m simgrid smpi )
+target_link_libraries(compute2 m simgrid smpi )
+target_link_libraries(compute3 m simgrid smpi )
+target_link_libraries(first m simgrid smpi )
+target_link_libraries(pingpong m simgrid smpi )
+target_link_libraries(second m simgrid smpi )
+target_link_libraries(scatter m simgrid smpi )
+target_link_libraries(reduce m simgrid smpi )
+target_link_libraries(split m simgrid smpi )
+target_link_libraries(mvmul m simgrid smpi )
+target_link_libraries(smpi_sendrecv m simgrid smpi )
 
 add_custom_command(TARGET smpi_sendrecv
   POST_BUILD
 
 add_custom_command(TARGET smpi_sendrecv
   POST_BUILD
index d591a9b..89d9af4 100644 (file)
@@ -12,4 +12,4 @@ PROPERTIES GENERATED true)
 add_executable(testall ${USE_TEST_UNITS})
 
 ### Add definitions for compile
 add_executable(testall ${USE_TEST_UNITS})
 
 ### Add definitions for compile
-target_link_libraries(testall gras m -fprofile-arcs)
+target_link_libraries(testall gras m)
index e154e2e..e9e0aef 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/teshsuite/gras/datadesc/")
 add_executable(datadesc_usage datadesc_usage.c datadesc_structs.c)
 
 ### Add definitions for compile
 add_executable(datadesc_usage datadesc_usage.c datadesc_structs.c)
 
 ### Add definitions for compile
-target_link_libraries(datadesc_usage gras m pthread -fprofile-arcs)
+target_link_libraries(datadesc_usage gras m pthread)
index e8d2193..aff518c 100644 (file)
@@ -19,5 +19,5 @@ add_custom_command(
                                        )
                                        
 ### Add definitions for compile
                                        )
                                        
 ### Add definitions for compile
-target_link_libraries(empty_main_simulator simgrid m pthread -fprofile-arcs)
-target_link_libraries(empty_main_function gras m pthread -fprofile-arcs)
+target_link_libraries(empty_main_simulator simgrid m pthread)
+target_link_libraries(empty_main_function gras m pthread)
index f76e704..6e0aeca 100644 (file)
@@ -23,6 +23,6 @@ add_custom_command(
                                        )
 
 ### Add definitions for compile
                                        )
 
 ### Add definitions for compile
-target_link_libraries(msg_handle_simulator simgrid m pthread -fprofile-arcs)
-target_link_libraries(msg_handle_client gras m pthread -fprofile-arcs)
-target_link_libraries(msg_handle_server gras m pthread -fprofile-arcs)
+target_link_libraries(msg_handle_simulator simgrid m pthread )
+target_link_libraries(msg_handle_client gras m pthread )
+target_link_libraries(msg_handle_server gras m pthread )
index 5802995..d5d3e1d 100644 (file)
@@ -19,5 +19,5 @@ add_custom_command(
                                        )
                                        
 ### Add definitions for compile
                                        )
                                        
 ### Add definitions for compile
-target_link_libraries(small_sleep_simulator simgrid m pthread -fprofile-arcs)
-target_link_libraries(small_sleep_function gras m pthread -fprofile-arcs)
+target_link_libraries(small_sleep_simulator simgrid m pthread)
+target_link_libraries(small_sleep_function gras m pthread)
index 39bbf50..441cff8 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/teshsuite/msg/")
 add_executable(get_sender ${PROJECT_DIRECTORY}/teshsuite/msg/get_sender.c)
 
 ### Add definitions for compile
 add_executable(get_sender ${PROJECT_DIRECTORY}/teshsuite/msg/get_sender.c)
 
 ### Add definitions for compile
-target_link_libraries(get_sender simgrid m pthread -fprofile-arcs)
+target_link_libraries(get_sender simgrid m pthread )
index 73e97a3..5563242 100644 (file)
@@ -11,10 +11,10 @@ add_executable(basic5 basic5.c)
 add_executable(basic6 basic6.c)
 
 ### Add definitions for compile
 add_executable(basic6 basic6.c)
 
 ### Add definitions for compile
-target_link_libraries(basic0 simgrid m pthread -fprofile-arcs)
-target_link_libraries(basic1 simgrid m pthread -fprofile-arcs)
-target_link_libraries(basic2 simgrid m pthread -fprofile-arcs)
-target_link_libraries(basic3 simgrid m pthread -fprofile-arcs)
-target_link_libraries(basic4 simgrid m pthread -fprofile-arcs)
-target_link_libraries(basic5 simgrid m pthread -fprofile-arcs)
-target_link_libraries(basic6 simgrid m pthread -fprofile-arcs)
+target_link_libraries(basic0 simgrid m pthread )
+target_link_libraries(basic1 simgrid m pthread )
+target_link_libraries(basic2 simgrid m pthread )
+target_link_libraries(basic3 simgrid m pthread )
+target_link_libraries(basic4 simgrid m pthread )
+target_link_libraries(basic5 simgrid m pthread )
+target_link_libraries(basic6 simgrid m pthread )
index 948752f..b19d29e 100644 (file)
@@ -6,5 +6,5 @@ add_executable(test_reinit_costs test_reinit_costs.c)
 
 
 ### Add definitions for compile
 
 
 ### Add definitions for compile
-target_link_libraries(test_reinit_costs simgrid m pthread -fprofile-arcs)
+target_link_libraries(test_reinit_costs simgrid m pthread )
 
 
index 7740c9f..f19d099 100644 (file)
@@ -7,6 +7,6 @@ add_executable(test_intra_independent_comm test_intra_independent_comm.c)
 add_executable(test_intra_scatter test_intra_scatter.c)
 
 ### Add definitions for compile
 add_executable(test_intra_scatter test_intra_scatter.c)
 
 ### Add definitions for compile
-target_link_libraries(test_intra_all2all simgrid m pthread -fprofile-arcs)
-target_link_libraries(test_intra_independent_comm simgrid m pthread -fprofile-arcs)
-target_link_libraries(test_intra_scatter simgrid m pthread -fprofile-arcs)
+target_link_libraries(test_intra_all2all simgrid m pthread )
+target_link_libraries(test_intra_independent_comm simgrid m pthread )
+target_link_libraries(test_intra_scatter simgrid m pthread )
index 228253f..ccf95c9 100644 (file)
@@ -8,7 +8,7 @@ add_executable(test_latency3 test_latency3.c)
 add_executable(test_latency_bound test_latency_bound.c)
 
 ### Add definitions for compile
 add_executable(test_latency_bound test_latency_bound.c)
 
 ### Add definitions for compile
-target_link_libraries(test_latency1 simgrid m pthread -fprofile-arcs)
-target_link_libraries(test_latency2 simgrid m pthread -fprofile-arcs)
-target_link_libraries(test_latency3 simgrid m pthread -fprofile-arcs)
-target_link_libraries(test_latency_bound simgrid m pthread -fprofile-arcs)
+target_link_libraries(test_latency1 simgrid m pthread )
+target_link_libraries(test_latency2 simgrid m pthread )
+target_link_libraries(test_latency3 simgrid m pthread )
+target_link_libraries(test_latency_bound simgrid m pthread )
index 1ffb156..e912349 100644 (file)
@@ -6,5 +6,5 @@ add_executable(test_comp_only_seq test_comp_only_seq.c)
 add_executable(test_comp_only_par test_comp_only_par.c)
 
 ### Add definitions for compile
 add_executable(test_comp_only_par test_comp_only_par.c)
 
 ### Add definitions for compile
-target_link_libraries(test_comp_only_seq simgrid m pthread -fprofile-arcs)
-target_link_libraries(test_comp_only_par simgrid m pthread -fprofile-arcs)
+target_link_libraries(test_comp_only_seq simgrid m pthread )
+target_link_libraries(test_comp_only_par simgrid m pthread )
index 5a281ee..e3098ed 100644 (file)
@@ -6,5 +6,5 @@ add_executable(basic_parsing_test basic_parsing_test.c)
 add_executable(flatifier flatifier.c)
 
 ### Add definitions for compile
 add_executable(flatifier flatifier.c)
 
 ### Add definitions for compile
-target_link_libraries(basic_parsing_test simgrid m pthread -fprofile-arcs)
-target_link_libraries(flatifier simgrid m pthread -fprofile-arcs)
+target_link_libraries(basic_parsing_test simgrid m pthread )
+target_link_libraries(flatifier simgrid m pthread )
index 7927151..cb2c98b 100644 (file)
@@ -6,5 +6,5 @@ add_executable(log_large_test log_large_test.c)
 add_executable(parallel_log_crashtest parallel_log_crashtest.c)
 
 ### Add definitions for compile
 add_executable(parallel_log_crashtest parallel_log_crashtest.c)
 
 ### Add definitions for compile
-target_link_libraries(log_large_test gras m pthread -fprofile-arcs)
-target_link_libraries(parallel_log_crashtest gras m pthread -fprofile-arcs)
+target_link_libraries(log_large_test gras m pthread )
+target_link_libraries(parallel_log_crashtest gras m pthread )
index 92d2e66..72c2393 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/testsuite/simdag/")
 add_executable(sd_test sd_test.c)
 
 ### Add definitions for compile
 add_executable(sd_test sd_test.c)
 
 ### Add definitions for compile
-target_link_libraries(sd_test simgrid m -fprofile-arcs
+target_link_libraries(sd_test simgrid m ) 
index 6a60df6..8b617d9 100644 (file)
@@ -9,8 +9,8 @@ add_executable(surf_usage2 "surf_usage2.c")
 add_executable(trace_usage "trace_usage.c")
 
 ### Add definitions for compile
 add_executable(trace_usage "trace_usage.c")
 
 ### Add definitions for compile
-target_link_libraries(lmm_usage simgrid m -fprofile-arcs
-target_link_libraries(maxmin_bench simgrid m -fprofile-arcs
-target_link_libraries(surf_usage simgrid m -fprofile-arcs
-target_link_libraries(surf_usage2 simgrid m -fprofile-arcs
-target_link_libraries(trace_usage simgrid m -fprofile-arcs
+target_link_libraries(lmm_usage simgrid m ) 
+target_link_libraries(maxmin_bench simgrid m ) 
+target_link_libraries(surf_usage simgrid m ) 
+target_link_libraries(surf_usage2 simgrid m ) 
+target_link_libraries(trace_usage simgrid m ) 
index cd690a1..f6593ec 100644 (file)
@@ -7,6 +7,6 @@ add_executable(graphxml_usage "graphxml_usage.c")
 add_executable(heap_bench "heap_bench.c")
 
 ### Add definitions for compile
 add_executable(heap_bench "heap_bench.c")
 
 ### Add definitions for compile
-target_link_libraries(log_usage gras m -fprofile-arcs)
-target_link_libraries(graphxml_usage simgrid m -fprofile-arcs)
-target_link_libraries(heap_bench gras m -fprofile-arcs)
+target_link_libraries(log_usage gras m )
+target_link_libraries(graphxml_usage simgrid m )
+target_link_libraries(heap_bench gras m )
index 406e98d..cb25013 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${CMAKE_BINARY_DIR}/bin")
 add_executable(gras_stub_generator stub_generator.c unix_stub_generator.c windows_stub_generator.c)
 
 ### Add definitions for compile
 add_executable(gras_stub_generator stub_generator.c unix_stub_generator.c windows_stub_generator.c)
 
 ### Add definitions for compile
-target_link_libraries(gras_stub_generator simgrid pthread m -fprofile-arcs)
\ No newline at end of file
+target_link_libraries(gras_stub_generator simgrid pthread m)
\ No newline at end of file
index 9f05b93..37cd50b 100644 (file)
@@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${CMAKE_BINARY_DIR}/bin/")
 add_executable(tesh tesh.c run_context.c signal.c)
 
 ### Add definitions for compile
 add_executable(tesh tesh.c run_context.c signal.c)
 
 ### Add definitions for compile
-target_link_libraries(tesh gras m pthread -fprofile-arcs
+target_link_libraries(tesh gras m pthread)