We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ramble/lib/ramble/ramble/spack_runner.py
Line 639 in 5eb8939
Line 642 in 5eb8939
Line 652 in 5eb8939
Line 653 in 5eb8939
==> package_spec: [email protected] +openmp stream_array_size=80000000 ntimes=20 cflags="-mcmodel=large -Ofast" %[email protected] ==> ['location', '-i', '[email protected]', '+openmp', 'stream_array_size=80000000', 'ntimes=20', 'cflags="-mcmodel=large', '-Ofast"', '%[email protected]'] ==> ['find', '--format={name}', '[email protected]', '+openmp', 'stream_array_size=80000000', 'ntimes=20', 'cflags="-mcmodel=large', '-Ofast"', '%[email protected]'] ==> ==> ******************************************* ==> ********** Running Spack Command ********** ==> ** command: /vol0005/mdt3/data/ra000020/u10016/benchpark.fj/test.fj/spack/bin/spack ==> ** with args: ['find', '--format={name}', '[email protected]', '+openmp', 'stream_array_size=80000000', 'ntimes=20', 'cflags="-mcmodel=large', '-Ofast"', '%[email protected]'] ==> ******************************************* ==> ==> Error: unexpected tokens in the spec string [email protected] +openmp stream_array_size=80000000 ntimes=20 cflags='"-mcmodel=large' -Ofast" %[email protected] ^^ ==> Error: Command exited with status 3: '/vol0005/mdt3/data/ra000020/u10016/benchpark.fj/test.fj/spack/bin/spack' 'find' '--format={name}' '[email protected]' '+openmp' 'stream_array_size=80000000' 'ntimes=20' 'cflags="-mcmodel=large' '-Ofast"' '%[email protected]'
split() breaks down cflags="-mcmodel=large -Ofast" which results in the error above
cflags="-mcmodel=large -Ofast"
The text was updated successfully, but these errors were encountered:
dapomeroy
Successfully merging a pull request may close this issue.
ramble/lib/ramble/ramble/spack_runner.py
Line 639 in 5eb8939
and
ramble/lib/ramble/ramble/spack_runner.py
Line 642 in 5eb8939
and
ramble/lib/ramble/ramble/spack_runner.py
Line 652 in 5eb8939
and
ramble/lib/ramble/ramble/spack_runner.py
Line 653 in 5eb8939
split() breaks down
cflags="-mcmodel=large -Ofast"
which results in the error aboveThe text was updated successfully, but these errors were encountered: