[Swift-devel] Re: [Swift-user] mapping variables on the fly

Allan Espinosa aespinosa at cs.uchicago.edu
Fri Mar 26 17:19:20 CDT 2010


Hmmm... how about this:

2010-03-26 17:12:08,895-0500 INFO  AbstractDataNode Notifying listener
"Open, 0 elements, 1 listeners" about
"org.griphyn.vdl.mapping.RootArrayDataNode identifier
tag:benc at ci.uchicago.edu,2008:swift:dataset:20100326-1712-itfxmive:720000000225
type Variation[] with no value at dataset=vars (closed)"
2010-03-26 17:12:08,895-0500 INFO  AbstractDataNode closed
org.griphyn.vdl.mapping.RootArrayDataNode identifier
tag:benc at ci.uchicago.edu,2008:swift:dataset:20100326-1712-itfxmive:720000000225
type Variation[] with no value at dataset=vars (closed)


Does this mean that vars didn't get mapped properly by my ext mapper
at some point?

2010/3/26 Allan Espinosa <aespinosa at cs.uchicago.edu>:
> When I have the number of elements in rup[] relatively small (10
> elements), the workflow does go through execution.  But sometimes it
> doesn't.  I just run it again and again until it goes through.
>
> Is there a deadlock somewhere in the execution of the workflow?  When
> I have really large parallel workflows the swift interpreter shows
> high cpu utilization.  But in here,I see the interpreter in a sleep
> state.  How do I go to confirm/debug this?
>
> -Allan
>
> 2010/3/25 Allan Espinosa <aespinosa at cs.uchicago.edu>:
>> Hi Justin,
>>
>> Yes it does.
>>
>> Weird, I added @trace statements and the workflow went through.
>>
>> doing "@trace(rup.index); @trace(rup.source) ; @trace(rup.size); "
>> inside the foreach loop works fine.
>>
>>
>> -Allan



More information about the Swift-devel mailing list