forked from LLNL/Silo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsilo_syscalls.txt
67 lines (63 loc) · 1.04 KB
/
silo_syscalls.txt
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Required by Silo library + PDB driver
--------------------------------------
fstat or fstat64
stat or stat64
lseek
open, close
read, write
exit
time (PDB driver could probably be removed)
Required by Silo library + HDF5 driver
--------------------------------------
Note: most of these come from HDF5 library.
Some may be optional or removeable at expense of loss
of minor features. Asked HDF Group for analysis.
time
getpwuid
getuid
fsync
write
read
access
fstat
fileno
signal
sigprocmask
gettimeofday
getcwd
open
lseek
read
close
lstat
stat
fstat
ftruncate
Required by Silo Library compression features
-------------------------------------
access (could maybe replace with another, used by compression)
flush (used by compression feature)
Required by Silo tools
----------------------
Note: not typically necessary to run tools on compute nodes
ioctl
kill
getpid
sigaction
passwd
access
exit
gettimeofday
Required by Silo tests
----------------------
Note: not all Silo tests use all these
unlink
mkdir
rmdir
gettimeofday
exit
lseek
write
read
close
open