[Swift-devel] [Bug 228] New: PBS provider is not passing env vars	correctly
    bugzilla-daemon at mcs.anl.gov 
    bugzilla-daemon at mcs.anl.gov
       
    Mon Oct 11 17:58:07 CDT 2010
    
    
  
https://bugzilla.mcs.anl.gov/swift/show_bug.cgi?id=228
           Summary: PBS provider is not passing env vars correctly
           Product: Swift
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: SwiftScript language
        AssignedTo: skenny at uchicago.edu
        ReportedBy: wilde at mcs.anl.gov
Env vars - in particular the var WORKER_LOGGING_ENABLED - are not being passing
correctly.
Currently this var is just added as:
WORKER_LOGGING_ENABLED=true
I think it needs either:
1) to be prefixed by "export " so that it is placed in the environment of the
executed job (worker.pl)
2) be passed in a PBS directive, something like:
#PBS -v WORKER_LOGGING_ENABLED=true
This should be tested first with standalone PBS .sub files and qsub.
-- 
Configure bugmail: https://bugzilla.mcs.anl.gov/swift/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the reporter.
    
    
More information about the Swift-devel
mailing list