How to find Bash script location from within, when it's being launched as PBS job?
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
Is there any way to get the location of the Bash script from within, when it's being launched in a PBS job?
I tried $BASH_SOURCE
, but it contains another path to the job folder, instead of the one, where the script is located. I've also tried echo $PBS_HOME
, "$0" and "$PWD", but none of them contains the folder...
bash directory qsub
add a comment |Â
up vote
0
down vote
favorite
Is there any way to get the location of the Bash script from within, when it's being launched in a PBS job?
I tried $BASH_SOURCE
, but it contains another path to the job folder, instead of the one, where the script is located. I've also tried echo $PBS_HOME
, "$0" and "$PWD", but none of them contains the folder...
bash directory qsub
Is there something along the lines ofPBS_O_WORKDIR
that would solve your problem in a more direct manner?
â Jeff Schaller
Aug 27 at 0:49
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Is there any way to get the location of the Bash script from within, when it's being launched in a PBS job?
I tried $BASH_SOURCE
, but it contains another path to the job folder, instead of the one, where the script is located. I've also tried echo $PBS_HOME
, "$0" and "$PWD", but none of them contains the folder...
bash directory qsub
Is there any way to get the location of the Bash script from within, when it's being launched in a PBS job?
I tried $BASH_SOURCE
, but it contains another path to the job folder, instead of the one, where the script is located. I've also tried echo $PBS_HOME
, "$0" and "$PWD", but none of them contains the folder...
bash directory qsub
bash directory qsub
asked Aug 26 at 23:11
Eenoku
470215
470215
Is there something along the lines ofPBS_O_WORKDIR
that would solve your problem in a more direct manner?
â Jeff Schaller
Aug 27 at 0:49
add a comment |Â
Is there something along the lines ofPBS_O_WORKDIR
that would solve your problem in a more direct manner?
â Jeff Schaller
Aug 27 at 0:49
Is there something along the lines of
PBS_O_WORKDIR
that would solve your problem in a more direct manner?â Jeff Schaller
Aug 27 at 0:49
Is there something along the lines of
PBS_O_WORKDIR
that would solve your problem in a more direct manner?â Jeff Schaller
Aug 27 at 0:49
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
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f464978%2fhow-to-find-bash-script-location-from-within-when-its-being-launched-as-pbs-jo%23new-answer', 'question_page');
);
Post as a guest
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
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
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
Is there something along the lines of
PBS_O_WORKDIR
that would solve your problem in a more direct manner?â Jeff Schaller
Aug 27 at 0:49