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

Extra "," in mpirun #30

Closed
ompiteam opened this issue Sep 13, 2014 · 2 comments
Closed

Extra "," in mpirun #30

ompiteam opened this issue Sep 13, 2014 · 2 comments
Assignees
Labels

Comments

@ompiteam
Copy link
Contributor

HLRS is getting an extra "," in their mpirun command lines, preventing tests from being run. From a mail from Sven:


I configure ompi with TM. I'm using r229 and the tests are not executed. The
output of MTT is show below. Do you have an idea where the additional comma
after the "-np 4" comes from ?

{{{
String now: mpirun -np &test_np() --prefix &test_prefix()
&test_executable() &test_argv()
Got name: test_np
Got args:
_do: $ret = MTT::Values::Functions::test_np()
&test_np returning: 4,
String now: mpirun -np 4, --prefix &test_prefix() &test_executable()
&test_argv()
Got name: test_prefix
Got args:
_do: $ret = MTT::Values::Functions::test_prefix()
&test_prefix returning:
/mscratch/ws/hpcstork-mtt-run-2006-08-25--10-44-20---hlrs-gcc-0/installs
/ompi-nightly-v1.2/cacau_gcc_warnings/1.2a1r11420/install
String now: mpirun -np 4, --prefix
/mscratch/ws/hpcstork-mtt-run-2006-08-25--10-44-20---hlrs-gcc-0/installs
/ompi-nightly-v1.2/cacau_gcc_warnings/1.2a1r11420/install
&test_executable() &test_argv()
Got name: test_executable
Got args:
_do: $ret = MTT::Values::Functions::test_executable()
&test_executable returning: src/MPI_Allreduce_loc_f
String now: mpirun -np 4, --prefix
/mscratch/ws/hpcstork-mtt-run-2006-08-25--10-44-20---hlrs-gcc-0/installs
/ompi-nightly-v1.2/cacau_gcc_warnings/1.2a1r11420/install
src/MPI_Allreduce_loc_f &test_argv()
Got name: test_argv
Got args:
_do: $ret = MTT::Values::Functions::test_argv()
&test_params returning
String now: mpirun -np 4, --prefix
/mscratch/ws/hpcstork-mtt-run-2006-08-25--10-44-20---hlrs-gcc-0/installs
/ompi-nightly-v1.2/cacau_gcc_warnings/1.2a1r11420/install
src/MPI_Allreduce_loc_f
Evaluating: &max(30, &multiply(10, &test_np()))
Got name: test_np
Got args:
_do: $ret = MTT::Values::Functions::test_np()
&test_np returning: 4,
String now: &max(30, &multiply(10, 4,))
Got name: multiply
Got args: 10, 4,
_do: $ret = MTT::Values::Functions::multiply(10, 4,)
&multiply got: 10 4
&multiply returning: 40
String now: &max(30, 40)
Got name: max
Got args: 30, 40
_do: $ret = MTT::Values::Functions::max(30, 40)
&max got: 30 40
&max returning: 40
String now: 40
Evaluating:
Running command: mpirun -np 4, --prefix
/mscratch/ws/hpcstork-mtt-run-2006-08-25--10-44-20---hlrs-gcc-0/installs
/ompi-nightly-v1.2/cacau_gcc_warnings/1.2a1r11420/install
src/MPI_Allreduce_loc_f
Timeout: 1 - 1156505332 (vs. now: 1156505292)
OUT:-----------------------------------------------------------------------


OUT:Could not execute the executable
"/mscratch/ws/hpcstork-mtt-run-2006-08-25--10-44-20---hlrs-gcc-0/install
s/ompi-nightly-v1.2/cacau_gcc_warnings/1.2a1r11420/install/bin/":
Permission denied
OUT:
OUT:This could mean that your PATH or executable name is wrong, or that you
do not
OUT:have the necessary permissions. Please ensure that the executable is
able to be
OUT:found and executed.
OUT:-----------------------------------------------------------------------


}}}

@ompiteam
Copy link
Contributor Author

Imported from trac issue 29. Created by jsquyres on 2006-08-25T09:38:04, last modified: 2006-08-25T10:57:51

@ompiteam ompiteam added the bug label Sep 13, 2014
@ompiteam
Copy link
Contributor Author

Trac comment by jsquyres on 2006-08-25 10:57:51:

This was fixed by r232 and/or r233.

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

No branches or pull requests

2 participants