[Swift-user] Re: mapping question
Mihael Hategan
hategan at mcs.anl.gov
Sun Apr 3 20:56:44 CDT 2011
Might the regular expression mapper work?
Mihael
On Sun, 2011-04-03 at 19:44 -0500, Jonathan Monette wrote:
> Hello,
> I have a situation that I am not sure how to resolve. I have an
> app that has this interface.
> myapp infile outfile metadata
>
>
> The Swift app declaration i have is
> app ( Image outfile) myapp( Image infile Meta metadata)
> {
> myapp @infile @outfile @metadata;
> }
>
>
> Howerver, myapp creates two files. It creates a file with @outfile as
> the filename and creates another file that is @outfile_area as the
> file name. How in swift do I map to the @outfile_area file since it
> is created just based on the name of outfile? Currently, I don't map
> the file so the file is not staged out so it is deleted presumably
> when my jobs have finished executed. This file is not necessary for
> my workflow to complete but it is another metadata file that helps in
> the approximation of the final image.
>
>
>
> On Sun, Apr 3, 2011 at 7:38 PM, Jonathan Monette
> <jon.monette at gmail.com> wrote:
> Hello,
> I have a situation that I am not sure how to resolve. I
> have an app that is similar to this.
>
>
>
>
> --
> Any intelligent fool can make things bigger and more
> complex... It takes a touch of genius - and a lot of courage
> to move in the opposite direction.
> - Albert Einstein
>
>
>
>
>
>
> --
> Any intelligent fool can make things bigger and more complex... It
> takes a touch of genius - and a lot of courage to move in the opposite
> direction.
> - Albert Einstein
>
>
>
> _______________________________________________
> Swift-user mailing list
> Swift-user at ci.uchicago.edu
> http://mail.ci.uchicago.edu/mailman/listinfo/swift-user
More information about the Swift-user
mailing list