[Swift-devel] hanging problem
Jonathan Monette
jon.monette at gmail.com
Sun Mar 27 19:43:37 CDT 2011
stats is an array mapped to several files in a directory of metadata
generated by mFitplane. I need to pass all these files and another metadata
file to mConcatFit which is the app after this foreach loop. I need to wait
for the foreach loop to be complete before mConcatFit can run.
On Sun, Mar 27, 2011 at 7:41 PM, Mihael Hategan <hategan at mcs.anl.gov> wrote:
> You have:
> foreach img, i in stats
> {
> stats[ i ] = mFitplane ( diff_imgs[i] );
> }
>
> What is it that you are trying to do there?
>
> Mihael
>
> On Sun, 2011-03-27 at 15:54 -0500, Jonathan Monette wrote:
> > here is my entire script
> >
> > On Sun, Mar 27, 2011 at 3:45 PM, Mihael Hategan <hategan at mcs.anl.gov>
> > wrote:
> > On Wed, 2011-03-23 at 16:31 -0500, Jonathan Monette wrote:
> >
> > > How can the array be closed but all of its values not be?
> >
> >
> > The array being closed simply means that its size is known,
> > but not
> > necessarily that its elements have all been computed.
> >
> > I'll look at the log, but I'd also like the entire script.
> >
> > Mihael
> >
> >
> >
> >
> >
> > --
> > Any intelligent fool can make things bigger and more complex... It
> > takes a touch of genius - and a lot of courage to move in the opposite
> > direction.
> > - Albert Einstein
> >
> >
>
>
>
--
Any intelligent fool can make things bigger and more complex... It takes a
touch of genius - and a lot of courage to move in the opposite direction.
- Albert Einstein
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-devel/attachments/20110327/f539116d/attachment.html>
More information about the Swift-devel
mailing list