Ignore:
Timestamp:
Mar 23, 2016 9:24:06 AM (8 years ago)
Author:
gah
Message:

move puq script to puq.sh to not collide with puq command in puq distribution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.6/lang/tcl/scripts/task.tcl

    r6176 r6189  
    485485itcl::body Rappture::Task::GetParamsForUQ {} {
    486486    set pid [pid]
    487     # puts "puq get_params $pid $_uq(varlist) $_uq(type) $_uq(args)"
     487    # puts "puq.sh get_params $pid $_uq(varlist) $_uq(type) $_uq(args)"
    488488    if {[catch {
    489         exec puq get_params $pid $_uq(varlist) $_uq(type) $_uq(args)
     489        exec puq.sh get_params $pid $_uq(varlist) $_uq(type) $_uq(args)
    490490    } errs] != 0 } {
    491491        set fp [open "uq_debug.err" r]
     
    907907    set puqFileName [file join $rapptureInfo(cwd) puq_[pid].hdf5]
    908908    if {[catch {
    909         exec puq analyze $puqFileName
     909        exec puq.sh analyze $puqFileName
    910910    } fileName] != 0 } {
    911    puts stderr "puq analyze failed: $fileName"
     911   puts stderr "puq.sh analyze failed: $fileName"
    912912        set f [open "uq_debug.err" r]
    913913        set rdata [read $f]
Note: See TracChangeset for help on using the changeset viewer.