I am using /torque/4.2.5 to schedule my jobs and I need to find a way to make a copy of my PBS launching script that I used for jobs that are currently queueing or running. The plan is to make a copy of that launch script in the output folder.
How can I read the PBS launch script of a job that is running?
226 Views Asked by Cristi At
1
There are 1 best solutions below
Related Questions in PBS
- pbs python Error: No module named _pbs
- How does PBS_NODEFILE work in pbs?
- Messaging between torque jobs in a cluster
- PBS/TORQUE: how do I submit a parallel job on multiple nodes?
- Scripting parallel iterative deconvolution with many time points on a large cluster using ImageJ
- how to run PBS (portable batch system) with multiple user environment?
- What is the syntax of PBS job limit directive
- Output file contains nothing before script finishing
- Can I change a the PBS script file of a job that is on hold in TORQUE Resource Manager?
- Why does pbs(dsh) schedule my task onto one node?
- Wait for set of qsub jobs to complete before next command
- How can I read the PBS launch script of a job that is running?
- Syntax error in executable pbs script
- Send array to pbs script
- Capturing performance of a cluster
Related Questions in TORQUE
- How does PBS_NODEFILE work in pbs?
- Messaging between torque jobs in a cluster
- PBS/TORQUE: how do I submit a parallel job on multiple nodes?
- Command executed in PHP with Centos7 and Apache isn't able to connect to network?
- Node state=down with TORQUE v6.1.0 on a Workstation
- how to run PBS (portable batch system) with multiple user environment?
- Torque installation on RHEL 6.5
- Can I change a the PBS script file of a job that is on hold in TORQUE Resource Manager?
- Torque PBS_Server
- How can I read the PBS launch script of a job that is running?
- Ubuntu: Remote Logins (SSHD) - Kill Session & Jobs at Timeout
- Can we use a specific algorithm to a particular queue in PBS
- Better way to get the job stats after the PBS job completes
- List of job_state values for torque
- PBS torque: how to solve cores waste problem in parallel tasks that spend very different time from each other?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
TORQUE has a job logging feature that can be configured to record job scripts used at launch time.
EDIT: if you have administrator privileges and want to read the file that is stored you can inspect TORQUE_HOME/server_priv/jobid.SC
TORQUE_HOME is usually /var/spool/torque but is configurable.