File tree 3 files changed +10
-7
lines changed
3 files changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ before_install:
38
38
- cd $QSIM_PREFIX
39
39
- make release install
40
40
- cd ..
41
- - wget http://manifold.gatech.edu/wp-content/uploads/2016/10 /kitfox-v1.1.tar.gz
41
+ - wget http://manifold.gatech.edu/wp-content/uploads/2017/01 /kitfox-v1.1.tar.gz
42
42
- tar xzvf kitfox-v1.1.tar.gz
43
43
- cd kitfox-v1.1
44
44
- sudo apt-get -y install flex bison
@@ -48,15 +48,17 @@ before_install:
48
48
- cd ..
49
49
script :
50
50
- autoreconf -siv
51
- - ./configure QSIMINC=${QSIM_PREFIX}/include KITFOXINC=${KITFOX_PREFIX}
51
+ - ./configure QSIMINC=${QSIM_PREFIX}/include --without-kitfox
52
52
- make
53
53
- cd ${MANIFOLD_DIR}/simulator/smp/QsimProxy
54
- - make -f Makefile.kitfox
54
+ - make -f Makefile
55
55
- cd ${MANIFOLD_DIR}
56
- - ./configure QSIMINC=${QSIM_PREFIX}/include --without-kitfox
56
+ - make distclean
57
+ - ./configure QSIMINC=${QSIM_PREFIX}/include KITFOXINC=${KITFOX_PREFIX}
57
58
- make
58
59
- cd ${MANIFOLD_DIR}/simulator/smp/QsimProxy
59
- - make -f Makefile
60
+ - make clean
61
+ - make -f Makefile.kitfox
60
62
after_failure :
61
63
- cat ${MANIFOLD_DIR}/config.log
62
64
compiler :
Original file line number Diff line number Diff line change 84
84
if [ $? -eq " 0" ]; then
85
85
echo " \n${bold} Manifold built successfully!${normal} \n\n"
86
86
echo " Simulation Example:"
87
- echo " QsimProxy/smp_llp ../config/conf2x3_spx_torus_llp.cfg ../state/state.4 ../benchmark/graphbig_x86/bc.tar"
87
+ echo " cd simulator/smp/QsimProxy"
88
+ echo " smp_llp ../config/conf2x3_spx_torus_llp.cfg ../state/state.4 ../benchmark/graphbig_x86/bc.tar"
88
89
fi
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ CXX = mpic++
2
2
QSIM_ROOT = ${QSIM_PREFIX}
3
3
MODELS_DIR = ../../../models
4
4
CPPFLAGS += -Wall -g -DUSE_QSIM -DSTATS -I$(QSIM_ROOT ) /include -I ../../.. -I$(MODELS_DIR ) /processor -I$(MODELS_DIR ) /qsim -I$(MODELS_DIR ) /cache -I$(MODELS_DIR ) /network -I$(MODELS_DIR ) /memory -I$(MODELS_DIR ) /cross -std=c++11
5
- LDFLAGS = -lqsim -L$(QSIM_ROOT ) /lib -lmcp-iris -L$(MODELS_DIR ) /cross/mcp_cache-iris -liris -L$(MODELS_DIR ) /network/iris -lmcp-cache -L$(MODELS_DIR ) /cache/mcp-cache -lspx -L$(MODELS_DIR ) /processor/spx -lqsim_proxy -L$(MODELS_DIR ) /qsim/proxy -lqsim_interrupt_handler -L$(MODELS_DIR ) /qsim/interrupt_handler -lkitfox_proxy -L $( MODELS_DIR ) /kitfox/proxy - lcaffdram -L$(MODELS_DIR ) /memory/CaffDRAM -lDRAMSim2 -L$(MODELS_DIR ) /memory/DRAMSim2 -lDRAMSim2proper -L$(MODELS_DIR ) /memory/DRAMSim2/DRAMSim2-2.2.2 -L../../../kernel -lmanifold -ldl -lrt
5
+ LDFLAGS = -lqsim -L$(QSIM_ROOT ) /lib -lmcp-iris -L$(MODELS_DIR ) /cross/mcp_cache-iris -liris -L$(MODELS_DIR ) /network/iris -lmcp-cache -L$(MODELS_DIR ) /cache/mcp-cache -lspx -L$(MODELS_DIR ) /processor/spx -lqsim_proxy -L$(MODELS_DIR ) /qsim/proxy -lqsim_interrupt_handler -L$(MODELS_DIR ) /qsim/interrupt_handler -lcaffdram -L$(MODELS_DIR ) /memory/CaffDRAM -lDRAMSim2 -L$(MODELS_DIR ) /memory/DRAMSim2 -lDRAMSim2proper -L$(MODELS_DIR ) /memory/DRAMSim2/DRAMSim2-2.2.2 -L../../../kernel -lmanifold -ldl -lrt
6
6
7
7
VPATH = ../common
8
8
You can’t perform that action at this time.
0 commit comments