-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add info about scimba #31
Conversation
the appendix is in the branch 22-feelpp-contributions here : https://github.com/numpex/exa-ma-d7.1/blob/22-feelpp-contributions/sections/appendix-a.tex#L63 @boileaum @vincentchabannes is that correct ? |
@Victor-MichelDansac appendix-a now contains some description of gaya-gpu |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
still minor stuff ;)
software/scimba/scimba.tex
Outdated
\setlength{\parindent}{0pt} | ||
\def\arraystretch{1.25} | ||
\arrayrulecolor{numpexgray} | ||
{\fontsize{9}{11}\selectfont | ||
\begin{tabular}{lp{.3\textwidth}p{.5\textwidth}} | ||
\rowcolor{numpexgray}{\rule{0pt}{2.5ex}\color{white}\bf Category} | ||
& {\rule{0pt}{2.5ex}\color{white}\bf Details} | ||
& {\rule{0pt}{2.5ex}\color{white}\bf Description} \\ | ||
\rowcolor{white}Languages | ||
& \begin{tabular}{l} | ||
Python \\ | ||
\end{tabular} | ||
& Programming languages and language standards supported by the software \\ | ||
\rowcolor{numpexlightergray}Parallelism | ||
& \begin{tabular}{l} | ||
GPU, CPU (shared) \\ | ||
\end{tabular} | ||
& Parallel computing methods and frameworks utilized by the software. \\ | ||
\rowcolor{white}Data Formats | ||
& \begin{tabular}{l} | ||
input: none \\ | ||
output: \texttt{.pth} \& image files \\ | ||
\end{tabular} | ||
& Data formats that the software can handle or produce. \\ | ||
\rowcolor{numpexlightergray}Resilience | ||
& \begin{tabular}{l} | ||
None \\ | ||
\end{tabular} | ||
& Fault tolerance and recovery mechanisms employed by the software. \\ | ||
\rowcolor{white}DevOps | ||
& \begin{tabular}{l} | ||
None \\ | ||
\end{tabular} | ||
& Outlines the development and operational practices including continuous integration, containerization, and testing methodologies. \\ | ||
\rowcolor{numpexlightergray}Packaging | ||
& \begin{tabular}{l} | ||
pip, GitHub \\ | ||
\end{tabular} | ||
& Software packaging and distribution. \\ | ||
\rowcolor{white}Testing | ||
& \begin{tabular}{l} | ||
pytest \\ | ||
\end{tabular} | ||
& Testing methodologies employed to ensure software quality and correctness. \\ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is the boiler-plate text used by the template, could you answer/describe briefly what is done for each point ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you have to change the description
column only
software/scimba/scimba.tex
Outdated
\rowcolor{numpexlightergray}Containerization | ||
& \begin{tabular}{l} | ||
None \\ | ||
\end{tabular} | ||
& Container technologies used to package and deploy the software. \\ | ||
\rowcolor{white}Interfaces | ||
& \begin{tabular}{l} | ||
pytorch \\ | ||
\end{tabular} | ||
& List of software Scimba has interfaces with. \\ | ||
\bottomrule | ||
\end{tabular} | ||
}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add Feel++ as interface ?
Scimba has mainly been developed by Inria research scientists. | ||
Other contributors include students and researchers | ||
from the University of Strasbourg and CEA Cadarache. | ||
For the moment, no specific funding has been dedicated to Scimba. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a consortium?
Exa-MA has funded internships , at least the one of Marie.
All good! |
We have filled the required information about the scimba code: 12-month roadmap, current capabilities, etc.