[Swift-user] Question: Setting environment variables

Michael Wilde wilde at mcs.anl.gov
Fri May 28 12:04:33 CDT 2010


Did you make sure that all the fields are separated by a tab character, not spaces?
If that was not the cause, I'll need to double-check and test my syntax.

(please send all your replies back to the swift-user list).

- Mike


----- "Taleena R Sines" <trsines0 at frostburg.edu> wrote:

> I inserted that line and it is giving me the error:
> unexpected token: /
> 
> 
> Taleena R. Sines
> Major: Computer Science
> 
> 
> 
> -----Original Message-----
> From: Michael Wilde [ mailto:wilde at mcs.anl.gov ]
> Sent: Fri 5/28/2010 12:48 PM
> To: Taleena R Sines
> Cc: Swift User
> Subject: Re: [Swift-user] Question: Setting environment variables
> 
> 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

-- 
Michael Wilde
Computation Institute, University of Chicago
Mathematics and Computer Science Division
Argonne National Laboratory




More information about the Swift-user mailing list