From 04f8495247cfcb7d26442a92345ad8fb7bf74039 Mon Sep 17 00:00:00 2001 From: Dimitrios Chasapis <dchasapi@bsc.es> Date: Wed, 29 Nov 2023 16:50:22 +0100 Subject: [PATCH] added ramulator eb --- .../Ramulator-0.0-gpsmpi-2022a-mt.eb | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Golden_Repo/r/Ramulator/Ramulator-0.0-gpsmpi-2022a-mt.eb diff --git a/Golden_Repo/r/Ramulator/Ramulator-0.0-gpsmpi-2022a-mt.eb b/Golden_Repo/r/Ramulator/Ramulator-0.0-gpsmpi-2022a-mt.eb new file mode 100644 index 000000000..cc52da87e --- /dev/null +++ b/Golden_Repo/r/Ramulator/Ramulator-0.0-gpsmpi-2022a-mt.eb @@ -0,0 +1,24 @@ + +easyblock = 'MakeCp' + +name = 'Ramulator' +version = '0.0' + +homepage = 'https://github.com/CMU-SAFARI/ramulator' +description = "Ramulator is a fast and cycle-accurate DRAM simulator that supports a wide array of commercial, as well as academic, DRAM standards" + +source_urls = ['https://github.com/dchasap/MUSA/releases/download/deepsea'] +sources = ['ramulator.tar.gz'] + +toolchain = {'name': 'GCC', 'version': '11.3.0'} + +build_cmd_targets = 'libramulator.a' + +files_to_copy = ['libramulator.a','src'] +#install_cmd = 'cp %(srcdir)s/* %(installdir)s' + +sanity_check_paths = { + 'files': ['libramulator.a'], + 'dirs': ['src'], +} + -- GitLab