-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy paths.sed
More file actions
46 lines (39 loc) · 791 Bytes
/
Copy paths.sed
File metadata and controls
46 lines (39 loc) · 791 Bytes
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
s/@X@/s/g
s/@SX@/s/g
s/@IX@/s/g
s/@LX@/ls/g
s/@S@//g
s/@CONJG@//g
s/@TYPE@/real/g
s/@RTYPE@/real/g
s/@FKIND@/psb_spk_/g
s/@IXKIND@/psb_ipk_/g
s/@LXKIND@/psb_lpk_/g
s/@RT@/s/g
s/@SIZET@/psb_sizeof_sp/g
s/@XZERO@/szero/g
s/@XONE@/sone/g
s/@RZERO@/szero/g
s/@RONE@/sone/g
s/@DOT@/sdot/g
s/@NRM2@/snrm2/g
/^ *@INTS@ *$/,/^ *@INTE@ *$/d
/^ *@LINTS@ *$/,/^ *@LINTE@ *$/d
/^ *@NOTINTS@ *$/d
/^ *@NOTINTE@ *$/d
/^ *@CPLXS@ *$/,/^ *@CPLXE@ *$/d
/^ *@NOTCPLXS@ *$/d
/^ *@NOTCPLXE@ *$/d
/^ *@REALS@ *$/d
/^ *@REALE@ *$/d
/^ *@DPKS@ *$/,/^ *@DPKE@ *$/d
/^ *@SPKS@ *$/d
/^ *@SPKE@ *$/d
s/@MPI_TYPE@/psb_mpi_r_spk_/g
s/@PSB_TAG@/psb_real_tag/g
s/@PSB_SWAP_TAG@/psb_real_swap_tag/g
s/@SPGPU_TYPE@/spgpu_type_float/g
s/@CTYPE@/Float/g
s/@FLAG_COMPLEX@//g
s/@FCKIND@/c_float/g
s/@FRCKIND@/c_float/g