diff --git a/Golden_Repo/n/nanox/nanox-tasksim-nov2020-gpsmpi-2022a.eb b/Golden_Repo/n/nanox/nanox-tasksim-nov2020-gpsmpi-2022a.eb deleted file mode 100644 index b102d6099639c5555634e2c936e040b7f1906c16..0000000000000000000000000000000000000000 --- a/Golden_Repo/n/nanox/nanox-tasksim-nov2020-gpsmpi-2022a.eb +++ /dev/null @@ -1,48 +0,0 @@ -easyblock = 'ConfigureMake' - -name = 'nanox' -version = 'tasksim-nov2020' - -homepage = 'https://pm.bsc.es/nanox' - -description = """Nanox/Nanos++ is a runtime designed to serve as runtime support in parallel -environments. It is mainly used to support OmpSs, a extension to OpenMP developed at BSC. It -also has modules to support OpenMP.""" - -source_urls = ['https://github.com/dchasap/MUSA/releases/download/deepsea'] -sources = ['nanox-tasksim-nov2020.tar.gz'] -checksums = ['0af76fe7cbe5678dbaddd705b89ce9b2f815d596b05d064b05e053adc5ce886f'] - -toolchain = {'name': 'gpsmpi', 'version': '2022a'} - -builddependencies = [ - ('Autotools', '20220317'), -] - -dependencies = [ - ('PAPI', '7.0.0'), - ('TaskSim_SRC', '3.1'), - ('Extrae', '4.0.6-musa') -] - -preconfigopts = 'autoreconf -vif && ' - -configopts = '--with-papi=$EBROOTPAPI' -configopts += ' --with-mpi=$EBROOTPSMPI' -configopts += ' --with-mpi-include-path=$EBROOTPSMPI/include' -configopts += ' --with-mpi-lib-path=$EBROOTPSMPI/lib' -configopts += ' --with-nextsim=$EBROOTTASKSIM_SRC' -configopts += ' --with-extrae=$EBROOTEXTRAE' -configopts += ' --disable-allocator' -configopts += ' --disable-debug' - -install_cmd = "make install && cp -rf ./src %(installdir)s/" - -sanity_check_paths = { - 'files': [], - 'dirs': ['src', 'lib'], -} - -hidden = True - -moduleclass = 'perf'