- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
please how does this error affect the job I have submitted before it happened. Does it continue or restart please help
client_loop: send disconnect: Connection reset by peer
client_loop: send disconnect: Broken pipe
- Tags:
- General Support
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for reaching out to us.
You can use nohup command to run the job. Nohup is a command in Linux systems that keep processes running even after exiting the shell or terminal.
Please use the below command to run your job file.
nohup qsub job &
You can view the output of your script in the nohup.out file, which is created while running the job.
Hope this helps. If you face any issues please let us know.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
please can I have an overview on how to apply it
should I just type nohup job&
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hope its ok if I run it like this
nohup python PythonDemo.py | qsub
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
Please follow the below steps to run a job file:
Step 1. Create job file
vi job
Step 2. Inside the file please add
#PBS -l walltime=24:00:00 python sample.py
Please note, change the <sample.py > to your file name.
Step 3. Save the file
Press [Esc] to shift to the command mode and press :wq! and hit [Enter] to save the file.
Step 4. Run the job
nohup qsub job &
You can view the output of your script in the nohup.out file, which is created while running the job.
Hope this helps.If you face any issue, please let us know.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Could you please confirm whether the solution provided was helpful?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Hope the solution provided was helpful. We are closing this thread. Please feel free to open a new thread if you have further queries.
Thanks

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page