Skip to content
Snippets Groups Projects
Commit a4d4e110 authored by Ondrej Vysocky's avatar Ondrej Vysocky
Browse files

ADD score-p compilation #2

parent 76af4096
No related branches found
No related tags found
No related merge requests found
Pipeline #10159 failed
......@@ -4,6 +4,7 @@ cache:
untracked: true
paths:
- test/
- /usr/bin/
stages:
- env
......@@ -23,9 +24,9 @@ env_install:
- 'git clone https://github.com/numactl/numactl.git; cd numactl; ./autogen.sh; ./configure; make; make install; export NUMA_HOME=$(pwd); ls; cd ..'
script:
- 'pwd'
- 'pwd; mkdir libs; cd libs;'
- 'git clone https://code.it4i.cz/vys0053/meric.git; cd meric; git checkout dev; sed -i "s|INCLUDES_MERIC=|INCLUDES_MERIC=${NUMA_HOME}|" Makefile; make gcc; cd ..'
- 'wget https://www.vi-hps.org/cms/upload/packages/scorep/scorep-6.0.tar.gz; tar -zxvf scorep-6.0.tar.gz; cd scorep-6.0/; mkdir build; cd build; ../configure --prefix=.; make; make install; cd ../../'
compile_meric:
stage: compile
......@@ -37,7 +38,7 @@ compile_meric:
- env_install
script:
- 'cd test; pwd; export INSTRUMENTATION="-I../meric/include -L../meric/lib/ -lmeric -DUSE_MERIC"; make'
- 'cd test; pwd; export INSTRUMENTATION="-I../libs/meric/include -L../libs/meric/lib/ -lmeric -DUSE_MERIC"; make'
run_meric:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment