-
Notifications
You must be signed in to change notification settings - Fork 9
/
.gitignore
85 lines (82 loc) · 1.84 KB
/
.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
75
76
77
78
79
80
81
82
83
84
# Compiled Object files
*.o
*.so
*.la
*.lo
*.a
*.lib
*~
*breakpoints*
Makefile.in
Makefile
#autotool generated files
build
config.h
config.log
config.status
config/aclocal.m4
config/compile
config/config.guess
config/config.sub
config/depcomp
config/install-sh
config/libtool.m4
config/ltmain.sh
config/ltoptions.m4
config/ltsugar.m4
config/ltversion.m4
config/lt~obsolete.m4
config/missing
configure
.deps
.libs
libtool
stamp-h1
# Output executables and script
launchmon/src/linux/launchmon
test/src/LE_model_checker
test/src/be_jobsnap
test/src/be_kicker
test/src/be_kicker_usrpayload_test
test/src/be_mem_fetcher
test/src/be_standalone_kicker
test/src/fe_attach_smoketest
test/src/fe_jobsnap
test/src/fe_launch_middleware
test/src/fe_launch_smoketest
test/src/fe_launch_usrpayload_test
test/src/hang_on_SIGUSR1
test/src/mw_comm_helper
test/src/run_3mins
test/src/simple_MPI
test/src/test.LE_model_checker_extreme
test/src/test.LE_model_checker_large
test/src/test.LE_model_checker_mainthread
test/src/test.LE_model_checker_pthread
test/src/test.attach_1
test/src/test.attach_1_mem_fetcher
test/src/test.attach_1_pdebugmax
test/src/test.attach_1_remote
test/src/test.attach_2_uneven
test/src/test.attach_3_callsafterfail
test/src/test.attach_3_invalidpid
test/src/test.attach_3_invalidpid_remote
test/src/test.attach_4_detach
test/src/test.attach_4_kill
test/src/test.attach_4_shutdownbe
test/src/test.fe_regErrorCB
test/src/test.fe_regStatusCB
test/src/test.jobsnap_1
test/src/test.launch_1
test/src/test.launch_1_remote
test/src/test.launch_2_half
test/src/test.launch_2_uneven
test/src/test.launch_3_invalid_dmonpath
test/src/test.launch_5_usrpayload
test/src/test.launch_6_engine_failure
test/src/test.launch_7_detach
test/src/test.launch_7_kill
test/src/test.launch_7_shutdownbe
test/src/test.launch_mw_1_hostlist
test/src/test.launch_mw_2_coloc
test/src/test.launch_mw_5_mixall