-
Notifications
You must be signed in to change notification settings - Fork 0
/
run
27 lines (20 loc) · 1.16 KB
/
run
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
% cd ~/r/code/orion/orion && matlab_nodesk
addpath('../port-test/src/matlab');
otrace('external/orion3mat');
hdaf(3, 5, rand(3,3))
dump_state('.'), dbcont
sed -i~ 's,^test-data/DIADEM/NPF,orion/&,' orion/test-data/DIADEM/NPF/Input_NPF023_D.txt
external/orionmat/01_Segmentation/dendrites_main/settingDefaultParameters.m
; - p.delete_files = true;
; + p.delete_files = false;
cd ~/r/code/orion/port-test
!cd ~/r/code/orion/port-test/orion && make test-data/DIADEM/NPF/NPF023/NPF023.raw
addpath('src/matlab'), otrace('external/orionmat', 'ORION3(''orion/test-data/DIADEM/NPF/Input_NPF023_D.txt'')')
dump_state('data/debug-trace'), dbcont
$
matlab -nodesktop -nosplash -nodisplay -r "addpath('src/matlab'), otrace('external/orionmat', 'ORION3(''orion/test-data/DIADEM/NPF/Input_NPF023_D.txt'')')"
./setup && ./build-liborion && make dep.debian dep && prove -lvr t && ./orion-control.pl
./call-graph-from-trace.pl
./test-harness.pl
rm -Rfv _Inline/; ( export CFLAGS="$CFLAGS -fPIC"; cd orion && make clean dep.external all PROD=1 BUILD_ENABLE_ASAN=0 ) && ./test-harness.pl
( export CFLAGS="$CFLAGS -fPIC"; cd orion && make all PROD=1 BUILD_ENABLE_ASAN=0 ) && ./test-harness.pl