Mpirun cannot find linked executable
up vote
0
down vote
favorite
I have an executable which I'd like to run in parallel. The path is: /usr/local/bin/pgmx/mytest
My run directory is ~/Desktop/rundir/
. In my rundir I link the executable with ln /usr/local/bin/pgmx/mytest mytest
.
This generates the error execvp error on file mytest (No such file or directory)
How could I resolve this?
mpi
add a comment |
up vote
0
down vote
favorite
I have an executable which I'd like to run in parallel. The path is: /usr/local/bin/pgmx/mytest
My run directory is ~/Desktop/rundir/
. In my rundir I link the executable with ln /usr/local/bin/pgmx/mytest mytest
.
This generates the error execvp error on file mytest (No such file or directory)
How could I resolve this?
mpi
what is your command line ? are you sure the link was correctly created ? you can only symlinks between different filesystems.
– Gilles Gouaillardet
Nov 12 at 7:10
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have an executable which I'd like to run in parallel. The path is: /usr/local/bin/pgmx/mytest
My run directory is ~/Desktop/rundir/
. In my rundir I link the executable with ln /usr/local/bin/pgmx/mytest mytest
.
This generates the error execvp error on file mytest (No such file or directory)
How could I resolve this?
mpi
I have an executable which I'd like to run in parallel. The path is: /usr/local/bin/pgmx/mytest
My run directory is ~/Desktop/rundir/
. In my rundir I link the executable with ln /usr/local/bin/pgmx/mytest mytest
.
This generates the error execvp error on file mytest (No such file or directory)
How could I resolve this?
mpi
mpi
asked Nov 10 at 21:34
pds
8810
8810
what is your command line ? are you sure the link was correctly created ? you can only symlinks between different filesystems.
– Gilles Gouaillardet
Nov 12 at 7:10
add a comment |
what is your command line ? are you sure the link was correctly created ? you can only symlinks between different filesystems.
– Gilles Gouaillardet
Nov 12 at 7:10
what is your command line ? are you sure the link was correctly created ? you can only symlinks between different filesystems.
– Gilles Gouaillardet
Nov 12 at 7:10
what is your command line ? are you sure the link was correctly created ? you can only symlinks between different filesystems.
– Gilles Gouaillardet
Nov 12 at 7:10
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53243626%2fmpirun-cannot-find-linked-executable%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
what is your command line ? are you sure the link was correctly created ? you can only symlinks between different filesystems.
– Gilles Gouaillardet
Nov 12 at 7:10