Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Test if the configuration into tag_config is already set by command line.
[simgrid.git] / teshsuite / simdag / platforms / basic_parsing_test.tesh
index 7f6f5e9..7c910f4 100644 (file)
@@ -1,21 +1,96 @@
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_cluster_foreach.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_cluster_one_host_random.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_cluster_one_host.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_cluster_properties_foreach.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_cluster.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_host_availability.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_host_properties.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_host_state_file.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_host_state_off.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_host_state_on.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_host_trace_inside.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_host.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_link_availability.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_link_fatpipe.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_link_shared.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms one_link_state_file.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms three_hosts_non_symmetric_route.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms two_clusters_symmetric.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms two_clusters.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms two_hosts_multi_hop.xml
-$ simdag/platforms/basic_parsing_test --log=xbt_cfg.thres:critical --cfg=path:${srcdir:=.}/simdag/platforms two_hosts_one_link.xml
+$ ${bindir:=.}/basic_parsing_test one_cluster.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 5, link number: 8
+
+$ ${bindir:=.}/basic_parsing_test one_host_availability.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 1, link number: 1
+
+$ ${bindir:=.}/basic_parsing_test one_host_properties.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 1, link number: 1
+
+$ ${bindir:=.}/basic_parsing_test one_host_state_file.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 1, link number: 1
+
+$ ${bindir:=.}/basic_parsing_test one_host_state_off.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 1, link number: 1
+
+$ ${bindir:=.}/basic_parsing_test one_host_state_on.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 1, link number: 1
+
+$ ${bindir:=.}/basic_parsing_test one_host_trace_file.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 1, link number: 1
+
+$ ${bindir:=.}/basic_parsing_test one_host_trace_inside.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 1, link number: 1
+
+$ ${bindir:=.}/basic_parsing_test one_host.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 1, link number: 1
+
+$ ${bindir:=.}/basic_parsing_test one_link_availability.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 1, link number: 2
+
+$ ${bindir:=.}/basic_parsing_test one_link_fatpipe.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 1, link number: 2
+
+$ ${bindir:=.}/basic_parsing_test one_link_shared.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 1, link number: 2
+
+$ ${bindir:=.}/basic_parsing_test one_link_state_file.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 1, link number: 2
+
+$ ${bindir:=.}/basic_parsing_test three_hosts_non_symmetric_route.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 3, link number: 4
+
+$ ${bindir:=.}/basic_parsing_test two_clusters.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 10, link number: 16
+
+$ ${bindir:=.}/basic_parsing_test two_hosts_multi_hop.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 2, link number: 4
+
+$ ${bindir:=.}/basic_parsing_test two_hosts_one_link.xml --log=root.fmt:[%10.6r]%e(%i:%P@%h)%e%m%n
+> [  0.000000] (0:@) surf_workstation_model_init_ptask_L07
+> Workstation number: 2, link number: 2
+
+$ ${bindir:=.}/basic_parsing_test ./four_hosts_floyd.xml
+> [0.000000] [surf_workstation/INFO] surf_workstation_model_init_ptask_L07
+> Workstation number: 4, link number: 5
+
+$ ${bindir:=.}/basic_parsing_test ./four_hosts_floyd_bis.xml
+> [0.000000] [surf_workstation/INFO] surf_workstation_model_init_ptask_L07
+> Workstation number: 5, link number: 7
+
+$ ${bindir:=.}/basic_parsing_test ./properties.xml
+> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '0.000010'
+> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cpu/model' to 'CpuTI'
+> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'workstation/model' to 'compound'
+> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'Vegas'
+> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'path' to '~/'
+> Workstation number: 1, link number: 1
+
+$ ${bindir:=.}/basic_parsing_test ./properties.xml --cfg=cpu/model:CpuTI
+> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'cpu/model' to 'CpuTI'
+> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'maxmin/precision' to '0.000010'
+> [0.000000] [surf_route/INFO] The custom configuration 'cpu/model' is already define by user!
+> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'workstation/model' to 'compound'
+> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'network/model' to 'Vegas'
+> [0.000000] [xbt_cfg/INFO] Configuration change: Set 'path' to '~/'
+> Workstation number: 1, link number: 1
+
+$ ${bindir:=.}/basic_parsing_test ./one_cluster_file.xml
+> [0.000000] [surf_workstation/INFO] surf_workstation_model_init_ptask_L07
+> Workstation number: 2, link number: 5
\ No newline at end of file