From 2a0b4373aca04735fa5e63ec6ed6a3eea5cb8a84 Mon Sep 17 00:00:00 2001 From: Quentin Guilloteau Date: Wed, 11 Sep 2024 09:42:38 +0200 Subject: [PATCH] [europar24] all artifacts with dockerfile :tada: --- .../nickel/europar24/lee_accelerated.ncl.nope | 10 ---------- artifacts/nickel/europar24/munoz_fault.ncl | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 artifacts/nickel/europar24/lee_accelerated.ncl.nope create mode 100644 artifacts/nickel/europar24/munoz_fault.ncl diff --git a/artifacts/nickel/europar24/lee_accelerated.ncl.nope b/artifacts/nickel/europar24/lee_accelerated.ncl.nope deleted file mode 100644 index 633af41..0000000 --- a/artifacts/nickel/europar24/lee_accelerated.ncl.nope +++ /dev/null @@ -1,10 +0,0 @@ -{ - version = "1.0", - artifact_url = "https://zenodo.org/records/11579181/files/bsa_spmm.zip", - type = "zip", - doi = "10.5281/zenodo.11579181", - conf_date = 2024, - comment = "Are there really Dockerfiles for this artifact?", - virtualization = "docker", - package_managers = [ "dpkg" ], -} diff --git a/artifacts/nickel/europar24/munoz_fault.ncl b/artifacts/nickel/europar24/munoz_fault.ncl new file mode 100644 index 0000000..ce59696 --- /dev/null +++ b/artifacts/nickel/europar24/munoz_fault.ncl @@ -0,0 +1,15 @@ +{ + version = "1.0", + artifact_url = "https://github.com/dariomnz/xpn-docker/archive/refs/tags/euro-par2024.zip", + type = "zip", + doi = "10.5281/zenodo.11544491", + conf_date = 2024, + comment = "There are two dockerfiles. a dockerfile from the authors that serves as a base image. we will only rebuild the base image. the top level image appear to be mostly a copy + compile, no install", + virtualization = "docker", + buildfile_dir = ".", + dockerfile_path = ".docker/base/dockerfile", + package_managers = [ "dpkg" ], + misc_packages = [ + { name = "mpich-4.1.1", url = "https://www.mpich.org/static/downloads/4.1.1/mpich-4.1.1.tar.gz" } + ] +} \ No newline at end of file