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

FIX non-mpi Score-P installation #2

parent 4d6e30ea
No related branches found
No related tags found
No related merge requests found
Pipeline #10162 failed
...@@ -27,7 +27,7 @@ env_install: ...@@ -27,7 +27,7 @@ env_install:
script: script:
- 'pwd; mkdir libs; cd libs;' - '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 ..' - '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=$(pwd); make; make install; 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=$(pwd) --without-mpi; make; make install; cd ../../'
compile_meric: compile_meric:
stage: compile stage: compile
......
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