[Swift-user] how to stop swift in the code

Michael Wilde wilde at mcs.anl.gov
Fri Apr 1 07:42:51 CDT 2011


Please explain what you mean.

If you are asking "how does a swift script terminate?" - it terminates when all statements, including all function calls are complete.

If a program does not complete, its most likely that some parallel function call or expression evaluation is still waiting for a data item it depends on. On rare occasions that's due to a deadlock. More often its due to an app function not returning.

----- Original Message -----
> How to stop swift in the code?
> 
> 
> _______________________________________________
> Swift-user mailing list
> Swift-user at ci.uchicago.edu
> http://mail.ci.uchicago.edu/mailman/listinfo/swift-user

-- 
Michael Wilde
Computation Institute, University of Chicago
Mathematics and Computer Science Division
Argonne National Laboratory




More information about the Swift-user mailing list