You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sim_parameters: could not find parameter name in namespace app1
I am testing a series of benchmarks using sst macro, and for some cases I get the following error:
"error: sim_parameters: could not find parameter name in namespace app1 sim_parameters.cc 879"
this is how the the parameters file for launch looks like:
Not sure what the problem is specifically because in some other cases it works just fine.
I tried adding a name parameter to app1 but same error appears when running the application using sstmac -f parameter_file
main question is, why does it even look for a name to build based on it
The text was updated successfully, but these errors were encountered:
sim_parameters: could not find parameter name in namespace app1
I am testing a series of benchmarks using sst macro, and for some cases I get the following error:
"error: sim_parameters: could not find parameter name in namespace app1 sim_parameters.cc 879"
this is how the the parameters file for launch looks like:
Not sure what the problem is specifically because in some other cases it works just fine.
I tried adding a name parameter to app1 but same error appears when running the application using sstmac -f parameter_file
main question is, why does it even look for a name to build based on it
The text was updated successfully, but these errors were encountered: