- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Jagraj,
Thanks for reaching out to us.
We have some trouble understanding your query , we are not exactly sure what you meant -F argument of qsub in your question. As from the man page of qsub there is no -F argument for qsub.
If your query is regarding how to submit a job all you could follow the below link which explains a basic job submission
https://devcloud-docs.readthedocs.io/en/latest/job.html
If this is not what you are looking for could you please let us know, we would be able to help better if you could be more descriptive on your issue.
Arun Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
-F for running multiple single-node jobs with different parameters.
As explained here https://devcloud-docs.readthedocs.io/en/latest/multi_job.html
could you please clarify.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hey Jagraj,
The -F flag Specfies the arguments that will be passed to the job script when the script is launched.
In your case "0.5" will be passed to your file named "train" which does the remaining part. We tried using "-F" flag for passing the arguments and could see this works without any issues.
Could you please provide the following details to debug your issue further
1)When you submitted the job with the command qsub train -F "0.5", Were the output and error files(train.oxxxx and train.exxxx) created?
If the error and output files were created this means the job execution was successful.
2)If the error unrecognized arguments: was found in the train.exxxx file. Could you please check if the error was a python traceback. We very much appreciate it if you could share the complete error message.
3)Could you also attach your jobfile(ie train) as well as any training script that is being executed from the job script.
Thanks
Arun Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jagraj,
We could observe you have a different thread with similar content , we have addressed the for your other thread providing an example for usage of -F. Could you please confirm if the issues discussed in the current thread is same as of that in the below link.
https://software.intel.com/en-us/forums/intel-devcloud/topic/851746
Arun Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jagaraj,
We are awaiting your update .
Thanks
Arun Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks.
Problem was in my python script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thaks Jagraj. for the confirmation we are closing the case. Please feel free to raise a new case in case of further issues
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page