[Swift-user] weird "non output" from swift procedure

Hodgess, Erin HodgessE at uhd.edu
Wed Jun 10 14:28:14 CDT 2009


That's where they are.

thanks,
Erin


Erin M. Hodgess, PhD
Associate Professor
Department of Computer and Mathematical Sciences
University of Houston - Downtown
mailto: hodgesse at uhd.edu



-----Original Message-----
From: Michael Wilde [mailto:wilde at mcs.anl.gov]
Sent: Wed 6/10/2009 2:20 PM
To: Hodgess, Erin
Cc: swift-user at ci.uchicago.edu
Subject: Re: [Swift-user] weird "non output" from swift procedure
 
Erin, I suspect that since you did not specify any mappings, that *if* 
the script ran correctly, it produced output files under the directory 
_concurrent.

This "concurrent" mapper and its directory convention are the default 
when no output mapping is specified, and is described in the user guide.

Can you check is the expected output files (which will have weird names) 
is under that directory? (Do an "ls -lRt" on it).

- Mike


On 6/10/09 1:59 PM, Hodgess, Erin wrote:
> Hi again!
> 
> This runs without errors, but it does not produce any output.
> 
> Is it missing some file names, please?
> 
> Thanks,
> Erin
> 
> 
> 
> [erin at tp-login2 ~]$ swift -tc.file tc.data restart.swift
> Swift svn swift-r2950 cog-r2406
> 
> RunID: 20090610-1355-ccu7emi4
> Progress:
> Progress:  Checking status:1  Finished successfully:3
> Final status:  Finished successfully:4
> [erin at tp-login2 ~]$ cat restart.swift
> type file; 
>  
> (file f) touch() { 
>   app { 
>     touch @f; 
>   } 
> } 
>  
> (file f) processL(file inp) { 
>   app { 
>     echo "processL" stdout=@f; 
>   } 
> } 
>  
> (file f) processR(file inp) { 
>   app { 
>     broken "process" stdout=@f; 
>   } 
> } 
>  
> (file f) join(file left, file right) { 
>   app {  
>     echo "join" @left @right stdout=@f; 
>   }  
> } 
> 
>  
> file f = touch(); 
>  
> file g = processL(f); 
> file h = processR(f); 
>  
> file i = join(g,h); 
> [erin at tp-login2 ~]$
> 
> 
> Erin M. Hodgess, PhD
> Associate Professor
> Department of Computer and Mathematical Sciences
> University of Houston - Downtown
> mailto: hodgesse at uhd.edu
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Swift-user mailing list
> Swift-user at ci.uchicago.edu
> http://mail.ci.uchicago.edu/mailman/listinfo/swift-user

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-user/attachments/20090610/165de6ec/attachment.html>


More information about the Swift-user mailing list