File: io-file-remote.tesh

package info (click to toggle)
simgrid 4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 38,980 kB
  • sloc: cpp: 123,583; ansic: 66,779; python: 8,358; java: 6,406; fortran: 6,079; f90: 5,123; xml: 4,587; sh: 2,337; perl: 1,436; makefile: 105; lisp: 49; javascript: 7; sed: 6
file content (43 lines) | stat: -rw-r--r-- 2,275 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#!/usr/bin/env tesh

$ ${bindir:=.}/c-io-file-remote ${platfdir}/hosts_with_disks.xml io-file-remote_d.xml "--log=root.fmt:[%10.6r]%e(%i@%5h)%e%m%n"
> [  0.000000] (0@     ) Init: alice: 12/511987 MiB used/free on 'Disk1@alice'
> [  0.000000] (0@     ) Init: bob: 35/511964 MiB used/free on 'Disk1@bob'
> [  0.000000] (0@     ) Init: bob: 0/512000 MiB used/free on 'Disk2@bob'
> [  0.000000] (0@     ) Init: carl: 35/511964 MiB used/free on 'Disk1@bob'
> [  0.000000] (1@alice) Opened file '/include/simgrid_dtd.h'
> [  0.000000] (1@alice) File Descriptor information:
>		Full path: '/include/simgrid_dtd.h'
>		Size: 23583
>		Mount point: '/'
>		Disk Id: 'Disk1'
>		Host Id: 'alice'
>		File Descriptor Id: 0
> [  0.000000] (1@alice) Try to write 23 MiB to '/include/simgrid_dtd.h'
> [  0.000000] (2@  bob) Opened file '/scratch/doc/simgrid/examples/platforms/g5k.xml'
> [  0.000000] (2@  bob) File Descriptor information:
>		Full path: '/scratch/doc/simgrid/examples/platforms/g5k.xml'
>		Size: 17028
>		Mount point: '/scratch'
>		Disk Id: 'Disk1'
>		Host Id: 'bob'
>		File Descriptor Id: 0
> [  0.000000] (2@  bob) Try to write 16 MiB to '/scratch/doc/simgrid/examples/platforms/g5k.xml'
> [  0.000000] (3@ carl) Opened file '/scratch/include/simgrid_dtd.h'
> [  0.000000] (3@ carl) File Descriptor information:
>		Full path: '/scratch/include/simgrid_dtd.h'
>		Size: 23583
>		Mount point: '/scratch'
>		Disk Id: 'Disk1'
>		Host Id: 'bob'
>		File Descriptor Id: 0
> [  0.000000] (3@ carl) Try to write 23 MiB to '/scratch/include/simgrid_dtd.h'
> [  0.301862] (1@alice) Have written 23 MiB to '/include/simgrid_dtd.h'.
> [  0.301862] (1@alice) Move '/include/simgrid_dtd.h' (of size 24148992) from 'alice' to 'bob'
> [  0.660757] (2@  bob) Have written 16 MiB to '/scratch/doc/simgrid/examples/platforms/g5k.xml'.
> [  0.660757] (2@  bob) Copy '/scratch/doc/simgrid/examples/platforms/g5k.xml' (of size 17436672) from 'bob' to 'alice'
> [  1.234522] (3@ carl) Have written 23 MiB to '/scratch/include/simgrid_dtd.h'.
> [  1.643366] (0@     ) End: 29/511970 MiB used/free on 'Disk1@alice'
> [  1.643366] (0@     ) End: 97/511902 MiB used/free on 'Disk1@bob'
> [  1.643366] (0@     ) End: 0/512000 MiB used/free on 'Disk2@bob'
> [  1.643366] (0@     ) Simulation time 1.64337