<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7654.12">
<TITLE>RE: [Swift-user] weird "non output" from swift procedure</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->

<P><FONT SIZE=2>That's where they are.<BR>
<BR>
thanks,<BR>
Erin<BR>
<BR>
<BR>
Erin M. Hodgess, PhD<BR>
Associate Professor<BR>
Department of Computer and Mathematical Sciences<BR>
University of Houston - Downtown<BR>
mailto: hodgesse@uhd.edu<BR>
<BR>
<BR>
<BR>
-----Original Message-----<BR>
From: Michael Wilde [<A HREF="mailto:wilde@mcs.anl.gov">mailto:wilde@mcs.anl.gov</A>]<BR>
Sent: Wed 6/10/2009 2:20 PM<BR>
To: Hodgess, Erin<BR>
Cc: swift-user@ci.uchicago.edu<BR>
Subject: Re: [Swift-user] weird "non output" from swift procedure<BR>
<BR>
Erin, I suspect that since you did not specify any mappings, that *if*<BR>
the script ran correctly, it produced output files under the directory<BR>
_concurrent.<BR>
<BR>
This "concurrent" mapper and its directory convention are the default<BR>
when no output mapping is specified, and is described in the user guide.<BR>
<BR>
Can you check is the expected output files (which will have weird names)<BR>
is under that directory? (Do an "ls -lRt" on it).<BR>
<BR>
- Mike<BR>
<BR>
<BR>
On 6/10/09 1:59 PM, Hodgess, Erin wrote:<BR>
> Hi again!<BR>
><BR>
> This runs without errors, but it does not produce any output.<BR>
><BR>
> Is it missing some file names, please?<BR>
><BR>
> Thanks,<BR>
> Erin<BR>
><BR>
><BR>
><BR>
> [erin@tp-login2 ~]$ swift -tc.file tc.data restart.swift<BR>
> Swift svn swift-r2950 cog-r2406<BR>
><BR>
> RunID: 20090610-1355-ccu7emi4<BR>
> Progress:<BR>
> Progress:  Checking status:1  Finished successfully:3<BR>
> Final status:  Finished successfully:4<BR>
> [erin@tp-login2 ~]$ cat restart.swift<BR>
> type file;<BR>
> <BR>
> (file f) touch() {<BR>
>   app {<BR>
>     touch @f;<BR>
>   }<BR>
> }<BR>
> <BR>
> (file f) processL(file inp) {<BR>
>   app {<BR>
>     echo "processL" stdout=@f;<BR>
>   }<BR>
> }<BR>
> <BR>
> (file f) processR(file inp) {<BR>
>   app {<BR>
>     broken "process" stdout=@f;<BR>
>   }<BR>
> }<BR>
> <BR>
> (file f) join(file left, file right) {<BR>
>   app { <BR>
>     echo "join" @left @right stdout=@f;<BR>
>   } <BR>
> }<BR>
><BR>
> <BR>
> file f = touch();<BR>
> <BR>
> file g = processL(f);<BR>
> file h = processR(f);<BR>
> <BR>
> file i = join(g,h);<BR>
> [erin@tp-login2 ~]$<BR>
><BR>
><BR>
> Erin M. Hodgess, PhD<BR>
> Associate Professor<BR>
> Department of Computer and Mathematical Sciences<BR>
> University of Houston - Downtown<BR>
> mailto: hodgesse@uhd.edu<BR>
><BR>
><BR>
> ------------------------------------------------------------------------<BR>
><BR>
> _______________________________________________<BR>
> Swift-user mailing list<BR>
> Swift-user@ci.uchicago.edu<BR>
> <A HREF="http://mail.ci.uchicago.edu/mailman/listinfo/swift-user">http://mail.ci.uchicago.edu/mailman/listinfo/swift-user</A><BR>
<BR>
</FONT>
</P>

</BODY>
</HTML>