Skip to content
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

error running sstmac, couldnt find parameter in namespace #692

Open
mettios opened this issue Mar 20, 2023 · 0 comments
Open

error running sstmac, couldnt find parameter in namespace #692

mettios opened this issue Mar 20, 2023 · 0 comments
Assignees

Comments

@mettios
Copy link

mettios commented Mar 20, 2023

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:

...
node {
       app1 {
          launch_cmd = aprun −n 8 −N 2
          exe=./runtest
       }
}

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants