[Swift-user] weird "non output" from swift procedure
Hodgess, Erin
HodgessE at uhd.edu
Wed Jun 10 13:59:17 CDT 2009
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mcs.anl.gov/pipermail/swift-user/attachments/20090610/665ee8e1/attachment.html>
More information about the Swift-user
mailing list