IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 24202


Ignore:
Timestamp:
May 15, 2009, 12:40:30 PM (17 years ago)
Author:
bills
Message:

changes "towards" allowing simtest to be run with files stored in nebulous.
It still doesn't work completely. simtest.inject uses a wild card to specifiy the
list of files. This doesn't work for nebulous files.

Location:
trunk/ippTasks
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/Makefile.am

    r23897 r24202  
    3434        simtest.basic.config \
    3535        simtest.basic.auto \
     36        simtest.basic.nebulous.auto \
    3637        simtest.detverify.config \
    3738        simtest.detverify.auto \
  • trunk/ippTasks/simtest.pro

    r24074 r24202  
    2626  $SIMTEST_THREADS = 0
    2727end
     28
     29$SIMTEST_RAWDIR = raw
     30$SIMTEST_WORKDIR = work
     31 
    2832
    2933macro simtest
     
    7074      # the labels "wait" and "proc" are special names used in automate.pro
    7175   
    72       $ppsim = "ppSimSequence $MODULES:0/$SIMTEST_SEQUENCE simtest.mkimages simtest.inject -path raw -workdir work -dbname $dbname -label wait -dvodb DVO -tess_id TESS"
     76      $ppsim = "ppSimSequence $MODULES:0/$SIMTEST_SEQUENCE simtest.mkimages simtest.inject -path $SIMTEST_RAWDIR -workdir $SIMTEST_WORKDIR -dbname $dbname -label wait -dvodb DVO -tess_id TESS"
    7377      if ("$PPSIM_RECIPE" != "default")
    7478         $ppsim = $ppsim -ppsim_recipe $PPSIM_RECIPE
     
    123127end
    124128
     129macro simtest.setup.nebulous.basic
     130  $PPSIM_RECIPE = default
     131  $SIMTEST_SEQUENCE = simtest.basic.config
     132  $SIMTEST_AUTO = simtest.nebulous.basic.auto
     133  $SIMTEST_USER = `whoami`
     134  $SIMTEST_RAWDIR = neb://anyhost/simtest.$SIMTEST_USER/raw
     135  $SIMTEST_WORKDIR = neb://anyhost/simtest.$SIMTEST_USER/work
     136end
     137
    125138macro simtest.setup.detverify
    126139  $PPSIM_RECIPE = default
Note: See TracChangeset for help on using the changeset viewer.