mpiraux / mpf

Minimal Performance Framework
0 stars 0 forks source link

Deploying and compiling code #6

Open mpiraux opened 1 year ago

mpiraux commented 1 year ago

There is currently no way to instruct mpf how to deploy and compile the code we would like it to evaluate. I'm not sure how this should be abstracted. This probably requires to:

What is not needed for me at this stage:

nrybowski commented 9 months ago

This feature is provided by DUNE. It requires that users provide one or multiple Containerfiles defining the building environments. It is then able to produce the artifacts for each targeted platform. Either the artifacts are directly loaded on phynodes by DUNE or MPF could scp the required binaries.