-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mrconfig_production
157 lines (142 loc) · 3.8 KB
/
.mrconfig_production
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
# myrepos config file for DSA-110 Project
[dsa110-cnf]
checkout =
git clone https://github.com/dsa110/dsa110-cnf.git
cd dsa110-cnf
git checkout v1.3.0
update =
git fetch --tags --all
git checkout v1.3.0
[dsa110-hwmc]
checkout =
git clone https://github.com/dsa110/dsa110-hwmc.git
cd dsa110-hwmc
git checkout v1.0.0-rc1
update =
git fetch --tags --all
git checkout v1.0.0-rc1
[dsa110-sigproc]
checkout =
git clone https://github.com/dsa110/dsa110-sigproc.git
cd dsa110-sigproc
git checkout v100.0.0
update =
git fetch --tags --all
git checkout v100.0.0
install =
make && sudo make install
[dsa110-psrdada]
checkout =
git clone https://github.com/dsa110/dsa110-psrdada.git
cd dsa110-psrdada
git checkout v100.0.0
update =
git fetch --tags --all
git checkout v100.0.0
install =
autoreconf -i && ./configure --prefix=/usr/local --with-fftw3-dir=/usr/local --with-sofa-dir=/usr/local --with-sofa-include-dir=/usr/local/include --with-xgpu-dir=/usr/local --with-hwloc-dir=/usr/local CFLAGS="-fPIC" && make -j 30 && sudo make install
[dsa110-xGPU]
checkout =
git clone https://github.com/dsa110/dsa110-xGPU.git
cd dsa110-xGPU
git checkout v100.1.0
update =
git fetch --tags --all
git checkout v100.1.0
install =
cd src && make && sudo make install
[dsa110-T2]
checkout =
git clone https://github.com/dsa110/dsa110-T2.git
cd dsa110-T2
git checkout 2.4.2
update =
git fetch --tags --all
git checkout 2.4.2
install =
pip install -r requirements.txt
pip install .
[dsa110-antpos]
checkout =
git clone https://github.com/dsa110/dsa110-antpos.git
cd dsa110-antpos
git checkout v1.3.0-rc2
update =
git fetch --tags --all
git checkout v1.3.0-rc2
install =
pip install .
[dsa110-xengine]
checkout =
git clone https://github.com/dsa110/dsa110-xengine.git
cd dsa110-xengine
git checkout v3.0.0-rc9
# this is the good dsa-25 one
# git checkout v2.4.3
update =
git fetch --tags --all
git checkout v3.0.0-rc9
# git checkout v2.4.3
install =
cd src && make clean && make
[pyuvdata]
checkout =
git clone https://github.com/dsa110/pyuvdata.git
cd pyuvdata
git checkout v100.0.0-rc1
update =
git fetch --tags --all
git checkout v100.0.0-rc1
install =
pip install .
[psrdada-python]
checkout =
git clone https://github.com/dsa110/psrdada-python
cd psrdada-python
git checkout v100.0.0
update =
git fetch --tags --all
git checkout v100.0.0
install =
make && make install
[dsa110-pyutils]
checkout =
git clone https://github.com/dsa110/dsa110-pyutils.git
cd dsa110-pyutils
git checkout v2.11.1
update =
git fetch --tags --all
git checkout v2.11.1
install =
pip install .
[dsa110-calib]
checkout =
git clone https://github.com/dsa110/dsa110-calib.git
cd dsa110-calib
git checkout v2.4.0-rc2
update =
git fetch --tags --all
git checkout v2.4.0-rc2
install =
pip install .
[dsa110-meridian-fs]
checkout =
git clone https://github.com/dsa110/dsa110-meridian-fs.git
cd dsa110-meridian-fs
git checkout v1.1.2
update =
git fetch --tags --all
git checkout v1.1.2
install =
pip install .
[dsa110-mbheimdall]
checkout =
git clone https://github.com/dsa110/dsa110-mbheimdall.git
cd dsa110-mbheimdall
git checkout v1.2.0-rc4
update =
git fetch --tags --all
git checkout v1.2.0-rc4
install =
make && make install
# ./configure --prefix=/home/ubuntu/proj/dsa110-shell/dsa110-mbheimdall --with-thrust-dir=/usr/local/thrust-1.8.1 --with-cuda-dir=/usr/local/cuda && make clean && ./configure --prefix=/home/ubuntu/proj/dsa110-shell/dsa110-mbheimdall --with-thrust-dir=/usr/local/thrust-1.8.1 --with-cuda-dir=/usr/local/cuda && make && make install