Hi all,

just found something very simple that can save some pain when for example 
taring large archives in jobs constrained by cgroups:

easyblock = 'MakeCp'
name = 'nocache'
version = '1.1'

homepage = 'https://github.com/Feh/nocache'
description = """The nocache tool tries to minimize the effect an application 
has on the Linux file system cache."""
toolchain = {'name': 'GCC', 'version': '7.3.0-2.30'}


sources = [ 'v%(version)s.tar.gz']
source_urls = ['https://github.com/Feh/nocache/archive/']

dependencies = []

files_to_copy = [ 'nocache', 'nocache.so']

sanity_check_paths = {
    'files': ['nocache'],
    'dirs': [''],
}

modextrapaths = { "PATH": '' }

moduleclass = 'tools'


-- 

  Jurij Pečar
  HPC Engineer, IT Operations, IT Services
  EMBL Heidelberg, Meyerhofstraße 1, 69117, Heidelberg, Germany
  Room 13-401

Reply via email to