forked from LLNL/scr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
81 lines (77 loc) · 1.72 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
## SCR Conf Files
scr.conf
scr.user.conf
*.o
*.lo
*.la
src/Makefile
src/scr_copy
src/scr_crc32
src/scr_flush_file
src/scr_halt_cntl
src/scr_index
src/scr_inspect_cache
src/scr_log_event
src/scr_log_transfer
src/scr_nodes_file
src/scr_pmix_spawn
src/scr_print_hash_file
src/scr_rebuild_xor
src/scr_retries_halt
src/scr_transfer
testing/scr-orte-uri.txt
testing/scr_hostlist.txt
testing/scrpidfile
testing/test_output.txt
scripts/Makefile
scripts/TLCC/Makefile
scripts/TLCC/scr_env
scripts/TLCC/scr_get_jobstep_id
scripts/TLCC/scr_halt
scripts/TLCC/scr_inspect
scripts/TLCC/scr_kill_jobstep
scripts/TLCC/scr_list_down_nodes
scripts/TLCC/scr_run
scripts/TLCC/scr_scavenge
scripts/cray_xt/scr_env
scripts/cray_xt/scr_get_jobstep_id
scripts/cray_xt/scr_halt
scripts/cray_xt/scr_inspect
scripts/cray_xt/scr_kill_jobstep
scripts/cray_xt/scr_list_down_nodes
scripts/cray_xt/scr_run
scripts/cray_xt/scr_scavenge
scripts/PMIX/Makefile
scripts/PMIX/scr_env
scripts/PMIX/scr_get_jobstep_id
scripts/PMIX/scr_halt
scripts/PMIX/scr_inspect
scripts/PMIX/scr_kill_jobstep
scripts/PMIX/scr_list_down_nodes
scripts/PMIX/scr_run
scripts/PMIX/scr_scavenge
scripts/LSF/scr_env
scripts/LSF/scr_get_jobstep_id
scripts/LSF/scr_halt
scripts/LSF/scr_inspect
scripts/LSF/scr_kill_jobstep
scripts/LSF/scr_list_down_nodes
scripts/LSF/scr_run
scripts/LSF/scr_scavenge
scripts/common/Makefile
scripts/common/scr_check_node
scripts/common/scr_glob_hosts
scripts/common/scr_list_dir
scripts/common/scr_param.pm
scripts/common/scr_postrun
scripts/common/scr_prefix
scripts/common/scr_prerun
scripts/common/scr_test_datemanip
scripts/common/scr_test_runtime
scripts/common/scr_watchdog
scripts/cray_xt/Makefile
Makefile
doc/Makefile
examples/Makefile
examples/makefile.examples
man/Makefile