Skip to content
Snippets Groups Projects
Commit 267e346c authored by Marios Asiminakis's avatar Marios Asiminakis
Browse files

Fixed identation for arax and SHAMBLES

parent 700f9345
Branches
Tags
No related merge requests found
...@@ -5,7 +5,7 @@ description = "Initial easybuild arax release" ...@@ -5,7 +5,7 @@ description = "Initial easybuild arax release"
toolchain = {'name': 'foss', 'version': '2022a'} toolchain = {'name': 'foss', 'version': '2022a'}
source_urls = [ source_urls = [
'https://github.com/CARV-ICS-FORTH/arax/archive/refs/heads/' 'https://github.com/CARV-ICS-FORTH/arax/archive/refs/heads/'
] ]
sources = ['master.tar.gz'] sources = ['master.tar.gz']
......
...@@ -5,7 +5,7 @@ description = "Initial release for easybuild SHMABLES" ...@@ -5,7 +5,7 @@ description = "Initial release for easybuild SHMABLES"
toolchain = SYSTEM toolchain = SYSTEM
source_urls = [ source_urls = [
'https://github.com/CARV-ICS-FORTH/shambles/archive/refs/heads/' 'https://github.com/CARV-ICS-FORTH/shambles/archive/refs/heads/'
] ]
sources = ['master.tar.gz'] sources = ['master.tar.gz']
...@@ -16,4 +16,4 @@ moduleclass = 'lib' ...@@ -16,4 +16,4 @@ moduleclass = 'lib'
preinstallopts = 'cd jemalloc && ' preinstallopts = 'cd jemalloc && '
modextrapaths = {'LD_PRELOAD': ['lib/libjemalloc.so']} modextrapaths = {'LD_PRELOAD': ['lib/libjemalloc.so']}
modloadmsg = 'Make sure your kernel has CONFIG_PGFAULT_SAMPLE_PROFILER enabled, or SHAMBLES will missbehave' modloadmsg = 'Make sure your kernel has CONFIG_KROOM enabled, or SHAMBLES will missbehave'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment