diff options
author | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-02-21 12:30:14 -0500 |
---|---|---|
committer | sienkiew <sienkiew@d34015c8-bcbb-4646-8ac8-8ba5febf221d> | 2012-02-21 12:30:14 -0500 |
commit | 5b112405e6250244fedfc36ece33a5455e69964f (patch) | |
tree | 0a6d171f0b5b89afc1c5647d96f586f815ef7049 | |
parent | 05704c2b7e66cffa8f5730c005fcb913a69e421d (diff) | |
download | steuermann-5b112405e6250244fedfc36ece33a5455e69964f.tar.gz |
fix udf updates
git-svn-id: https://svn.stsci.edu/svn/ssb/etal/steuermann/trunk@553 d34015c8-bcbb-4646-8ac8-8ba5febf221d
-rw-r--r-- | sm/dist_dev.sm | 10 | ||||
-rw-r--r-- | sm/dist_x.sm | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/sm/dist_dev.sm b/sm/dist_dev.sm index 0d8eefd..58b6c95 100644 --- a/sm/dist_dev.sm +++ b/sm/dist_dev.sm @@ -79,15 +79,15 @@ TABLE distribute_other HOST arzach # UDF - another funded project with their own machines TABLE distribute_other HOST thor - CMD udf1.iraf RUN "synctool udf1: irafdev" + CMD udf1.iraf RUN "synctool udf1:/ustsciEWS4_x64 irafdev" AFTER stamp/dev - CMD udf1.pyssg RUN "synctool udf1: pyssgdev" + CMD udf1.pyssg RUN "synctool udf1:/ustsciEWS4_x64 pyssgdev" AFTER stamp/dev - CMD udf1.stsci_iraf RUN "synctool udf1: stsci_iraf_dev" + CMD udf1.stsci_iraf RUN "synctool udf1:/ustsciEWS4_x64 stsci_iraf_dev" AFTER stamp/dev - CMD udf1.hstcal RUN "synctool udf1: hstcaldev" + CMD udf1.hstcal RUN "synctool udf1:/ustsciEWS4_x64 hstcaldev" AFTER stamp/dev - CMD udf1.motd RUN "synctool udf1: irafdev/iraf/unix/hlib/motd" + CMD udf1.motd RUN "synctool udf1:/ustsciEWS4_x64 irafdev/iraf/unix/hlib/motd" AFTER udf1.iraf # royal - a beowulf cluster diff --git a/sm/dist_x.sm b/sm/dist_x.sm index 437bc39..bf640ec 100644 --- a/sm/dist_x.sm +++ b/sm/dist_x.sm @@ -90,15 +90,15 @@ TABLE x_distribute_other HOST arzach # UDF - another funded project with their own machines TABLE x_distribute_other HOST thor - CMD udf1.iraf RUN "synctool udf1: irafx" + CMD udf1.iraf RUN "synctool udf1:/ustsciEWS4_x64 irafx" AFTER x_distribute/gate - CMD udf1.pyssg RUN "synctool udf1: pyssgx" + CMD udf1.pyssg RUN "synctool udf1:/ustsciEWS4_x64 pyssgx" AFTER x_distribute/gate - CMD udf1.stsci_iraf RUN "synctool udf1: stsci_iraf_x" + CMD udf1.stsci_iraf RUN "synctool udf1:/ustsciEWS4_x64 stsci_iraf_x" AFTER x_distribute/gate - CMD udf1.hstcal RUN "synctool udf1: hstcalx" + CMD udf1.hstcal RUN "synctool udf1:/ustsciEWS4_x64 hstcalx" AFTER x_distribute/gate - CMD udf1.motd RUN "synctool udf1: irafx/iraf/unix/hlib/motd" + CMD udf1.motd RUN "synctool udf1:/ustsciEWS4_x64 irafx/iraf/unix/hlib/motd" AFTER udf1.iraf # royal - a beowulf cluster |