Mentions légales du service

Skip to content
Snippets Groups Projects
Commit d36016e5 authored by Luka Stanisic's avatar Luka Stanisic
Browse files

simgrid: this small wrapper is needed so that simulation compiles smoothly

parent afc61465
No related branches found
No related tags found
No related merge requests found
...@@ -46,6 +46,10 @@ ...@@ -46,6 +46,10 @@
#define RANDOM_PARTICLES #define RANDOM_PARTICLES
#ifdef STARPU_SIMGRID_MLR_MODELS
extern "C" {
#endif
int main(int argc, char* argv[]){ int main(int argc, char* argv[]){
const FParameterNames LocalOptionBlocSize { {"-bs"}, "The size of the block of the blocked tree"}; const FParameterNames LocalOptionBlocSize { {"-bs"}, "The size of the block of the blocked tree"};
const FParameterNames LocalOptionNoValidate { {"-no-validation"}, "To avoid comparing with direct computation"}; const FParameterNames LocalOptionNoValidate { {"-no-validation"}, "To avoid comparing with direct computation"};
...@@ -205,3 +209,6 @@ int main(int argc, char* argv[]){ ...@@ -205,3 +209,6 @@ int main(int argc, char* argv[]){
return 0; return 0;
} }
#ifdef STARPU_SIMGRID_MLR_MODELS
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment