[Swift-user] Question: Setting environment variables
Michael Wilde
wilde at mcs.anl.gov
Fri May 28 11:48:21 CDT 2010
For:
setenv CODE_HOME /trsines/code/my_code
the example:
localhost myapp /usr/bin/env none none ENV::myenvvar="something";
would become:
localhost myapp /usr/bin/env none none ENV::CODE_HOME ="/trsines/code/my_code";
- Mike
----- "Taleena R Sines" <trsines0 at frostburg.edu> wrote:
> If my code in c-script is :
> setenv CODE_HOME /trsines/code/my_code
>
> What would actually be typed in the swift-script in place of that?
> thank you
>
> T. R. Sines
>
>
>
>
> -----Original Message-----
> From: wilde at mcs.anl.gov [ mailto:wilde at mcs.anl.gov ]
> Sent: Fri 5/28/2010 12:15 PM
> To: Taleena R Sines
> Cc: swift-user at ci.uchicago.edu
> Subject: Re: [Swift-user] Question: Setting environment variables
>
> Taleena,
>
> You set env vars for a given app in the tc.data file using an "Env
> profile":
>
> http://www.ci.uchicago.edu/swift/guides/userguide.php#profile.env
>
> For example:
>
> localhost myapp /usr/bin/env none none ENV::myenvvar="something";
>
> Thats not real clear in the User Guide - we will fix that.
>
> - Mike
>
>
> ----- "Taleena R Sines" <trsines0 at frostburg.edu> wrote:
>
> > Hello,
> > In swift, how would I set an environment variable?
> > For example, in a c-script:
> > setenv WKDIR /user/bin
> >
> > would translate to swift how?
> > Thank you
> >
> > T. R. Sines
> >
> >
> >
> > _______________________________________________
> > Swift-user mailing list
> > Swift-user at ci.uchicago.edu
> > http://mail.ci.uchicago.edu/mailman/listinfo/swift-user
>
> --
> Michael Wilde
> Computation Institute, University of Chicago
> Mathematics and Computer Science Division
> Argonne National Laboratory
--
Michael Wilde
Computation Institute, University of Chicago
Mathematics and Computer Science Division
Argonne National Laboratory
More information about the Swift-user
mailing list