-
Notifications
You must be signed in to change notification settings - Fork 77
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
exit status 139 on qsub? #26
Comments
i just ran:
and it seems to work fine. |
Other scripts have worked for me in the past too, so I think it's at least somewhat script specific. The thing that confuses me though, is that when I run it just straight from the terminal, it doesn't crash. |
the job submission shouldn't crash. can you copy and paste the output from |
Command Line: Jobfile: /users/kingl/pbs/ezsub_1322841361.579602.0.05.sh PBS_ID 782468.sub.mit.edu Email 1: PBS Job Id: 782468.sub.mit.edu Email 2: PBS Job Id: 782468.sub.mit.edu Could it have something to do with the fact that the script generates On Fri, Dec 2, 2011 at 10:53 AM, Satrajit Ghosh <
Note: Due to a typing injury, I use voice recognition for emails. While I Livia (Liwei) King Blackburne A Brain Scientist's Take on Creative Writing |
I'm having some trouble submitting a matlab job to the queue. The command I use is:
/software/common/bin/ezsub -c "matlab -nodesktop -nosplash < /groups/vwfa/att_pilot/batch/PPI/runPPIFTWComplex.m" -n ftwrun
If I simply run matlab from command line: matlab -nodesktop -nosplash < /groups/vwfa/att_pilot/batch/PPI/runPPIFTWComplex.m
it runs fine, but whenever I submit it to the queue, it fails right away with exit status=139.
The text was updated successfully, but these errors were encountered: