<!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>doesn't create output file</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/plain format -->
<P><FONT SIZE=2>Hi again!<BR>
<BR>
I'm looking at some of Sarah's really cool stuff and trying to reproduce test versions.<BR>
<BR>
Here is the swift file:<BR>
[erin@tp-login2 bin]$ cat test1.swift<BR>
type file{}<BR>
#--- trying to learn from Sarah's cool stuff<BR>
<BR>
<BR>
[erin@tp-login2 bin]$ cat test1.swift<BR>
type file{}<BR>
#--- trying to learn from Sarah's cool stuff<BR>
<BR>
<BR>
<BR>
app (file simResult) simScript (file scriptFile, file inputFile, int iter,int tval){<BR>
RInvoke @filename(scriptFile) @filename(inputFile) iter tval;<BR>
}<BR>
<BR>
<BR>
file script<"e1.in">;<BR>
file inputData<"xx.dat">;<BR>
file simResult<"xy.out">;<BR>
int iter = 25;<BR>
int tval = 4;<BR>
simResult=simScript(script,inputData,iter,tval); <BR>
<BR>
[erin@tp-login2 bin]$<BR>
<BR>
<BR>
And here is the result:<BR>
[erin@tp-login2 bin]$ swift -tc.file tc.data test1.swift<BR>
Swift svn swift-r2950 cog-r2406<BR>
<BR>
RunID: 20090603-2200-krmao849<BR>
Progress:<BR>
Progress: Checking status:1<BR>
Progress: Checking status:1<BR>
Progress: Checking status:1<BR>
Execution failed:<BR>
Exception in RInvoke:<BR>
Arguments: [e1.in, xx.dat, 25, 4]<BR>
Host: localhost<BR>
Directory: test1-20090603-2200-krmao849/jobs/k/RInvoke-k4l6zqbj<BR>
stderr.txt:<BR>
stdout.txt:<BR>
----<BR>
<BR>
Caused by:<BR>
The following output files were not created by the application: xy.out<BR>
[erin@tp-login2 bin]$<BR>
<BR>
<BR>
The tc.data is here:<BR>
[erin@tp-login2 bin]$ cat tc.data<BR>
#NOTE WELL: fields in this file must be separated by tabs, not spaces<BR>
# and there must be no trailing whitespace at the end of each line.<BR>
#<BR>
# sitename app pathname (ignored) (ignored) profiles<BR>
localhost echo /bin/echo INSTALLED INTEL32::LINUX null<BR>
teraport echo /bin/echo INSTALLED INTEL32::LINUX null<BR>
localhost translate /usr/bin/tr INSTALLED INTEL32::LINUX null<BR>
localhost R /home/erin/R-2.9.0/bin/R INSTALLED INTEL32::LINUX null<BR>
localhost wc /usr/bin/wc INSTALLED INTEL32::LINUX null<BR>
localhost convert /usr/bin/convert INSTALLED INTEL32::LINUX null<BR>
localhost RInvoke /home/erin/R-2.9.0/bin/RInvoke.sh INSTALLED INTEL32::LINUX null<BR>
<BR>
Any suggestions most appreciated.<BR>
<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>
</FONT>
</P>
</BODY>
</HTML>