Compare commits
2 Commits
14a5bd5c5e
...
2a0b4373ac
Author | SHA1 | Date | |
---|---|---|---|
|
2a0b4373ac | ||
|
709a67caf5 |
@ -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" ],
|
||||
}
|
15
artifacts/nickel/europar24/munoz_fault.ncl
Normal file
15
artifacts/nickel/europar24/munoz_fault.ncl
Normal file
@ -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" }
|
||||
]
|
||||
}
|
@ -203,6 +203,7 @@ No.
|
||||
\midrule
|
||||
EuroPar 2024 & March 2024 & September 2024\\
|
||||
SuperComputing 2024 & April 2024 & November 2024 \\
|
||||
TBD & TBD & TBD \\
|
||||
\bottomrule
|
||||
\end{tabular}
|
||||
\caption{Considered Conferences and associated important dates}
|
||||
@ -311,7 +312,7 @@ Now open the \dfile\ in a text editor.
|
||||
If the \dfile\ uses any of the supported package management tools (\texttt{apt/dpkg}, \texttt{pip}, \texttt{git}, \texttt{misc}), add it to the Nickel description.
|
||||
|
||||
|
||||
\subsection{How to name the
|
||||
\subsection{How to name the }
|
||||
|
||||
\printbibliography
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user