diff trunk/experiments/scripts/master.sh @ 415:cac1f386e8d9

- New AIMCopy
author tomwalters
date Mon, 25 Oct 2010 00:30:22 +0000
parents 03954c09e5d0
children 23cd0dac0ccf
line wrap: on
line diff
--- a/trunk/experiments/scripts/master.sh	Sun Oct 24 23:53:36 2010 +0000
+++ b/trunk/experiments/scripts/master.sh	Mon Oct 25 00:30:22 2010 +0000
@@ -34,7 +34,8 @@
 HTK_ROOT=$WORKING_VOLUME/software/htk/
 AIMC_ROOT=$WORKING_VOLUME/software/aimc/
 
-AIMCOPY_CONFIGURATION_FILE=./cnbh-syllables/feature_generation/ssi_profile_features.aimcopyconfig
+THIS_DIR=`basename $0`
+AIMCOPY_CONFIGURATION_FILE=$THIS_DIR/cnbh-syllables/feature_generation/ssi_profile_features.aimcopycfg
 
 # Number of cores on the experimental machine. Various scripts will try to use
 # this if it's set.
@@ -100,6 +101,7 @@
 if [ ! -e $AIMC_ROOT/.aimc_build_success ]; then
  ./aimc/build_aimc.sh $AIMC_ROOT
 fi
+export PATH=$PATH:$AIMC_ROOT/build/posix-release/
 
 for SOURCE_SNR in $FEATURE_DIRS; do
   if [ ! -e $FEATURES_ROOT/mfcc/$SOURCE_SNR/.make_mfcc_features_success ]; then