synchronisation between two executable
- From: rudra <bnrj.rudra@xxxxxxxxx>
- Date: Thu, 5 Mar 2009 04:38:41 -0800 (PST)
i have two executable to run simultaneously(say a.out and b.out) i
cant make subroutine just for now. the plan is something like:
i. b.out runs first and generates some output.
ii. this output works as the input of a.out, and again creates input
for b.out.
and this goes on in a loop.
i have a idea of how much time b.out can take, and until now i make
a.out to sleep until b.out creats the file, which is worst way of
doing it.
can anybody suggest me a better idea to make it?
.
- Follow-Ups:
- Re: synchronisation between two executable
- From: Terence
- Re: synchronisation between two executable
- From: Arjen Markus
- RE: synchronisation between two executable
- From: meek
- Re: synchronisation between two executable
- From: mecej4
- Re: synchronisation between two executable
- From: Luka Djigas
- Re: synchronisation between two executable
- Prev by Date: Re: Possible F77 Code Improvement ??
- Next by Date: Re: Continuation lines (another crazy f77 question)
- Previous by thread: Internal procedures in the main program as defined operators for derived types?
- Next by thread: Re: synchronisation between two executable
- Index(es):
Relevant Pages
|