Ignore:
Timestamp:
12/08/16 11:06:35 (7 years ago)
Author:
dubos
Message:

configs/testing : towards first working version

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configs/testing/setup.sh

    r501 r502  
    4646  # create separate build dirs sharing the same src/ and tools/ subdirs to save disk and time 
    4747  BUILD=$ROOT/DYNAMICO_serial 
    48   cp -pr $ROOT/DYNAMICO $BUILD 
    49   rm -rf $BUILD/src 
    50   rm -rf $BUILD/tools 
    51   ln -sf $ROOT/DYNAMICO/src $BUILD/src 
    52   ln -sf $ROOT/DYNAMICO/tools $BUILD/tools 
     48  echo "Creating build directory $BUILD" 
     49  rm -rf $BUILD 
     50  mkdir -p $BUILD 
     51  cd $ROOT/DYNAMICO 
     52  for NAME in arch build compile make_icosa src bld.cfg  clean doc tools ; do 
     53      ln -s $ROOT/DYNAMICO/$NAME $BUILD/ 
     54  done 
    5355  for NAME in mpi mpi_omp ; do 
     56      echo "Creating build directory $ROOT/DYNAMICO_$NAME" 
     57      rm -rf $ROOT/DYNAMICO_$NAME 
    5458      cp -pr $BUILD $ROOT/DYNAMICO_$NAME 
    5559  done 
Note: See TracChangeset for help on using the changeset viewer.