ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/optimisation/cas_test/appel_mailleurbloc.script
Revision: 237
Committed: Mon Mar 8 19:18:03 2010 UTC (15 years, 2 months ago) by picher
File size: 917 byte(s)
Log Message:
Correction de la derniere mise a jour des cas tests d'optimisation

File Contents

# User Rev Content
1 picher 199 #!/bin/sh
2    
3     ARCH=$($DEVROOT/Util/buildUtil/getarch)
4 picher 202 echo "*********************************"
5     echo "Exemple de calcul d'optimisation "
6     echo " fait sur une bielle et un pont "
7     echo "*********************************"
8 picher 237 #$DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation bielle.step
9     #$DEVROOT/magic/app/mgoperation/bin/$ARCH/mgoperation bielle_bloc.step
10 picher 199 $DEVROOT/magic/app/carte/bin/$ARCH/carte -fichier bielle.magic -fichout carte.ctt -dg 7 -fechantillonage 20 -festimation 1 -typecarte 0
11     $DEVROOT/magic/app/mailleurbloc/bin/$ARCH/mailleurbloc -entier bielle.magic -bloc bielle_bloc.magic -carte carte.ctt -numgeoentier 0 -numgeobloc 0
12    
13 picher 202 $DEVROOT/magic/app/carte/bin/$ARCH/carte -fichier pont.magic -fichout carte2.ctt -dg 0.5 -fechantillonage 20 -festimation 1 -typecarte 0
14     $DEVROOT/magic/app/mailleurbloc/bin/$ARCH/mailleurbloc -entier pont.magic -bloc pont_bloc.magic -carte carte2.ctt -numgeoentier 0 -numgeobloc 0

Properties

Name Value
svn:executable