IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 10, 2007, 3:37:08 PM (20 years ago)
Author:
eugene
Message:

book version successful test with simtest

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_00/ippTasks/pantasks.pro

    r11011 r11019  
    1717$runpoll = 0.5
    1818$runexec = 1
     19
     20macro init.simtest
     21  $LOGDIR = `ipp_datapath.pl path://SIMTEST`
     22  $LOGDIR = $LOGDIR/logs
     23  exec mkdir -p $LOGDIR
     24
     25  if ($parallel)
     26    controller exit true
     27    controller host add alala
     28  end
     29end
    1930
    2031macro init.essence
     
    5566macro load.tasks
    5667  input $scripts/phase0.pro
    57   input $scripts/phase2.pro
     68#  input $scripts/phase2.pro
    5869# input $scripts/phase3.pro
    5970
     
    8091  end
    8192end
    82 
    83 macro setcommand
    84   local n
    85   $command = ""
    86   for n 1 $0
    87     $command = $command $$n
    88   end
    89   if ($VERBOSE > 1)
    90     echo "command $command"
    91   end
    92   command $command
    93 end
Note: See TracChangeset for help on using the changeset viewer.