From: navarrop Date: Thu, 17 Jun 2010 10:10:42 +0000 (+0000) Subject: Delete unused -fprofile-arcs flags. X-Git-Tag: v3_5~921 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/db9e1e77f7d08a187ac8e5588e42b3358879de9f Delete unused -fprofile-arcs flags. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7888 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/examples/amok/bandwidth/CMakeLists.txt b/examples/amok/bandwidth/CMakeLists.txt index dc3872159d..d7eb8be695 100644 --- a/examples/amok/bandwidth/CMakeLists.txt +++ b/examples/amok/bandwidth/CMakeLists.txt @@ -23,6 +23,6 @@ add_custom_command( ) ### 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 ) diff --git a/examples/amok/saturate/CMakeLists.txt b/examples/amok/saturate/CMakeLists.txt index a8e2787a13..920a64d65b 100644 --- a/examples/amok/saturate/CMakeLists.txt +++ b/examples/amok/saturate/CMakeLists.txt @@ -23,6 +23,6 @@ add_custom_command( ) ### 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 diff --git a/examples/gras/all2all/CMakeLists.txt b/examples/gras/all2all/CMakeLists.txt index 3cc7db2eb8..6a727e86b7 100644 --- a/examples/gras/all2all/CMakeLists.txt +++ b/examples/gras/all2all/CMakeLists.txt @@ -23,6 +23,6 @@ add_custom_command( ) ### 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 ) diff --git a/examples/gras/chrono/CMakeLists.txt b/examples/gras/chrono/CMakeLists.txt index a31dae26b0..14d0b39975 100644 --- a/examples/gras/chrono/CMakeLists.txt +++ b/examples/gras/chrono/CMakeLists.txt @@ -19,5 +19,5 @@ add_custom_command( ) ### 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 diff --git a/examples/gras/mmrpc/CMakeLists.txt b/examples/gras/mmrpc/CMakeLists.txt index 3216e0e406..3abe43f02b 100644 --- a/examples/gras/mmrpc/CMakeLists.txt +++ b/examples/gras/mmrpc/CMakeLists.txt @@ -27,6 +27,6 @@ add_custom_command( ) ### 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 ) diff --git a/examples/gras/mutual_exclusion/simple_token/CMakeLists.txt b/examples/gras/mutual_exclusion/simple_token/CMakeLists.txt index 87299f1d94..d668d586cd 100644 --- a/examples/gras/mutual_exclusion/simple_token/CMakeLists.txt +++ b/examples/gras/mutual_exclusion/simple_token/CMakeLists.txt @@ -19,6 +19,6 @@ add_custom_command( ) ### 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 ) diff --git a/examples/gras/ping/CMakeLists.txt b/examples/gras/ping/CMakeLists.txt index 82b337d08b..4ea683833d 100644 --- a/examples/gras/ping/CMakeLists.txt +++ b/examples/gras/ping/CMakeLists.txt @@ -26,6 +26,6 @@ add_custom_command( ) ### 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 ) diff --git a/examples/gras/pmm/CMakeLists.txt b/examples/gras/pmm/CMakeLists.txt index a1b6b87b89..9f7e3d12b3 100644 --- a/examples/gras/pmm/CMakeLists.txt +++ b/examples/gras/pmm/CMakeLists.txt @@ -23,6 +23,6 @@ add_custom_command( ) ### 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 ) diff --git a/examples/gras/properties/CMakeLists.txt b/examples/gras/properties/CMakeLists.txt index ab5453b877..3ec065e5be 100644 --- a/examples/gras/properties/CMakeLists.txt +++ b/examples/gras/properties/CMakeLists.txt @@ -22,6 +22,6 @@ add_custom_command( ) ### 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 ) diff --git a/examples/gras/rpc/CMakeLists.txt b/examples/gras/rpc/CMakeLists.txt index c3d99daf39..ddb6fc18f4 100644 --- a/examples/gras/rpc/CMakeLists.txt +++ b/examples/gras/rpc/CMakeLists.txt @@ -23,7 +23,7 @@ add_custom_command( ) ### 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 ) diff --git a/examples/gras/spawn/CMakeLists.txt b/examples/gras/spawn/CMakeLists.txt index 9b1bbc44f1..af74bf3b06 100644 --- a/examples/gras/spawn/CMakeLists.txt +++ b/examples/gras/spawn/CMakeLists.txt @@ -28,9 +28,9 @@ add_custom_command( ) ### 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 ) diff --git a/examples/gras/synchro/CMakeLists.txt b/examples/gras/synchro/CMakeLists.txt index 01e2c261bd..ffc032c18b 100644 --- a/examples/gras/synchro/CMakeLists.txt +++ b/examples/gras/synchro/CMakeLists.txt @@ -19,5 +19,5 @@ add_custom_command( ) ### 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 ) diff --git a/examples/gras/timer/CMakeLists.txt b/examples/gras/timer/CMakeLists.txt index 1eef88a1d8..ad883e96db 100644 --- a/examples/gras/timer/CMakeLists.txt +++ b/examples/gras/timer/CMakeLists.txt @@ -19,5 +19,5 @@ add_custom_command( ) ### 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 ) diff --git a/examples/msg/actions/CMakeLists.txt b/examples/msg/actions/CMakeLists.txt index 31c51a6188..c5301824b0 100644 --- a/examples/msg/actions/CMakeLists.txt +++ b/examples/msg/actions/CMakeLists.txt @@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/actions/") add_executable(actions actions.c) ### Add definitions for compile -target_link_libraries(actions simgrid m -fprofile-arcs) +target_link_libraries(actions simgrid m ) diff --git a/examples/msg/gtnets/CMakeLists.txt b/examples/msg/gtnets/CMakeLists.txt index 3829a73a6f..c9a36fc64b 100644 --- a/examples/msg/gtnets/CMakeLists.txt +++ b/examples/msg/gtnets/CMakeLists.txt @@ -5,5 +5,5 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/gtnets/") add_executable(gtnets "gtnets.c") ### Add definitions for compile -target_link_libraries(gtnets simgrid m -fprofile-arcs) +target_link_libraries(gtnets simgrid m ) diff --git a/examples/msg/masterslave/CMakeLists.txt b/examples/msg/masterslave/CMakeLists.txt index 01789bbad0..cd5f0cede2 100644 --- a/examples/msg/masterslave/CMakeLists.txt +++ b/examples/msg/masterslave/CMakeLists.txt @@ -8,7 +8,7 @@ add_executable(masterslave_mailbox "masterslave_mailbox.c") 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 ) diff --git a/examples/msg/mc/CMakeLists.txt b/examples/msg/mc/CMakeLists.txt index 868bd24eb7..3fab5c94b6 100644 --- a/examples/msg/mc/CMakeLists.txt +++ b/examples/msg/mc/CMakeLists.txt @@ -8,8 +8,8 @@ add_executable(bugged2 bugged2.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 ) diff --git a/examples/msg/migration/CMakeLists.txt b/examples/msg/migration/CMakeLists.txt index 5335fa795a..52cf64fee3 100644 --- a/examples/msg/migration/CMakeLists.txt +++ b/examples/msg/migration/CMakeLists.txt @@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/migration/") 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 index 0000000000..b3cf26f62f --- /dev/null +++ b/examples/msg/ms.trace @@ -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 diff --git a/examples/msg/parallel_task/CMakeLists.txt b/examples/msg/parallel_task/CMakeLists.txt index 47ea0de305..3170842477 100644 --- a/examples/msg/parallel_task/CMakeLists.txt +++ b/examples/msg/parallel_task/CMakeLists.txt @@ -6,5 +6,5 @@ add_executable(parallel_task parallel_task.c) 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 ) diff --git a/examples/msg/priority/CMakeLists.txt b/examples/msg/priority/CMakeLists.txt index dcff70f295..a355235a8a 100644 --- a/examples/msg/priority/CMakeLists.txt +++ b/examples/msg/priority/CMakeLists.txt @@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/priority/") 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 index 0000000000..5fc5e85620 --- /dev/null +++ b/examples/msg/procmig.trace @@ -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 diff --git a/examples/msg/properties/CMakeLists.txt b/examples/msg/properties/CMakeLists.txt index 15df2aa541..3a01ad9ace 100644 --- a/examples/msg/properties/CMakeLists.txt +++ b/examples/msg/properties/CMakeLists.txt @@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/properties/") 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 ) diff --git a/examples/msg/sendrecv/CMakeLists.txt b/examples/msg/sendrecv/CMakeLists.txt index 9e9aa9b35b..3a48e3557c 100644 --- a/examples/msg/sendrecv/CMakeLists.txt +++ b/examples/msg/sendrecv/CMakeLists.txt @@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/sendrecv/") add_executable(sendrecv sendrecv.c) ### Add definitions for compile -target_link_libraries(sendrecv simgrid m -fprofile-arcs) +target_link_libraries(sendrecv simgrid m ) diff --git a/examples/msg/suspend/CMakeLists.txt b/examples/msg/suspend/CMakeLists.txt index f23cfe0d11..0f3f43472f 100644 --- a/examples/msg/suspend/CMakeLists.txt +++ b/examples/msg/suspend/CMakeLists.txt @@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/suspend/") 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 index 0000000000..e2460fb3b6 --- /dev/null +++ b/examples/msg/tasks.trace @@ -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 diff --git a/examples/msg/trace/CMakeLists.txt b/examples/msg/trace/CMakeLists.txt index f42d4d53c0..b8c9860e6e 100644 --- a/examples/msg/trace/CMakeLists.txt +++ b/examples/msg/trace/CMakeLists.txt @@ -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 -target_link_libraries(test_trace_integration simgrid m -fprofile-arcs) +target_link_libraries(test_trace_integration simgrid m ) diff --git a/examples/msg/tracing/CMakeLists.txt b/examples/msg/tracing/CMakeLists.txt index 8d995b4056..959e01b91a 100644 --- a/examples/msg/tracing/CMakeLists.txt +++ b/examples/msg/tracing/CMakeLists.txt @@ -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 -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 index 0000000000..24c1c1cc8d --- /dev/null +++ b/examples/msg/volume.trace @@ -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 diff --git a/examples/simdag/CMakeLists.txt b/examples/simdag/CMakeLists.txt index 0e08368051..9cd9de7b9c 100644 --- a/examples/simdag/CMakeLists.txt +++ b/examples/simdag/CMakeLists.txt @@ -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 -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 diff --git a/examples/simdag/dax/CMakeLists.txt b/examples/simdag/dax/CMakeLists.txt index f61f67f104..6ddd6027de 100644 --- a/examples/simdag/dax/CMakeLists.txt +++ b/examples/simdag/dax/CMakeLists.txt @@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/simdag/dax/") 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 ) diff --git a/examples/simdag/metaxml/CMakeLists.txt b/examples/simdag/metaxml/CMakeLists.txt index 39b01cf15e..7e5338159b 100644 --- a/examples/simdag/metaxml/CMakeLists.txt +++ b/examples/simdag/metaxml/CMakeLists.txt @@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/simdag/metaxml/") 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 ) diff --git a/examples/simdag/properties/CMakeLists.txt b/examples/simdag/properties/CMakeLists.txt index c7e8e180ad..64c92c6245 100644 --- a/examples/simdag/properties/CMakeLists.txt +++ b/examples/simdag/properties/CMakeLists.txt @@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/simdag/properties/") 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 ) diff --git a/examples/smpi/CMakeLists.txt b/examples/smpi/CMakeLists.txt index cb57f24599..0d115bc5ee 100644 --- a/examples/smpi/CMakeLists.txt +++ b/examples/smpi/CMakeLists.txt @@ -26,23 +26,23 @@ add_executable(split split.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 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index d591a9b12e..89d9af4588 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -12,4 +12,4 @@ PROPERTIES GENERATED true) add_executable(testall ${USE_TEST_UNITS}) ### Add definitions for compile -target_link_libraries(testall gras m -fprofile-arcs) +target_link_libraries(testall gras m) diff --git a/teshsuite/gras/datadesc/CMakeLists.txt b/teshsuite/gras/datadesc/CMakeLists.txt index e154e2e569..e9e0aef472 100644 --- a/teshsuite/gras/datadesc/CMakeLists.txt +++ b/teshsuite/gras/datadesc/CMakeLists.txt @@ -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 -target_link_libraries(datadesc_usage gras m pthread -fprofile-arcs) +target_link_libraries(datadesc_usage gras m pthread) diff --git a/teshsuite/gras/empty_main/CMakeLists.txt b/teshsuite/gras/empty_main/CMakeLists.txt index e8d2193785..aff518ca4b 100644 --- a/teshsuite/gras/empty_main/CMakeLists.txt +++ b/teshsuite/gras/empty_main/CMakeLists.txt @@ -19,5 +19,5 @@ add_custom_command( ) ### 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) diff --git a/teshsuite/gras/msg_handle/CMakeLists.txt b/teshsuite/gras/msg_handle/CMakeLists.txt index f76e704733..6e0aeca271 100644 --- a/teshsuite/gras/msg_handle/CMakeLists.txt +++ b/teshsuite/gras/msg_handle/CMakeLists.txt @@ -23,6 +23,6 @@ add_custom_command( ) ### 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 ) diff --git a/teshsuite/gras/small_sleep/CMakeLists.txt b/teshsuite/gras/small_sleep/CMakeLists.txt index 5802995900..d5d3e1de4a 100644 --- a/teshsuite/gras/small_sleep/CMakeLists.txt +++ b/teshsuite/gras/small_sleep/CMakeLists.txt @@ -19,5 +19,5 @@ add_custom_command( ) ### 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) diff --git a/teshsuite/msg/CMakeLists.txt b/teshsuite/msg/CMakeLists.txt index 39bbf50a17..441cff89da 100644 --- a/teshsuite/msg/CMakeLists.txt +++ b/teshsuite/msg/CMakeLists.txt @@ -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 -target_link_libraries(get_sender simgrid m pthread -fprofile-arcs) +target_link_libraries(get_sender simgrid m pthread ) diff --git a/teshsuite/simdag/CMakeLists.txt b/teshsuite/simdag/CMakeLists.txt index 73e97a3c3a..556324295f 100644 --- a/teshsuite/simdag/CMakeLists.txt +++ b/teshsuite/simdag/CMakeLists.txt @@ -11,10 +11,10 @@ add_executable(basic5 basic5.c) 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 ) diff --git a/teshsuite/simdag/network/CMakeLists.txt b/teshsuite/simdag/network/CMakeLists.txt index 948752fc83..b19d29e15b 100644 --- a/teshsuite/simdag/network/CMakeLists.txt +++ b/teshsuite/simdag/network/CMakeLists.txt @@ -6,5 +6,5 @@ add_executable(test_reinit_costs test_reinit_costs.c) ### Add definitions for compile -target_link_libraries(test_reinit_costs simgrid m pthread -fprofile-arcs) +target_link_libraries(test_reinit_costs simgrid m pthread ) diff --git a/teshsuite/simdag/network/mxn/CMakeLists.txt b/teshsuite/simdag/network/mxn/CMakeLists.txt index 7740c9f2f3..f19d099a17 100644 --- a/teshsuite/simdag/network/mxn/CMakeLists.txt +++ b/teshsuite/simdag/network/mxn/CMakeLists.txt @@ -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 -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 ) diff --git a/teshsuite/simdag/network/p2p/CMakeLists.txt b/teshsuite/simdag/network/p2p/CMakeLists.txt index 228253f9a5..ccf95c9f3b 100644 --- a/teshsuite/simdag/network/p2p/CMakeLists.txt +++ b/teshsuite/simdag/network/p2p/CMakeLists.txt @@ -8,7 +8,7 @@ add_executable(test_latency3 test_latency3.c) 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 ) diff --git a/teshsuite/simdag/partask/CMakeLists.txt b/teshsuite/simdag/partask/CMakeLists.txt index 1ffb156556..e912349ff4 100644 --- a/teshsuite/simdag/partask/CMakeLists.txt +++ b/teshsuite/simdag/partask/CMakeLists.txt @@ -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 -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 ) diff --git a/teshsuite/simdag/platforms/CMakeLists.txt b/teshsuite/simdag/platforms/CMakeLists.txt index 5a281ee6af..e3098edabf 100644 --- a/teshsuite/simdag/platforms/CMakeLists.txt +++ b/teshsuite/simdag/platforms/CMakeLists.txt @@ -6,5 +6,5 @@ add_executable(basic_parsing_test basic_parsing_test.c) 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 ) diff --git a/teshsuite/xbt/CMakeLists.txt b/teshsuite/xbt/CMakeLists.txt index 79271514fb..cb2c98bdc0 100644 --- a/teshsuite/xbt/CMakeLists.txt +++ b/teshsuite/xbt/CMakeLists.txt @@ -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 -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 ) diff --git a/testsuite/simdag/CMakeLists.txt b/testsuite/simdag/CMakeLists.txt index 92d2e66204..72c239380d 100644 --- a/testsuite/simdag/CMakeLists.txt +++ b/testsuite/simdag/CMakeLists.txt @@ -5,4 +5,4 @@ set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/testsuite/simdag/") 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 ) diff --git a/testsuite/surf/CMakeLists.txt b/testsuite/surf/CMakeLists.txt index 6a60df67e5..8b617d9162 100644 --- a/testsuite/surf/CMakeLists.txt +++ b/testsuite/surf/CMakeLists.txt @@ -9,8 +9,8 @@ add_executable(surf_usage2 "surf_usage2.c") 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 ) diff --git a/testsuite/xbt/CMakeLists.txt b/testsuite/xbt/CMakeLists.txt index cd690a1f6d..f6593ec07f 100644 --- a/testsuite/xbt/CMakeLists.txt +++ b/testsuite/xbt/CMakeLists.txt @@ -7,6 +7,6 @@ add_executable(graphxml_usage "graphxml_usage.c") 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 ) diff --git a/tools/gras/CMakeLists.txt b/tools/gras/CMakeLists.txt index 406e98dca5..cb2501361a 100644 --- a/tools/gras/CMakeLists.txt +++ b/tools/gras/CMakeLists.txt @@ -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 -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 diff --git a/tools/tesh/CMakeLists.txt b/tools/tesh/CMakeLists.txt index 9f05b93bf8..37cd50b4bf 100644 --- a/tools/tesh/CMakeLists.txt +++ b/tools/tesh/CMakeLists.txt @@ -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 -target_link_libraries(tesh gras m pthread -fprofile-arcs) +target_link_libraries(tesh gras m pthread)