Hi Ajinkya,

I am not familiar with the context of your question but let me try to
answer.

If you are referring to an application deployed in a supercomputer, then
the application should have a job id. In the supercomputer, each
application runs as a separate batch job and each job is distinguished
using the job id (similar to process id in a PC). Usually, the job
scheduler returns this job id and Airavata should be aware about that job
id. Then, you should be able to use this job id to identify the output,
provided job script specify instructions to generate output.

I did not understand what you referred as "process model" and "job model".
I assume these are database tables.

Thanks
-Amila



On Wed, Jan 11, 2017 at 1:17 PM, Ajinkya Dhamnaskar <adham...@umail.iu.edu>
wrote:

> Hello Dev,
>
> I am trying to fetch application output (type:INTEGER) after experiment
> completion. As per my understanding each application runs as a process and
> that process should have final output.
>
> So, ideally we should be able to get final output from process id itself
> (correct me if I am wrong).
> In my case, I am not seeing final output in database. Basically, we are
> not updating process model after job completion, we update job model
> though.
>
> Am I missing anything here?
>
> Any help is appreciated.
>
> --
> Thanks and regards,
>
> Ajinkya Dhamnaskar
> Student ID : 0003469679
> Masters (CS)
> +1 (812) 369- 5416 <(812)%20369-5416>
>

Reply via email to