forked from Sandia-OpenSHMEM/SOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
75 lines (71 loc) · 1011 Bytes
/
.gitignore
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
68
69
70
71
72
73
74
.libs
.deps
.dirstamp
*.o
*.lo
*.la
.*.sw*
stamp-h?
Makefile
Makefile.in
aclocal.m4
autom4te.cache
config.h
config.h.in
config.h.in~
config.log
config.status
config.lt
configure
libtool
libfabric.spec
doxygen
mpichconf.h*
config/ar-lib
config/compile
config/config.guess
config/config.sub
config/depcomp
config/install-sh
config/libtool.m4
config/ltmain.sh
config/lt*.m4
config/missing
config/test-driver
mpp/shmem.fh
mpp/shmem.h
mpp/shmem.h4
mpp/shmemx.fh
mpp/shmemx.h
mpp/shmem_c_func.h4
mpp/shmemx_c_func.h4
sandia-openshmem.spec
src/oshCC
src/oshc++
src/oshcc
src/oshfort
src/oshrun
src/atomic_c.c
src/collectives_c.c
src/collectives_f.c
src/data_c.c
src/data_f.c
src/synchronization_c.c
src/build_info.h
src/sos.pc
bindings/generate_bind_c11_extras
bindings/generate_bind_cxx_extras
bindings/shmem_bind_c11_extras.m4
bindings/shmem_bind_cxx_extras.m4
test/unit/.Tpo
man/Makefile.am
*.log
*.trs
test/**/*
!test/**/*/
!test/**/*.c
!test/**/*.h
!test/**/*.am
!test/**/README
!test/**/*.f90
!test/**/*.cpp