aboutsummaryrefslogtreecommitdiff
path: root/french
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2008-07-13 07:43:00 +0000
committerThierry Thomas <thierry@FreeBSD.org>2008-07-13 07:43:00 +0000
commit94f3a1983ead5efb5c3739e0e5095b5aa8ccf8ed (patch)
tree1203276e50113f6323dffaee185de0993f5122cf /french
parentf96fc34dec104b95a96418e748db60030e77ca33 (diff)
downloadports-94f3a1983ead5efb5c3739e0e5095b5aa8ccf8ed.tar.gz
ports-94f3a1983ead5efb5c3739e0e5095b5aa8ccf8ed.zip
Notes
Diffstat (limited to 'french')
-rw-r--r--french/aster/Makefile34
-rw-r--r--french/aster/distinfo6
-rw-r--r--french/aster/files/patch-check_compilers.py34
-rw-r--r--french/aster/files/patch-products.py54
-rw-r--r--french/aster/files/patch-setup.cfg31
-rw-r--r--french/aster/files/patch-setup.py25
-rw-r--r--french/aster/pkg-plist501
7 files changed, 541 insertions, 144 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile
index 28969a26a923..f038905f873a 100644
--- a/french/aster/Makefile
+++ b/french/aster/Makefile
@@ -7,7 +7,7 @@
PORTNAME= aster
DISTVERSIONPREFIX= full-src-
-DISTVERSION= 9.2.0-2
+DISTVERSION= 9.3.0-1
DISTVERSIONSUFFIX= .noarch
CATEGORIES= french cad
MASTER_SITES= http://www.code-aster.org/V2/UPLOAD/DOC/Telechargement/
@@ -18,7 +18,6 @@ COMMENT= Code_Aster finite element method solver
#-----------------------------------------------------------------------
# You may define these options:
#
-# - F77: don't use the default fortran compiler;
# - FFLAGS: fortan compiler's flags (-O2 by default);
# - WITH_ZSH or WITH_BASH or WITH_KSH: select a shell among
# zsh (default), bash or ksh;
@@ -43,7 +42,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/aster/ASTK/ASTK_SERV:${PORTSDIR}/cad/astk-serveur \
LIB_DEPENDS+= tcl${SHORT_TCL_VER}:${PORTSDIR}/lang/tcl${SHORT_TCL_VER} \
tk${SHORT_TK_VER}:${PORTSDIR}/x11-toolkits/tk${SHORT_TK_VER} \
hdf5.0:${PORTSDIR}/science/hdf5 \
- med.2:${PORTSDIR}/french/med
+ med.2:${PORTSDIR}/french/med \
+ f2c.2:${PORTSDIR}/lang/f2c
RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Gnuplot:${PORTSDIR}/math/py-gnuplot \
${LOCALBASE}/bin/onmetis.exe:${PORTSDIR}/math/metis-edf \
${LOCALBASE}/aster/ASTK/ASTK_SERV:${PORTSDIR}/cad/astk-serveur
@@ -62,6 +62,8 @@ PKGMESSIN= pkg-message.sans-astk.in
PKGMESSIN= pkg-message.in
.endif
+INTERACTIVE_SCRIPTS= check_compilers.py setup.py
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
@@ -223,8 +225,8 @@ ${WRKSRC}/instdir/${vaster}/elements: build
pre-configure:
${REINPLACE_CMD} -e 's|PREFER_SHARED_LIBS=False|PREFER_SHARED_LIBS=True|' ${WRKSRC}/setup.cfg
${REINPLACE_CMD} -e 's|/opt/aster|${WRKSRC}/instdir|' \
- -e 's|/usr/bin/gcc|${CC}|;s|/usr/bin/g77|${F77}|' \
${WRKSRC}/setup.cfg
+ ${REINPLACE_CMD} -e "s|'gfortran'|'${FC}'|g" ${WRKSRC}/check_compilers.py
.if defined(WITH_ATLAS)
${REINPLACE_CMD} -e "s|cfg\['BLASLIB'\]|cfg['BLASLIB'], cfg['ATLASLIB']|" \
${WRKSRC}/products.py
@@ -236,6 +238,7 @@ pre-configure:
${ECHO_CMD} "_install_Pmw = False" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "_install_Numeric = False" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "_install_gmsh = False" >> ${WRKSRC}/setup.cfg
+ ${ECHO_CMD} "_install_gmsh2 = False" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "_install_gibi = False" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "_install_grace = False" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "XMGRACE = 'xmgrace'" >> ${WRKSRC}/setup.cfg
@@ -244,10 +247,15 @@ pre-configure:
${ECHO_CMD} "_install_astk = False" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "_install_astk_serv = False" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "_install_metis = False" >> ${WRKSRC}/setup.cfg
+ ${ECHO_CMD} "_install_mumps = False" >> ${WRKSRC}/setup.cfg
+ ${ECHO_CMD} "_install_omniORB = False" >> ${WRKSRC}/setup.cfg
+ ${ECHO_CMD} "_install_omniORBpy = False" >> ${WRKSRC}/setup.cfg
+ ${ECHO_CMD} "_install_pylotage = False" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "_install_crpcrs = False" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "_install_aster_Linux = False" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "_install_scotch = False" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "HOME_SCOTCH = '${LOCALBASE}'" >> ${WRKSRC}/setup.cfg
+ ${ECHO_CMD} "HOME_METIS = '${LOCALBASE}'" >> ${WRKSRC}/setup.cfg
.if defined(WITH_MUMPS)
${ECHO_CMD} "HOME_MUMPS = '${LOCALBASE}'" >> ${WRKSRC}/setup.cfg
. if ${MUMPS_PORT} == "mumps-mpich"
@@ -255,6 +263,7 @@ pre-configure:
${ECHO_CMD} "MUMPSLIB = '${MUMPSLIB}'" >> ${WRKSRC}/setup.cfg
. endif
.endif
+ ${ECHO_CMD} "LD='${CC}'" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "F90='${LOCALBASE}/bin/${FC}'" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "SYSLIB='-Xlinker -export-dynamic ${PTHREAD_LIBS} -lutil -lm -lz -L${FORTRANLIBDIR} -L${FORTRANLIBDIR2} -lgfortranbegin -lgfortran'" \
>> ${WRKSRC}/setup.cfg
@@ -283,15 +292,19 @@ pre-configure:
>> ${WRKSRC}/setup.cfg
${ECHO_CMD} "F90FLAGS_DBG='-c -g -O ${FLAGARCH} ${FFLAGARCH} -I${LOCALBASE}/include -I${HOME_MPI}/include'" \
>> ${WRKSRC}/setup.cfg
- ${ECHO_CMD} "CFLAGS='-c ${CFLAGS} ${PTHREAD_CFLAGS} ${FLAGARCH} -I${LOCALBASE}/include'" \
+ ${ECHO_CMD} "CFLAGS='-c ${CFLAGS} -fno-stack-protector ${PTHREAD_CFLAGS} ${FLAGARCH} -I${LOCALBASE}/include'" \
>> ${WRKSRC}/setup.cfg
- ${ECHO_CMD} "CFLAGS_DBG='-c -g -O -pipe ${PTHREAD_CFLAGS} ${FLAGARCH} -I${LOCALBASE}/include'" \
+ ${ECHO_CMD} "CFLAGS_DBG='-c -g -O -pipe -fno-stack-protector ${PTHREAD_CFLAGS} ${FLAGARCH} -I${LOCALBASE}/include'" \
>> ${WRKSRC}/setup.cfg
+.for is in ${INTERACTIVE_SCRIPTS}
+ ${REINPLACE_CMD} -e '/should_continue()/d' \
+ ${WRKSRC}/${is}
+.endfor
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
@${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}
do-configure:
- (cd ${CONFIGURE_WRKSRC} && ${PYTHON_CMD} setup.pyo test \
+ (cd ${CONFIGURE_WRKSRC} && ${PYTHON_CMD} setup.pyo ${DEBUG_FLAGS} test \
| tee ${CONFIGURE_LOG})
@${ECHO_MSG} "---------------- Debug ------------------"
${CAT} ${CONFIGURE_WRKSRC}/setup.log
@@ -310,7 +323,8 @@ pre-build:
${WRKSRC}/instdir/ASTK/ASTK_SERV
do-build:
- (cd ${BUILD_WRKSRC} && ${PYTHON_CMD} setup.pyo install \
+ (cd ${BUILD_WRKSRC} && \
+ ${PYTHON_CMD} setup.pyo ${DEBUG_FLAGS} install aster \
| tee ${BUILD_WRKSRC}/build.log)
pre-install:
@@ -346,7 +360,7 @@ post-install:
${LN} -fs ${LOCALBASE}/bin/onmetis ${tools_dir}/
${LN} -fs ${LOCALBASE}/bin/pmetis ${tools_dir}/
${LN} -fs ${LOCALBASE}/bin/gnuplot ${tools_dir}/
-.if !defined(WITHOUT_ASTK) && !defined(WITHOUT_ASTK_CLI)
+.if !defined(WITHOUT_ASTK_CLI)
${LN} -fs ${ASTKDIR}/bin/astk ${tools_dir}/
${LN} -fs ${ASTKDIR}/bin/bsf ${tools_dir}/
.endif
@@ -360,6 +374,8 @@ post-install:
${LN} -fs ${LOCALBASE}/bin/gracebat ${tools_dir}/
${LN} -fs ${LOCALBASE}/bin/xmgrace ${tools_dir}/
.endif
+ ${LN} -fs ${LOCALBASE}/${PORTNAME}/ASTK/ASTK_SERV/conf/aster_profile.sh \
+ ${PREFIX}/${PORTNAME}/
@${ECHO_MSG}
@${SED} -e "s#%%tools_dir%%#${tools_dir}#" \
${FILESDIR}/${PKGMESSIN} > ${PKGMESSAGE}
diff --git a/french/aster/distinfo b/french/aster/distinfo
index 5c35c82565f5..21d735475674 100644
--- a/french/aster/distinfo
+++ b/french/aster/distinfo
@@ -1,3 +1,3 @@
-MD5 (aster-full-src-9.2.0-2.noarch.tar.gz) = b0e3de37a3ce0f2c843855c9a5eef7ca
-SHA256 (aster-full-src-9.2.0-2.noarch.tar.gz) = fc43b758681ffb0dd7cfdbe30e92f9b840f0394732c11b815b0170bd38d48ec6
-SIZE (aster-full-src-9.2.0-2.noarch.tar.gz) = 117727246
+MD5 (aster-full-src-9.3.0-1.noarch.tar.gz) = 9f2988ea950e528e2e02ead3d30280a2
+SHA256 (aster-full-src-9.3.0-1.noarch.tar.gz) = 015f8e9f07e788ec1a7be314c14808f3c9603dc22a1b5aed627d4adcf25b1274
+SIZE (aster-full-src-9.3.0-1.noarch.tar.gz) = 141387639
diff --git a/french/aster/files/patch-check_compilers.py b/french/aster/files/patch-check_compilers.py
new file mode 100644
index 000000000000..b2917d0314a3
--- /dev/null
+++ b/french/aster/files/patch-check_compilers.py
@@ -0,0 +1,34 @@
+--- check_compilers.py.orig 2008-07-03 18:50:57.000000000 +0200
++++ check_compilers.py 2008-07-08 00:01:13.000000000 +0200
+@@ -290,7 +290,7 @@
+ if self.platform == 'LINUX64':
+ self.F77 = 'gfortran'
+
+- self.libs.extend([('math', 'lapack'), ('math', 'blas'), ('math', 'g2c'),
++ self.libs.extend([('math', 'lapack'), ('math', 'blas'), ('math', 'f2c'),
+ ('cxx', ['libstdc++.so', 'libstdc++.a']),])
+
+ #-------------------------------------------------------------------------------
+@@ -332,7 +332,7 @@
+ if self.platform == 'LINUX64':
+ self.F77 = 'gfortran'
+
+- self.libs.extend([('math', 'g2c'),
++ self.libs.extend([('math', 'f2c'),
+ ('cxx', ['libstdc++.so', 'libstdc++.a']),])
+
+ #-------------------------------------------------------------------------------
+@@ -356,6 +356,13 @@
+ self.profiles.append('mklvars64.sh')
+ else: # x86_64
+ self.profiles.append('mklvarsem64t.sh')
++ elif self.platform == 'FREEBSD': # Not yet tested with icc!
++ if self.arch == 'ia64': # ia64
++ self.profiles.append('mklvars64.sh')
++ elif self.arch == 'x86_64': # x86_64
++ self.profiles.append('mklvarsem64t.sh')
++ else: # 32 bits
++ self.profiles.append('mklvars32.sh')
+ else:
+ raise CheckCompilerError, _('Unsupported platform : %s') % self.platform
+
diff --git a/french/aster/files/patch-products.py b/french/aster/files/patch-products.py
index bce46bd277ef..9fdf773aaea0 100644
--- a/french/aster/files/patch-products.py
+++ b/french/aster/files/patch-products.py
@@ -1,19 +1,18 @@
---- products.py.orig 2007-12-21 17:08:17.000000000 +0100
-+++ products.py 2008-01-08 14:20:12.000000000 +0100
-@@ -863,16 +863,18 @@
+--- products.py.orig 2008-07-03 18:50:57.000000000 +0200
++++ products.py 2008-07-10 21:13:03.000000000 +0200
+@@ -936,16 +936,18 @@
'HOME_PYTHON', 'PYTHON_EXE', 'PYTHONLIB', 'PYMODULES_PREFIX',
- 'HOME_MUMPS', 'HOME_ZMAT', 'HOME_MPI',
+ 'HOME_MUMPS', 'HOME_ZMAT', 'HOME_MPI', 'INCLUDE_MUMPS',
'HOME_MED', 'HOME_HDF', 'HOME_CRPCRS',
-- 'LD', 'CC', 'F77', 'F90',],
-+ 'LD', 'CC', 'F77', 'F90','LDFLAGS', 'SYSLIB',
+- 'LD', 'CC', 'F77', 'F90', 'CXXLIB', 'OTHERLIB',],
++ 'LD', 'CC', 'F77', 'F90', 'LDFLAGS', 'SYSLIB',
+ 'CFLAGS', 'CFLAGS_DBG',
+ 'FFLAGS', 'FFLAGS_DBG',
-+ 'F90FLAGS', 'F90FLAGS_DBG'],
++ 'F90FLAGS', 'F90FLAGS_DBG', 'CXXLIB', 'OTHERLIB',],
reqobj=['file:?HOME_ASTK?/ASTK_SERV/bin/as_run',
'file:?HOME_ASTK?/ASTK_SERV/conf/aster_profile.sh'],
-- set=['SYSLIB', 'OTHERLIB',
-+ set=['OTHERLIB',
- 'MEDLIB', 'HDFLIB', 'LAPACKLIB',
+ set=['SYSLIB',
+ 'MEDLIB', 'HDFLIB', 'LAPACKLIB', 'MATHLIB',
'MUMPSLIB', 'ZMATLIB', 'SCOTCHLIB',
- 'LDFLAGS',
- 'CFLAGS', 'CFLAGS_DBG', 'CINCLUDE',
@@ -25,12 +24,13 @@
'NOBUILD', ],
)
cfg['ENV_SH'] = cfg.get('ENV_SH', '')
-@@ -911,6 +913,18 @@
- cxxlibs.extend(['stdc++', 'supc++'])
+@@ -981,6 +983,19 @@
+ opt['FINCLUDE'] = ''
zmat_platform='Linux'
mpilibs.extend(['mpich'])
+ elif cfg['IFDEF']=='FREEBSD':
-+ opt['MATH_LIST'] = [cfg['LAPACKLIB'], cfg['BLASLIB'], 'gfortran']
++ # Don't check gfortran, already part of SYSLIB
++ opt['MATH_LIST'] = [cfg['LAPACKLIB'], cfg['BLASLIB']]
+ opt['SYSLIB'] = cfg['SYSLIB']
+ opt['LDFLAGS'] = cfg['LDFLAGS']
+ opt['CFLAGS_DBG'] = cfg['CFLAGS_DBG']
@@ -42,9 +42,9 @@
+ zmat_platform=''
+ mpilibs.extend(['mpich'])
elif cfg['IFDEF'] == 'LINUX64':
- opt['MATH_LIST'] = ['lapack', 'blas', 'g2c']
- opt['SYSLIB'] = '-Wl,--allow-multiple-definition -Wl,--export-dynamic -lieee -ldl -lpthread -lutil -lm'
-@@ -965,8 +979,8 @@
+ opt['SYSLIB'] = '-Wl,--allow-multiple-definition -Wl,--export-dynamic -lieee -ldl -lutil -lm'
+ opt['LDFLAGS'] = '-v'
+@@ -1033,8 +1048,8 @@
opt['FINCLUDE'] = ''
# ----- F90
@@ -55,15 +55,16 @@
opt['F90INCLUDE']=''
# ----- check for MED and HDF5 libraries, and HDF5 includes
-@@ -999,11 +1013,14 @@
-
+@@ -1071,12 +1086,15 @@
# ----- MUMPS
if cfg['HOME_MUMPS'] != '':
+ cfg['DEFINED'] += ' _HAVE_MUMPS'
- for lib in ('dmumps', 'zmumps', 'pord', 'mpiseq'):
- ftools.findlib_and_set(cfg, 'MUMPSLIB', lib,
- kargs['libdirs'], cfg['HOME_MUMPS'],
- err=False, append=True)
-- ftools.CheckFromLastFound(cfg, 'HOME_MUMPS', 'lib')
+- if lib == 'dmumps':
+- ftools.CheckFromLastFound(cfg, 'HOME_MUMPS', 'lib')
+ if cfg['MUMPSLIB'] != '':
+ opt['MUMPSLIB'] = cfg['MUMPSLIB']
+ else:
@@ -71,16 +72,17 @@
+ ftools.findlib_and_set(cfg, 'MUMPSLIB', lib,
+ kargs['libdirs'], cfg['HOME_MUMPS'],
+ err=False, append=True)
-+ ftools.CheckFromLastFound(cfg, 'HOME_MUMPS', 'lib')
++ if lib == 'dmumps':
++ ftools.CheckFromLastFound(cfg, 'HOME_MUMPS', 'lib')
opt['F90INCLUDE'] += ' -I%s' % os.path.join(cfg['ASTER_ROOT'],cfg['ASTER_VERSION'],'bibf90',cfg['INCLUDE_MUMPS'])
- else:
- opt['MUMPSLIB'] = ''
-@@ -1059,7 +1076,7 @@
- ftools.findlib_and_set(cfg, 'SCOTCHLIB', lib,
+ if cfg['HOME_MPI'] != '':
+ cfg['DEFINED'] += ' _USE_MPI_MUMPS'
+@@ -1132,7 +1150,7 @@
kargs['libdirs'], cfg['HOME_SCOTCH'],
err=True, append=True)
-- ftools.CheckFromLastFound(cfg, 'HOME_SCOTCH', 'bin')
-+ ftools.CheckFromLastFound(cfg, 'HOME_SCOTCH', 'lib')
+ if lib == 'common':
+- ftools.CheckFromLastFound(cfg, 'HOME_SCOTCH', 'bin')
++ ftools.CheckFromLastFound(cfg, 'HOME_SCOTCH', 'lib')
ftools.find_and_set(cfg, 'CINCLUDE', 'scotchf.h',
kargs['incdirs'], cfg['HOME_SCOTCH'],
typ='inc', err=True, append=True)
diff --git a/french/aster/files/patch-setup.cfg b/french/aster/files/patch-setup.cfg
index cfdc9fa7213b..d32fdc11ea2e 100644
--- a/french/aster/files/patch-setup.cfg
+++ b/french/aster/files/patch-setup.cfg
@@ -1,15 +1,24 @@
---- setup.cfg.orig 2007-12-21 17:08:17.000000000 +0100
-+++ setup.cfg 2008-01-08 14:30:05.000000000 +0100
-@@ -28,7 +28,7 @@
- # classical values for GNU compilers
- CC='/usr/bin/gcc'
- F77='/usr/bin/g77'
--LD=F77
-+LD='/usr/bin/gcc'
+--- setup.cfg.orig 2008-07-03 18:50:57.000000000 +0200
++++ setup.cfg 2008-07-06 23:13:45.000000000 +0200
+@@ -33,7 +33,7 @@
+ # If you choose XXXX_without_MATH you must name your mathematical
+ # libraries in MATH_LIST.
+ # Example : PREFER_COMPILER='Intel_without_MATH' and MATH_LIST = ['acml']
+-PREFER_COMPILER = 'Intel'
++PREFER_COMPILER = 'GNU'
+ # You may want to specify the values yourself by defining
+ # these variables : CC, F77, F90, CXX, LD, DEFINED,
+ # CFLAGS, FFLAGS, F90FLAGS, CXXFLAGS, LDFLAGS,
+@@ -97,7 +97,7 @@
+ MAXDEPTH=3 # 0: not recursive (this may be long with a high depth value)
- # not use by Code_Aster but by med for example...
- CXX='/usr/bin/g++'
-@@ -136,9 +136,9 @@
+ # To search for shared libraries first
+-PREFER_SHARED_LIBS=False # False/True
++PREFER_SHARED_LIBS=True # False/True
+
+ # Switch to False if you prefer use 32 bits libraries on 64 bits platforms
+ PREFER_64BITS_LIBS=True # False/True
+@@ -154,9 +154,9 @@
#-------------------------------------------------------------------------------
# Future packages : not yet used by Code_Aster !
diff --git a/french/aster/files/patch-setup.py b/french/aster/files/patch-setup.py
index 3990bea609c1..daf29201d422 100644
--- a/french/aster/files/patch-setup.py
+++ b/french/aster/files/patch-setup.py
@@ -1,15 +1,30 @@
---- setup.py.orig 2007-12-21 17:08:17.000000000 +0100
-+++ setup.py 2008-01-08 14:56:44.000000000 +0100
-@@ -286,6 +286,8 @@
- cfg['IFDEF'] = 'LINUX64'
+--- setup.py.orig 2008-07-03 18:50:57.000000000 +0200
++++ setup.py 2008-07-08 00:05:35.000000000 +0200
+@@ -296,6 +296,14 @@
+ cfg['ARCH'] = 'x86_64'
else:
cfg['IFDEF'] = 'LINUX'
+ elif sys.platform[:7] == 'freebsd':
+ cfg['IFDEF']='FREEBSD'
++ cfg['ARCH'] = 'x86'
++ if machine.endswith('64'):
++ if machine in ('x86_64', 'ia64'):
++ cfg['ARCH'] = machine
++ else: # force to x86_64
++ cfg['ARCH'] = 'x86_64'
elif sys.platform[:4] == 'osf1':
cfg['IFDEF']='TRU64'
elif sys.platform == 'sunos5':
-@@ -397,6 +399,7 @@
+@@ -406,7 +414,7 @@
+ if not type(math_lib) in (list, tuple):
+ math_lib = [math_lib,]
+ sys_lib = []
+- for glob_lib in ('pthread', 'g2c', 'z',):
++ for glob_lib in ('pthread', 'f2c', 'z',):
+ cfg['__tmp__'] = ''
+ del cfg['__tmp__']
+ ftools.findlib_and_set(cfg, '__tmp__', glob_lib, libdirs, [], prefshared=True,
+@@ -502,6 +510,7 @@
# and modify command line of those which don't have a --display= option
ListEdit=[
['nedit' , 'nedit',],
diff --git a/french/aster/pkg-plist b/french/aster/pkg-plist
index 7be3a2d8df6f..f24e41792c89 100644
--- a/french/aster/pkg-plist
+++ b/french/aster/pkg-plist
@@ -178,6 +178,9 @@
%%ASTERDIR%%/astest/comp002g.92
%%ASTERDIR%%/astest/comp002g.comm
%%ASTERDIR%%/astest/comp002g.para
+%%ASTERDIR%%/astest/comp002h.92
+%%ASTERDIR%%/astest/comp002h.comm
+%%ASTERDIR%%/astest/comp002h.para
%%ASTERDIR%%/astest/comp005a.comm
%%ASTERDIR%%/astest/comp005a.mmed
%%ASTERDIR%%/astest/comp005a.para
@@ -187,9 +190,11 @@
%%ASTERDIR%%/astest/comp005c.comm
%%ASTERDIR%%/astest/comp005c.mail
%%ASTERDIR%%/astest/comp005c.para
+%%ASTERDIR%%/astest/comp005d.comm
+%%ASTERDIR%%/astest/comp005d.mmed
+%%ASTERDIR%%/astest/comp005d.para
%%ASTERDIR%%/astest/demo001a.17
%%ASTERDIR%%/astest/demo001a.18
-%%ASTERDIR%%/astest/demo001a.19
%%ASTERDIR%%/astest/demo001a.52
%%ASTERDIR%%/astest/demo001a.53
%%ASTERDIR%%/astest/demo001a.54
@@ -202,22 +207,17 @@
%%ASTERDIR%%/astest/demo002a.comm
%%ASTERDIR%%/astest/demo002a.mail
%%ASTERDIR%%/astest/demo002a.para
-%%ASTERDIR%%/astest/demo003a.19
%%ASTERDIR%%/astest/demo003a.comm
%%ASTERDIR%%/astest/demo003a.datg
%%ASTERDIR%%/astest/demo003a.mail
%%ASTERDIR%%/astest/demo003a.msh
%%ASTERDIR%%/astest/demo003a.para
-%%ASTERDIR%%/astest/demo004a.19
%%ASTERDIR%%/astest/demo004a.comm
%%ASTERDIR%%/astest/demo004a.datg
-%%ASTERDIR%%/astest/demo004a.mail
%%ASTERDIR%%/astest/demo004a.msh
%%ASTERDIR%%/astest/demo004a.para
-%%ASTERDIR%%/astest/demo004b.19
%%ASTERDIR%%/astest/demo004b.comm
%%ASTERDIR%%/astest/demo004b.datg
-%%ASTERDIR%%/astest/demo004b.mail
%%ASTERDIR%%/astest/demo004b.msh
%%ASTERDIR%%/astest/demo004b.para
%%ASTERDIR%%/astest/demo005a.comm
@@ -340,7 +340,6 @@
%%ASTERDIR%%/astest/forma02b.mail
%%ASTERDIR%%/astest/forma02b.para
%%ASTERDIR%%/astest/forma03a.21
-%%ASTERDIR%%/astest/forma03a.com1
%%ASTERDIR%%/astest/forma03a.comm
%%ASTERDIR%%/astest/forma03a.datg
%%ASTERDIR%%/astest/forma03a.mgib
@@ -353,11 +352,18 @@
%%ASTERDIR%%/astest/forma03b.mgib
%%ASTERDIR%%/astest/forma03b.mmed
%%ASTERDIR%%/astest/forma03b.para
+%%ASTERDIR%%/astest/forma03c.21
%%ASTERDIR%%/astest/forma03c.3
+%%ASTERDIR%%/astest/forma03c.com1
%%ASTERDIR%%/astest/forma03c.comm
%%ASTERDIR%%/astest/forma03c.datg
%%ASTERDIR%%/astest/forma03c.mmed
%%ASTERDIR%%/astest/forma03c.para
+%%ASTERDIR%%/astest/forma03d.3
+%%ASTERDIR%%/astest/forma03d.comm
+%%ASTERDIR%%/astest/forma03d.datg
+%%ASTERDIR%%/astest/forma03d.mmed
+%%ASTERDIR%%/astest/forma03d.para
%%ASTERDIR%%/astest/forma04a.comm
%%ASTERDIR%%/astest/forma04a.mail
%%ASTERDIR%%/astest/forma04a.para
@@ -509,7 +515,6 @@
%%ASTERDIR%%/astest/hsna100b.comm
%%ASTERDIR%%/astest/hsna100b.datg
%%ASTERDIR%%/astest/hsna100b.mail
-%%ASTERDIR%%/astest/hsna100b.mgib
%%ASTERDIR%%/astest/hsna100b.msh
%%ASTERDIR%%/astest/hsna100b.para
%%ASTERDIR%%/astest/hsna100c.comm
@@ -542,6 +547,9 @@
%%ASTERDIR%%/astest/hsna102e.datg
%%ASTERDIR%%/astest/hsna102e.mgib
%%ASTERDIR%%/astest/hsna102e.para
+%%ASTERDIR%%/astest/hsna104a.comm
+%%ASTERDIR%%/astest/hsna104a.mail
+%%ASTERDIR%%/astest/hsna104a.para
%%ASTERDIR%%/astest/hsnv100a.comm
%%ASTERDIR%%/astest/hsnv100a.mail
%%ASTERDIR%%/astest/hsnv100a.para
@@ -563,6 +571,12 @@
%%ASTERDIR%%/astest/hsnv100g.comm
%%ASTERDIR%%/astest/hsnv100g.mail
%%ASTERDIR%%/astest/hsnv100g.para
+%%ASTERDIR%%/astest/hsnv100h.comm
+%%ASTERDIR%%/astest/hsnv100h.mail
+%%ASTERDIR%%/astest/hsnv100h.para
+%%ASTERDIR%%/astest/hsnv100i.comm
+%%ASTERDIR%%/astest/hsnv100i.mail
+%%ASTERDIR%%/astest/hsnv100i.para
%%ASTERDIR%%/astest/hsnv101a.comm
%%ASTERDIR%%/astest/hsnv101a.mail
%%ASTERDIR%%/astest/hsnv101a.para
@@ -658,6 +672,18 @@
%%ASTERDIR%%/astest/hsnv132d.datg
%%ASTERDIR%%/astest/hsnv132d.mgib
%%ASTERDIR%%/astest/hsnv132d.para
+%%ASTERDIR%%/astest/hsnv133a.comm
+%%ASTERDIR%%/astest/hsnv133a.mail
+%%ASTERDIR%%/astest/hsnv133a.para
+%%ASTERDIR%%/astest/hsnv134a.comm
+%%ASTERDIR%%/astest/hsnv134a.mmed
+%%ASTERDIR%%/astest/hsnv134a.para
+%%ASTERDIR%%/astest/hsnv134b.comm
+%%ASTERDIR%%/astest/hsnv134b.mmed
+%%ASTERDIR%%/astest/hsnv134b.para
+%%ASTERDIR%%/astest/hsnv135a.comm
+%%ASTERDIR%%/astest/hsnv135a.mmed
+%%ASTERDIR%%/astest/hsnv135a.para
%%ASTERDIR%%/astest/liste_ct.long
%%ASTERDIR%%/astest/liste_ct.long_OLD
%%ASTERDIR%%/astest/liste_ct.mpro
@@ -681,6 +707,10 @@
%%ASTERDIR%%/astest/mtlp100b.mail
%%ASTERDIR%%/astest/mtlp100b.mgib
%%ASTERDIR%%/astest/mtlp100b.para
+%%ASTERDIR%%/astest/mtlp103a.comm
+%%ASTERDIR%%/astest/mtlp103a.datg
+%%ASTERDIR%%/astest/mtlp103a.mgib
+%%ASTERDIR%%/astest/mtlp103a.para
%%ASTERDIR%%/astest/mumps01a.comm
%%ASTERDIR%%/astest/mumps01a.datg
%%ASTERDIR%%/astest/mumps01a.mgib
@@ -777,6 +807,9 @@
%%ASTERDIR%%/astest/sdld21c.comm
%%ASTERDIR%%/astest/sdld21c.mail
%%ASTERDIR%%/astest/sdld21c.para
+%%ASTERDIR%%/astest/sdld21d.comm
+%%ASTERDIR%%/astest/sdld21d.mail
+%%ASTERDIR%%/astest/sdld21d.para
%%ASTERDIR%%/astest/sdld22a.comm
%%ASTERDIR%%/astest/sdld22a.mail
%%ASTERDIR%%/astest/sdld22a.para
@@ -831,6 +864,9 @@
%%ASTERDIR%%/astest/sdld313d.comm
%%ASTERDIR%%/astest/sdld313d.mail
%%ASTERDIR%%/astest/sdld313d.para
+%%ASTERDIR%%/astest/sdld31a.comm
+%%ASTERDIR%%/astest/sdld31a.mail
+%%ASTERDIR%%/astest/sdld31a.para
%%ASTERDIR%%/astest/sdld320a.comm
%%ASTERDIR%%/astest/sdld320a.mail
%%ASTERDIR%%/astest/sdld320a.para
@@ -877,6 +913,9 @@
%%ASTERDIR%%/astest/sdll102a.comm
%%ASTERDIR%%/astest/sdll102a.mail
%%ASTERDIR%%/astest/sdll102a.para
+%%ASTERDIR%%/astest/sdll102b.comm
+%%ASTERDIR%%/astest/sdll102b.mail
+%%ASTERDIR%%/astest/sdll102b.para
%%ASTERDIR%%/astest/sdll104a.comm
%%ASTERDIR%%/astest/sdll104a.mail
%%ASTERDIR%%/astest/sdll104a.para
@@ -940,6 +979,9 @@
%%ASTERDIR%%/astest/sdll122a.mail
%%ASTERDIR%%/astest/sdll122a.mgib
%%ASTERDIR%%/astest/sdll122a.para
+%%ASTERDIR%%/astest/sdll123a.comm
+%%ASTERDIR%%/astest/sdll123a.mail
+%%ASTERDIR%%/astest/sdll123a.para
%%ASTERDIR%%/astest/sdll130a.19
%%ASTERDIR%%/astest/sdll130a.92
%%ASTERDIR%%/astest/sdll130a.comm
@@ -968,6 +1010,11 @@
%%ASTERDIR%%/astest/sdll134a.comm
%%ASTERDIR%%/astest/sdll134a.mail
%%ASTERDIR%%/astest/sdll134a.para
+%%ASTERDIR%%/astest/sdll134b.70
+%%ASTERDIR%%/astest/sdll134b.71
+%%ASTERDIR%%/astest/sdll134b.comm
+%%ASTERDIR%%/astest/sdll134b.mail
+%%ASTERDIR%%/astest/sdll134b.para
%%ASTERDIR%%/astest/sdll135a.comm
%%ASTERDIR%%/astest/sdll135a.mail
%%ASTERDIR%%/astest/sdll135a.para
@@ -987,6 +1034,20 @@
%%ASTERDIR%%/astest/sdll137a.comm
%%ASTERDIR%%/astest/sdll137a.mail
%%ASTERDIR%%/astest/sdll137a.para
+%%ASTERDIR%%/astest/sdll137b.21
+%%ASTERDIR%%/astest/sdll137b.22
+%%ASTERDIR%%/astest/sdll137b.24
+%%ASTERDIR%%/astest/sdll137b.26
+%%ASTERDIR%%/astest/sdll137b.comm
+%%ASTERDIR%%/astest/sdll137b.mail
+%%ASTERDIR%%/astest/sdll137b.para
+%%ASTERDIR%%/astest/sdll137c.21
+%%ASTERDIR%%/astest/sdll137c.22
+%%ASTERDIR%%/astest/sdll137c.24
+%%ASTERDIR%%/astest/sdll137c.26
+%%ASTERDIR%%/astest/sdll137c.comm
+%%ASTERDIR%%/astest/sdll137c.mail
+%%ASTERDIR%%/astest/sdll137c.para
%%ASTERDIR%%/astest/sdll140a.comm
%%ASTERDIR%%/astest/sdll140a.mail
%%ASTERDIR%%/astest/sdll140a.para
@@ -996,6 +1057,9 @@
%%ASTERDIR%%/astest/sdll23a.comm
%%ASTERDIR%%/astest/sdll23a.mail
%%ASTERDIR%%/astest/sdll23a.para
+%%ASTERDIR%%/astest/sdll23b.comm
+%%ASTERDIR%%/astest/sdll23b.mail
+%%ASTERDIR%%/astest/sdll23b.para
%%ASTERDIR%%/astest/sdll302a.18
%%ASTERDIR%%/astest/sdll302a.comm
%%ASTERDIR%%/astest/sdll302a.mail
@@ -1587,9 +1651,7 @@
%%ASTERDIR%%/astest/sdns105a.para
%%ASTERDIR%%/astest/sdns106a.comm
%%ASTERDIR%%/astest/sdns106a.datg
-%%ASTERDIR%%/astest/sdns106a.mail
%%ASTERDIR%%/astest/sdns106a.mgib
-%%ASTERDIR%%/astest/sdns106a.msh
%%ASTERDIR%%/astest/sdns106a.para
%%ASTERDIR%%/astest/sdns106b.comm
%%ASTERDIR%%/astest/sdns106b.mmed
@@ -1597,6 +1659,11 @@
%%ASTERDIR%%/astest/sdns106c.comm
%%ASTERDIR%%/astest/sdns106c.mmed
%%ASTERDIR%%/astest/sdns106c.para
+%%ASTERDIR%%/astest/sdns106d.comm
+%%ASTERDIR%%/astest/sdns106d.datg
+%%ASTERDIR%%/astest/sdns106d.mail
+%%ASTERDIR%%/astest/sdns106d.mgib
+%%ASTERDIR%%/astest/sdns106d.para
%%ASTERDIR%%/astest/sdnv100a.comm
%%ASTERDIR%%/astest/sdnv100a.datg
%%ASTERDIR%%/astest/sdnv100a.mail
@@ -1797,10 +1864,8 @@
%%ASTERDIR%%/astest/sensm06b.datg
%%ASTERDIR%%/astest/sensm06b.mgib
%%ASTERDIR%%/astest/sensm06b.para
-%%ASTERDIR%%/astest/sensm07a.19
%%ASTERDIR%%/astest/sensm07a.comm
%%ASTERDIR%%/astest/sensm07a.datg
-%%ASTERDIR%%/astest/sensm07a.mail
%%ASTERDIR%%/astest/sensm07a.msh
%%ASTERDIR%%/astest/sensm07a.para
%%ASTERDIR%%/astest/sensm08a.comm
@@ -1828,6 +1893,12 @@
%%ASTERDIR%%/astest/sensm14a.datg
%%ASTERDIR%%/astest/sensm14a.mgib
%%ASTERDIR%%/astest/sensm14a.para
+%%ASTERDIR%%/astest/sensm15a.comm
+%%ASTERDIR%%/astest/sensm15a.mail
+%%ASTERDIR%%/astest/sensm15a.para
+%%ASTERDIR%%/astest/sensm15b.comm
+%%ASTERDIR%%/astest/sensm15b.mail
+%%ASTERDIR%%/astest/sensm15b.para
%%ASTERDIR%%/astest/senst01a.com1
%%ASTERDIR%%/astest/senst01a.comm
%%ASTERDIR%%/astest/senst01a.mail
@@ -2029,6 +2100,11 @@
%%ASTERDIR%%/astest/ssll102j.datg
%%ASTERDIR%%/astest/ssll102j.mail
%%ASTERDIR%%/astest/ssll102j.para
+%%ASTERDIR%%/astest/ssll102k.18
+%%ASTERDIR%%/astest/ssll102k.comm
+%%ASTERDIR%%/astest/ssll102k.geo
+%%ASTERDIR%%/astest/ssll102k.mail
+%%ASTERDIR%%/astest/ssll102k.para
%%ASTERDIR%%/astest/ssll103a.comm
%%ASTERDIR%%/astest/ssll103a.mail
%%ASTERDIR%%/astest/ssll103a.para
@@ -2036,7 +2112,9 @@
%%ASTERDIR%%/astest/ssll103b.mail
%%ASTERDIR%%/astest/ssll103b.para
%%ASTERDIR%%/astest/ssll104a.comm
+%%ASTERDIR%%/astest/ssll104a.geo
%%ASTERDIR%%/astest/ssll104a.mail
+%%ASTERDIR%%/astest/ssll104a.msh
%%ASTERDIR%%/astest/ssll104a.para
%%ASTERDIR%%/astest/ssll105a.comm
%%ASTERDIR%%/astest/ssll105a.mail
@@ -2129,16 +2207,12 @@
%%ASTERDIR%%/astest/ssll112a.comm
%%ASTERDIR%%/astest/ssll112a.mail
%%ASTERDIR%%/astest/ssll112a.para
-%%ASTERDIR%%/astest/ssll116a.19
%%ASTERDIR%%/astest/ssll116a.comm
%%ASTERDIR%%/astest/ssll116a.datg
-%%ASTERDIR%%/astest/ssll116a.mail
%%ASTERDIR%%/astest/ssll116a.msh
%%ASTERDIR%%/astest/ssll116a.para
-%%ASTERDIR%%/astest/ssll116b.19
%%ASTERDIR%%/astest/ssll116b.comm
%%ASTERDIR%%/astest/ssll116b.datg
-%%ASTERDIR%%/astest/ssll116b.mail
%%ASTERDIR%%/astest/ssll116b.msh
%%ASTERDIR%%/astest/ssll116b.para
%%ASTERDIR%%/astest/ssll118a.comm
@@ -2153,6 +2227,22 @@
%%ASTERDIR%%/astest/ssll11c.comm
%%ASTERDIR%%/astest/ssll11c.mail
%%ASTERDIR%%/astest/ssll11c.para
+%%ASTERDIR%%/astest/ssll11d.comm
+%%ASTERDIR%%/astest/ssll11d.mail
+%%ASTERDIR%%/astest/ssll11d.para
+%%ASTERDIR%%/astest/ssll11e.18
+%%ASTERDIR%%/astest/ssll11e.19
+%%ASTERDIR%%/astest/ssll11e.comm
+%%ASTERDIR%%/astest/ssll11e.mail
+%%ASTERDIR%%/astest/ssll11e.para
+%%ASTERDIR%%/astest/ssll11f.18
+%%ASTERDIR%%/astest/ssll11f.19
+%%ASTERDIR%%/astest/ssll11f.comm
+%%ASTERDIR%%/astest/ssll11f.mail
+%%ASTERDIR%%/astest/ssll11f.para
+%%ASTERDIR%%/astest/ssll11g.comm
+%%ASTERDIR%%/astest/ssll11g.mail
+%%ASTERDIR%%/astest/ssll11g.para
%%ASTERDIR%%/astest/ssll12a.comm
%%ASTERDIR%%/astest/ssll12a.mail
%%ASTERDIR%%/astest/ssll12a.para
@@ -2195,18 +2285,12 @@
%%ASTERDIR%%/astest/sslp101c.comm
%%ASTERDIR%%/astest/sslp101c.mail
%%ASTERDIR%%/astest/sslp101c.para
-%%ASTERDIR%%/astest/sslp101d.comm
-%%ASTERDIR%%/astest/sslp101d.mail
-%%ASTERDIR%%/astest/sslp101d.para
%%ASTERDIR%%/astest/sslp101e.comm
%%ASTERDIR%%/astest/sslp101e.mail
%%ASTERDIR%%/astest/sslp101e.para
%%ASTERDIR%%/astest/sslp101f.comm
%%ASTERDIR%%/astest/sslp101f.mail
%%ASTERDIR%%/astest/sslp101f.para
-%%ASTERDIR%%/astest/sslp102a.comm
-%%ASTERDIR%%/astest/sslp102a.mail
-%%ASTERDIR%%/astest/sslp102a.para
%%ASTERDIR%%/astest/sslp102b.comm
%%ASTERDIR%%/astest/sslp102b.mail
%%ASTERDIR%%/astest/sslp102b.para
@@ -2214,13 +2298,9 @@
%%ASTERDIR%%/astest/sslp103a.mail
%%ASTERDIR%%/astest/sslp103a.para
%%ASTERDIR%%/astest/sslp104a.19
-%%ASTERDIR%%/astest/sslp104a.20
-%%ASTERDIR%%/astest/sslp104a.21
%%ASTERDIR%%/astest/sslp104a.22
%%ASTERDIR%%/astest/sslp104a.comm
%%ASTERDIR%%/astest/sslp104a.datg
-%%ASTERDIR%%/astest/sslp104a.mail
-%%ASTERDIR%%/astest/sslp104a.msh
%%ASTERDIR%%/astest/sslp104a.para
%%ASTERDIR%%/astest/sslp104b.21
%%ASTERDIR%%/astest/sslp104b.22
@@ -2231,6 +2311,10 @@
%%ASTERDIR%%/astest/sslp104c.geo
%%ASTERDIR%%/astest/sslp104c.msh
%%ASTERDIR%%/astest/sslp104c.para
+%%ASTERDIR%%/astest/sslp104d.19
+%%ASTERDIR%%/astest/sslp104d.22
+%%ASTERDIR%%/astest/sslp104d.comm
+%%ASTERDIR%%/astest/sslp104d.para
%%ASTERDIR%%/astest/sslp105a.comm
%%ASTERDIR%%/astest/sslp105a.mail
%%ASTERDIR%%/astest/sslp105a.para
@@ -2844,8 +2928,6 @@
%%ASTERDIR%%/astest/sslv04o.mgib
%%ASTERDIR%%/astest/sslv04o.para
%%ASTERDIR%%/astest/sslv07a.19
-%%ASTERDIR%%/astest/sslv07a.20
-%%ASTERDIR%%/astest/sslv07a.21
%%ASTERDIR%%/astest/sslv07a.23
%%ASTERDIR%%/astest/sslv07a.38
%%ASTERDIR%%/astest/sslv07a.39
@@ -2857,7 +2939,6 @@
%%ASTERDIR%%/astest/sslv07a.46
%%ASTERDIR%%/astest/sslv07a.55
%%ASTERDIR%%/astest/sslv07a.comm
-%%ASTERDIR%%/astest/sslv07a.mail
%%ASTERDIR%%/astest/sslv07a.para
%%ASTERDIR%%/astest/sslv07b.comm
%%ASTERDIR%%/astest/sslv07b.mail
@@ -2947,9 +3028,6 @@
%%ASTERDIR%%/astest/sslv111e.comm
%%ASTERDIR%%/astest/sslv111e.mail
%%ASTERDIR%%/astest/sslv111e.para
-%%ASTERDIR%%/astest/sslv112a.comm
-%%ASTERDIR%%/astest/sslv112a.mail
-%%ASTERDIR%%/astest/sslv112a.para
%%ASTERDIR%%/astest/sslv113a.comm
%%ASTERDIR%%/astest/sslv113a.mail
%%ASTERDIR%%/astest/sslv113a.mgib
@@ -3199,11 +3277,9 @@
%%ASTERDIR%%/astest/ssna108a.mail
%%ASTERDIR%%/astest/ssna108a.msup
%%ASTERDIR%%/astest/ssna108a.para
-%%ASTERDIR%%/astest/ssna111a.19
%%ASTERDIR%%/astest/ssna111a.comm
%%ASTERDIR%%/astest/ssna111a.datg
%%ASTERDIR%%/astest/ssna111a.mail
-%%ASTERDIR%%/astest/ssna111a.msh
%%ASTERDIR%%/astest/ssna111a.para
%%ASTERDIR%%/astest/ssna111b.comm
%%ASTERDIR%%/astest/ssna111b.mail
@@ -3245,6 +3321,27 @@
%%ASTERDIR%%/astest/ssnd102b.comm
%%ASTERDIR%%/astest/ssnd102b.mail
%%ASTERDIR%%/astest/ssnd102b.para
+%%ASTERDIR%%/astest/ssnd103a.comm
+%%ASTERDIR%%/astest/ssnd103a.mail
+%%ASTERDIR%%/astest/ssnd103a.para
+%%ASTERDIR%%/astest/ssnd103b.comm
+%%ASTERDIR%%/astest/ssnd103b.mail
+%%ASTERDIR%%/astest/ssnd103b.para
+%%ASTERDIR%%/astest/ssnd103c.comm
+%%ASTERDIR%%/astest/ssnd103c.mail
+%%ASTERDIR%%/astest/ssnd103c.para
+%%ASTERDIR%%/astest/ssnd104a.comm
+%%ASTERDIR%%/astest/ssnd104a.mail
+%%ASTERDIR%%/astest/ssnd104a.para
+%%ASTERDIR%%/astest/ssnd104b.comm
+%%ASTERDIR%%/astest/ssnd104b.mail
+%%ASTERDIR%%/astest/ssnd104b.para
+%%ASTERDIR%%/astest/ssnd105a.comm
+%%ASTERDIR%%/astest/ssnd105a.mail
+%%ASTERDIR%%/astest/ssnd105a.para
+%%ASTERDIR%%/astest/ssnd105b.comm
+%%ASTERDIR%%/astest/ssnd105b.mail
+%%ASTERDIR%%/astest/ssnd105b.para
%%ASTERDIR%%/astest/ssnl100a.comm
%%ASTERDIR%%/astest/ssnl100a.mail
%%ASTERDIR%%/astest/ssnl100a.para
@@ -3311,12 +3408,6 @@
%%ASTERDIR%%/astest/ssnl107d.mail
%%ASTERDIR%%/astest/ssnl107d.mgib
%%ASTERDIR%%/astest/ssnl107d.para
-%%ASTERDIR%%/astest/ssnl108a.comm
-%%ASTERDIR%%/astest/ssnl108a.mail
-%%ASTERDIR%%/astest/ssnl108a.para
-%%ASTERDIR%%/astest/ssnl110a.comm
-%%ASTERDIR%%/astest/ssnl110a.mail
-%%ASTERDIR%%/astest/ssnl110a.para
%%ASTERDIR%%/astest/ssnl111a.comm
%%ASTERDIR%%/astest/ssnl111a.mail
%%ASTERDIR%%/astest/ssnl111a.para
@@ -3407,7 +3498,6 @@
%%ASTERDIR%%/astest/ssnl124a.comm
%%ASTERDIR%%/astest/ssnl124a.mail
%%ASTERDIR%%/astest/ssnl124a.para
-%%ASTERDIR%%/astest/ssnl125a.19
%%ASTERDIR%%/astest/ssnl125a.comm
%%ASTERDIR%%/astest/ssnl125a.msh
%%ASTERDIR%%/astest/ssnl125a.para
@@ -3794,6 +3884,10 @@
%%ASTERDIR%%/astest/ssnp136a.comm
%%ASTERDIR%%/astest/ssnp136a.mail
%%ASTERDIR%%/astest/ssnp136a.para
+%%ASTERDIR%%/astest/ssnp138a.comm
+%%ASTERDIR%%/astest/ssnp138a.datg
+%%ASTERDIR%%/astest/ssnp138a.mgib
+%%ASTERDIR%%/astest/ssnp138a.para
%%ASTERDIR%%/astest/ssnp14a.comm
%%ASTERDIR%%/astest/ssnp14a.mail
%%ASTERDIR%%/astest/ssnp14a.para
@@ -3890,16 +3984,6 @@
%%ASTERDIR%%/astest/ssns102a.datg
%%ASTERDIR%%/astest/ssns102a.mgib
%%ASTERDIR%%/astest/ssns102a.para
-%%ASTERDIR%%/astest/ssns104a.comm
-%%ASTERDIR%%/astest/ssns104a.datg
-%%ASTERDIR%%/astest/ssns104a.mail
-%%ASTERDIR%%/astest/ssns104a.mgib
-%%ASTERDIR%%/astest/ssns104a.para
-%%ASTERDIR%%/astest/ssns104b.comm
-%%ASTERDIR%%/astest/ssns104b.datg
-%%ASTERDIR%%/astest/ssns104b.mail
-%%ASTERDIR%%/astest/ssns104b.mgib
-%%ASTERDIR%%/astest/ssns104b.para
%%ASTERDIR%%/astest/ssns105a.comm
%%ASTERDIR%%/astest/ssns105a.mail
%%ASTERDIR%%/astest/ssns105a.para
@@ -4013,10 +4097,8 @@
%%ASTERDIR%%/astest/ssnv112a.mail
%%ASTERDIR%%/astest/ssnv112a.mgib
%%ASTERDIR%%/astest/ssnv112a.para
-%%ASTERDIR%%/astest/ssnv112b.19
%%ASTERDIR%%/astest/ssnv112b.comm
%%ASTERDIR%%/astest/ssnv112b.datg
-%%ASTERDIR%%/astest/ssnv112b.mail
%%ASTERDIR%%/astest/ssnv112b.msh
%%ASTERDIR%%/astest/ssnv112b.para
%%ASTERDIR%%/astest/ssnv112c.comm
@@ -4063,6 +4145,9 @@
%%ASTERDIR%%/astest/ssnv118c.comm
%%ASTERDIR%%/astest/ssnv118c.mail
%%ASTERDIR%%/astest/ssnv118c.para
+%%ASTERDIR%%/astest/ssnv118d.comm
+%%ASTERDIR%%/astest/ssnv118d.mail
+%%ASTERDIR%%/astest/ssnv118d.para
%%ASTERDIR%%/astest/ssnv121a.comm
%%ASTERDIR%%/astest/ssnv121a.mail
%%ASTERDIR%%/astest/ssnv121a.para
@@ -4194,7 +4279,6 @@
%%ASTERDIR%%/astest/ssnv128p.comm
%%ASTERDIR%%/astest/ssnv128p.datg
%%ASTERDIR%%/astest/ssnv128p.mgib
-%%ASTERDIR%%/astest/ssnv128p.msh
%%ASTERDIR%%/astest/ssnv128p.para
%%ASTERDIR%%/astest/ssnv128q.comm
%%ASTERDIR%%/astest/ssnv128q.mail
@@ -4206,7 +4290,6 @@
%%ASTERDIR%%/astest/ssnv128s.comm
%%ASTERDIR%%/astest/ssnv128s.datg
%%ASTERDIR%%/astest/ssnv128s.mgib
-%%ASTERDIR%%/astest/ssnv128s.msh
%%ASTERDIR%%/astest/ssnv128s.para
%%ASTERDIR%%/astest/ssnv128t.comm
%%ASTERDIR%%/astest/ssnv128t.datg
@@ -4813,6 +4896,10 @@
%%ASTERDIR%%/astest/ssnv197c.datg
%%ASTERDIR%%/astest/ssnv197c.mgib
%%ASTERDIR%%/astest/ssnv197c.para
+%%ASTERDIR%%/astest/ssnv197d.comm
+%%ASTERDIR%%/astest/ssnv197d.datg
+%%ASTERDIR%%/astest/ssnv197d.mgib
+%%ASTERDIR%%/astest/ssnv197d.para
%%ASTERDIR%%/astest/ssnv198a.comm
%%ASTERDIR%%/astest/ssnv198a.datg
%%ASTERDIR%%/astest/ssnv198a.mgib
@@ -4859,12 +4946,51 @@
%%ASTERDIR%%/astest/ssnv204a.datg
%%ASTERDIR%%/astest/ssnv204a.mgib
%%ASTERDIR%%/astest/ssnv204a.para
+%%ASTERDIR%%/astest/ssnv204b.comm
+%%ASTERDIR%%/astest/ssnv204b.datg
+%%ASTERDIR%%/astest/ssnv204b.mgib
+%%ASTERDIR%%/astest/ssnv204b.para
%%ASTERDIR%%/astest/ssnv205a.comm
%%ASTERDIR%%/astest/ssnv205a.para
%%ASTERDIR%%/astest/ssnv206a.38
%%ASTERDIR%%/astest/ssnv206a.comm
%%ASTERDIR%%/astest/ssnv206a.mail
%%ASTERDIR%%/astest/ssnv206a.para
+%%ASTERDIR%%/astest/ssnv208a.comm
+%%ASTERDIR%%/astest/ssnv208a.mail
+%%ASTERDIR%%/astest/ssnv208a.para
+%%ASTERDIR%%/astest/ssnv209a.comm
+%%ASTERDIR%%/astest/ssnv209a.datg
+%%ASTERDIR%%/astest/ssnv209a.mgib
+%%ASTERDIR%%/astest/ssnv209a.para
+%%ASTERDIR%%/astest/ssnv209b.comm
+%%ASTERDIR%%/astest/ssnv209b.datg
+%%ASTERDIR%%/astest/ssnv209b.mgib
+%%ASTERDIR%%/astest/ssnv209b.para
+%%ASTERDIR%%/astest/ssnv209c.comm
+%%ASTERDIR%%/astest/ssnv209c.datg
+%%ASTERDIR%%/astest/ssnv209c.mgib
+%%ASTERDIR%%/astest/ssnv209c.para
+%%ASTERDIR%%/astest/ssnv209d.comm
+%%ASTERDIR%%/astest/ssnv209d.datg
+%%ASTERDIR%%/astest/ssnv209d.mgib
+%%ASTERDIR%%/astest/ssnv209d.para
+%%ASTERDIR%%/astest/ssnv209e.comm
+%%ASTERDIR%%/astest/ssnv209e.datg
+%%ASTERDIR%%/astest/ssnv209e.mgib
+%%ASTERDIR%%/astest/ssnv209e.para
+%%ASTERDIR%%/astest/ssnv209f.comm
+%%ASTERDIR%%/astest/ssnv209f.datg
+%%ASTERDIR%%/astest/ssnv209f.mgib
+%%ASTERDIR%%/astest/ssnv209f.para
+%%ASTERDIR%%/astest/ssnv209g.comm
+%%ASTERDIR%%/astest/ssnv209g.datg
+%%ASTERDIR%%/astest/ssnv209g.mgib
+%%ASTERDIR%%/astest/ssnv209g.para
+%%ASTERDIR%%/astest/ssnv209h.comm
+%%ASTERDIR%%/astest/ssnv209h.datg
+%%ASTERDIR%%/astest/ssnv209h.mgib
+%%ASTERDIR%%/astest/ssnv209h.para
%%ASTERDIR%%/astest/ssnv501b.comm
%%ASTERDIR%%/astest/ssnv501b.datg
%%ASTERDIR%%/astest/ssnv501b.mail
@@ -4911,7 +5037,7 @@
%%ASTERDIR%%/astest/ssnv506e.mgib
%%ASTERDIR%%/astest/ssnv506e.para
%%ASTERDIR%%/astest/ssnv506f.comm
-%%ASTERDIR%%/astest/ssnv506f.mail
+%%ASTERDIR%%/astest/ssnv506f.mmed
%%ASTERDIR%%/astest/ssnv506f.para
%%ASTERDIR%%/astest/ssnx101a.comm
%%ASTERDIR%%/astest/ssnx101a.datg
@@ -5226,6 +5352,9 @@
%%ASTERDIR%%/astest/ttnp200a.comm
%%ASTERDIR%%/astest/ttnp200a.mail
%%ASTERDIR%%/astest/ttnp200a.para
+%%ASTERDIR%%/astest/vfin001a.comm
+%%ASTERDIR%%/astest/vfin001a.mail
+%%ASTERDIR%%/astest/vfin001a.para
%%ASTERDIR%%/astest/vocab01a.comm
%%ASTERDIR%%/astest/vocab01a.para
%%ASTERDIR%%/astest/wtna100a.comm
@@ -5248,6 +5377,15 @@
%%ASTERDIR%%/astest/wtna102b.datg
%%ASTERDIR%%/astest/wtna102b.mgib
%%ASTERDIR%%/astest/wtna102b.para
+%%ASTERDIR%%/astest/wtna102c.comm
+%%ASTERDIR%%/astest/wtna102c.datg
+%%ASTERDIR%%/astest/wtna102c.mail
+%%ASTERDIR%%/astest/wtna102c.mgib
+%%ASTERDIR%%/astest/wtna102c.para
+%%ASTERDIR%%/astest/wtna102d.comm
+%%ASTERDIR%%/astest/wtna102d.datg
+%%ASTERDIR%%/astest/wtna102d.mgib
+%%ASTERDIR%%/astest/wtna102d.para
%%ASTERDIR%%/astest/wtna103a.comm
%%ASTERDIR%%/astest/wtna103a.datg
%%ASTERDIR%%/astest/wtna103a.mgib
@@ -5256,6 +5394,14 @@
%%ASTERDIR%%/astest/wtna103b.datg
%%ASTERDIR%%/astest/wtna103b.mgib
%%ASTERDIR%%/astest/wtna103b.para
+%%ASTERDIR%%/astest/wtna103c.comm
+%%ASTERDIR%%/astest/wtna103c.datg
+%%ASTERDIR%%/astest/wtna103c.mgib
+%%ASTERDIR%%/astest/wtna103c.para
+%%ASTERDIR%%/astest/wtna103d.comm
+%%ASTERDIR%%/astest/wtna103d.datg
+%%ASTERDIR%%/astest/wtna103d.mgib
+%%ASTERDIR%%/astest/wtna103d.para
%%ASTERDIR%%/astest/wtna104a.comm
%%ASTERDIR%%/astest/wtna104a.datg
%%ASTERDIR%%/astest/wtna104a.mgib
@@ -5264,6 +5410,51 @@
%%ASTERDIR%%/astest/wtna104b.datg
%%ASTERDIR%%/astest/wtna104b.mgib
%%ASTERDIR%%/astest/wtna104b.para
+%%ASTERDIR%%/astest/wtna106a.comm
+%%ASTERDIR%%/astest/wtna106a.datg
+%%ASTERDIR%%/astest/wtna106a.mgib
+%%ASTERDIR%%/astest/wtna106a.para
+%%ASTERDIR%%/astest/wtna106b.comm
+%%ASTERDIR%%/astest/wtna106b.datg
+%%ASTERDIR%%/astest/wtna106b.mgib
+%%ASTERDIR%%/astest/wtna106b.para
+%%ASTERDIR%%/astest/wtna106c.comm
+%%ASTERDIR%%/astest/wtna106c.datg
+%%ASTERDIR%%/astest/wtna106c.mgib
+%%ASTERDIR%%/astest/wtna106c.para
+%%ASTERDIR%%/astest/wtna106d.comm
+%%ASTERDIR%%/astest/wtna106d.datg
+%%ASTERDIR%%/astest/wtna106d.mgib
+%%ASTERDIR%%/astest/wtna106d.para
+%%ASTERDIR%%/astest/wtna107a.comm
+%%ASTERDIR%%/astest/wtna107a.mail
+%%ASTERDIR%%/astest/wtna107a.para
+%%ASTERDIR%%/astest/wtna107b.comm
+%%ASTERDIR%%/astest/wtna107b.mail
+%%ASTERDIR%%/astest/wtna107b.para
+%%ASTERDIR%%/astest/wtna107c.comm
+%%ASTERDIR%%/astest/wtna107c.mail
+%%ASTERDIR%%/astest/wtna107c.para
+%%ASTERDIR%%/astest/wtna108a.comm
+%%ASTERDIR%%/astest/wtna108a.datg
+%%ASTERDIR%%/astest/wtna108a.mgib
+%%ASTERDIR%%/astest/wtna108a.para
+%%ASTERDIR%%/astest/wtna108b.comm
+%%ASTERDIR%%/astest/wtna108b.datg
+%%ASTERDIR%%/astest/wtna108b.mgib
+%%ASTERDIR%%/astest/wtna108b.para
+%%ASTERDIR%%/astest/wtna108c.comm
+%%ASTERDIR%%/astest/wtna108c.datg
+%%ASTERDIR%%/astest/wtna108c.mgib
+%%ASTERDIR%%/astest/wtna108c.para
+%%ASTERDIR%%/astest/wtna109a.comm
+%%ASTERDIR%%/astest/wtna109a.datg
+%%ASTERDIR%%/astest/wtna109a.mgib
+%%ASTERDIR%%/astest/wtna109a.para
+%%ASTERDIR%%/astest/wtna109b.comm
+%%ASTERDIR%%/astest/wtna109b.datg
+%%ASTERDIR%%/astest/wtna109b.mgib
+%%ASTERDIR%%/astest/wtna109b.para
%%ASTERDIR%%/astest/wtnl100a.comm
%%ASTERDIR%%/astest/wtnl100a.mail
%%ASTERDIR%%/astest/wtnl100a.para
@@ -5276,6 +5467,10 @@
%%ASTERDIR%%/astest/wtnl100d.comm
%%ASTERDIR%%/astest/wtnl100d.mail
%%ASTERDIR%%/astest/wtnl100d.para
+%%ASTERDIR%%/astest/wtnl100e.com1
+%%ASTERDIR%%/astest/wtnl100e.comm
+%%ASTERDIR%%/astest/wtnl100e.mmed
+%%ASTERDIR%%/astest/wtnl100e.para
%%ASTERDIR%%/astest/wtnl101a.comm
%%ASTERDIR%%/astest/wtnl101a.mail
%%ASTERDIR%%/astest/wtnl101a.para
@@ -5318,6 +5513,14 @@
%%ASTERDIR%%/astest/wtnp102b.datg
%%ASTERDIR%%/astest/wtnp102b.mgib
%%ASTERDIR%%/astest/wtnp102b.para
+%%ASTERDIR%%/astest/wtnp102c.comm
+%%ASTERDIR%%/astest/wtnp102c.datg
+%%ASTERDIR%%/astest/wtnp102c.mgib
+%%ASTERDIR%%/astest/wtnp102c.para
+%%ASTERDIR%%/astest/wtnp102d.comm
+%%ASTERDIR%%/astest/wtnp102d.datg
+%%ASTERDIR%%/astest/wtnp102d.mgib
+%%ASTERDIR%%/astest/wtnp102d.para
%%ASTERDIR%%/astest/wtnp103a.comm
%%ASTERDIR%%/astest/wtnp103a.datg
%%ASTERDIR%%/astest/wtnp103a.mgib
@@ -5473,6 +5676,9 @@
%%ASTERDIR%%/astest/wtnv112e.comm
%%ASTERDIR%%/astest/wtnv112e.mail
%%ASTERDIR%%/astest/wtnv112e.para
+%%ASTERDIR%%/astest/wtnv112f.comm
+%%ASTERDIR%%/astest/wtnv112f.mail
+%%ASTERDIR%%/astest/wtnv112f.para
%%ASTERDIR%%/astest/wtnv113a.comm
%%ASTERDIR%%/astest/wtnv113a.mail
%%ASTERDIR%%/astest/wtnv113a.para
@@ -5553,6 +5759,15 @@
%%ASTERDIR%%/astest/wtnv123c.comm
%%ASTERDIR%%/astest/wtnv123c.mail
%%ASTERDIR%%/astest/wtnv123c.para
+%%ASTERDIR%%/astest/wtnv123d.comm
+%%ASTERDIR%%/astest/wtnv123d.mail
+%%ASTERDIR%%/astest/wtnv123d.para
+%%ASTERDIR%%/astest/wtnv123e.comm
+%%ASTERDIR%%/astest/wtnv123e.mail
+%%ASTERDIR%%/astest/wtnv123e.para
+%%ASTERDIR%%/astest/wtnv123f.comm
+%%ASTERDIR%%/astest/wtnv123f.mail
+%%ASTERDIR%%/astest/wtnv123f.para
%%ASTERDIR%%/astest/wtnv124a.comm
%%ASTERDIR%%/astest/wtnv124a.mail
%%ASTERDIR%%/astest/wtnv124a.para
@@ -5822,10 +6037,6 @@
%%ASTERDIR%%/astest/zzzz107b.comm
%%ASTERDIR%%/astest/zzzz107b.mail
%%ASTERDIR%%/astest/zzzz107b.para
-%%ASTERDIR%%/astest/zzzz110a.19
-%%ASTERDIR%%/astest/zzzz110a.20
-%%ASTERDIR%%/astest/zzzz110a.21
-%%ASTERDIR%%/astest/zzzz110a.22
%%ASTERDIR%%/astest/zzzz110a.comm
%%ASTERDIR%%/astest/zzzz110a.datg
%%ASTERDIR%%/astest/zzzz110a.mail
@@ -5858,7 +6069,6 @@
%%ASTERDIR%%/astest/zzzz112c.mail
%%ASTERDIR%%/astest/zzzz112c.mgib
%%ASTERDIR%%/astest/zzzz112c.para
-%%ASTERDIR%%/astest/zzzz115a.20
%%ASTERDIR%%/astest/zzzz115a.comm
%%ASTERDIR%%/astest/zzzz115a.mail
%%ASTERDIR%%/astest/zzzz115a.para
@@ -6119,6 +6329,44 @@
%%ASTERDIR%%/astest/zzzz230a.comm
%%ASTERDIR%%/astest/zzzz230a.datg
%%ASTERDIR%%/astest/zzzz230a.para
+%%ASTERDIR%%/astest/zzzz231a.comm
+%%ASTERDIR%%/astest/zzzz231a.mmed
+%%ASTERDIR%%/astest/zzzz231a.para
+%%ASTERDIR%%/astest/zzzz231b.comm
+%%ASTERDIR%%/astest/zzzz231b.mmed
+%%ASTERDIR%%/astest/zzzz231b.para
+%%ASTERDIR%%/astest/zzzz231c.comm
+%%ASTERDIR%%/astest/zzzz231c.mmed
+%%ASTERDIR%%/astest/zzzz231c.para
+%%ASTERDIR%%/astest/zzzz234a.comm
+%%ASTERDIR%%/astest/zzzz234a.geo
+%%ASTERDIR%%/astest/zzzz234a.mail
+%%ASTERDIR%%/astest/zzzz234a.msh
+%%ASTERDIR%%/astest/zzzz234a.para
+%%ASTERDIR%%/astest/zzzz234b.comm
+%%ASTERDIR%%/astest/zzzz234b.mail
+%%ASTERDIR%%/astest/zzzz234b.para
+%%ASTERDIR%%/astest/zzzz234c.comm
+%%ASTERDIR%%/astest/zzzz234c.mail
+%%ASTERDIR%%/astest/zzzz234c.para
+%%ASTERDIR%%/astest/zzzz234d.comm
+%%ASTERDIR%%/astest/zzzz234d.mail
+%%ASTERDIR%%/astest/zzzz234d.para
+%%ASTERDIR%%/astest/zzzz234e.22
+%%ASTERDIR%%/astest/zzzz234e.comm
+%%ASTERDIR%%/astest/zzzz234e.mail
+%%ASTERDIR%%/astest/zzzz234e.para
+%%ASTERDIR%%/astest/zzzz236a.20
+%%ASTERDIR%%/astest/zzzz236a.comm
+%%ASTERDIR%%/astest/zzzz236a.datg
+%%ASTERDIR%%/astest/zzzz236a.mgib
+%%ASTERDIR%%/astest/zzzz236a.para
+%%ASTERDIR%%/astest/zzzz237a.comm
+%%ASTERDIR%%/astest/zzzz237a.mmed
+%%ASTERDIR%%/astest/zzzz237a.para
+%%ASTERDIR%%/astest/zzzz237b.comm
+%%ASTERDIR%%/astest/zzzz237b.mmed
+%%ASTERDIR%%/astest/zzzz237b.para
%%ASTERDIR%%/astout.export
%%ASTERDIR%%/bibpyt/Accas/A_AU_MOINS_UN.py
%%ASTERDIR%%/bibpyt/Accas/A_AU_MOINS_UN.pyc
@@ -6282,6 +6530,24 @@
%%ASTERDIR%%/bibpyt/Intranet/calc_eolienne.py
%%ASTERDIR%%/bibpyt/Intranet/calc_eolienne.pyc
%%ASTERDIR%%/bibpyt/Intranet/calc_eolienne.pyo
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_calc_cata.py
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_calc_cata.pyc
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_calc_cata.pyo
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_calc_ops.py
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_calc_ops.pyc
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_calc_ops.pyo
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_mail_cata.py
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_mail_cata.pyc
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_mail_cata.pyo
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_mail_dat.py
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_mail_dat.pyc
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_mail_dat.pyo
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_mail_ops.py
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_mail_ops.pyc
+%%ASTERDIR%%/bibpyt/Intranet/macr_cabri_mail_ops.pyo
+%%ASTERDIR%%/bibpyt/Intranet/macro_bascule_schema_ops.py
+%%ASTERDIR%%/bibpyt/Intranet/macro_bascule_schema_ops.pyc
+%%ASTERDIR%%/bibpyt/Intranet/macro_bascule_schema_ops.pyo
%%ASTERDIR%%/bibpyt/Lecture_Cata_Ele/__init__.py
%%ASTERDIR%%/bibpyt/Lecture_Cata_Ele/__init__.pyc
%%ASTERDIR%%/bibpyt/Lecture_Cata_Ele/__init__.pyo
@@ -6303,9 +6569,6 @@
%%ASTERDIR%%/bibpyt/Lecture_Cata_Ele/utilit.py
%%ASTERDIR%%/bibpyt/Lecture_Cata_Ele/utilit.pyc
%%ASTERDIR%%/bibpyt/Lecture_Cata_Ele/utilit.pyo
-%%ASTERDIR%%/bibpyt/Macro/Sensibilite.py
-%%ASTERDIR%%/bibpyt/Macro/Sensibilite.pyc
-%%ASTERDIR%%/bibpyt/Macro/Sensibilite.pyo
%%ASTERDIR%%/bibpyt/Macro/__init__.py
%%ASTERDIR%%/bibpyt/Macro/__init__.pyc
%%ASTERDIR%%/bibpyt/Macro/__init__.pyo
@@ -6330,6 +6593,9 @@
%%ASTERDIR%%/bibpyt/Macro/defi_part_feti_ops.py
%%ASTERDIR%%/bibpyt/Macro/defi_part_feti_ops.pyc
%%ASTERDIR%%/bibpyt/Macro/defi_part_feti_ops.pyo
+%%ASTERDIR%%/bibpyt/Macro/dyna_iss_vari_ops.py
+%%ASTERDIR%%/bibpyt/Macro/dyna_iss_vari_ops.pyc
+%%ASTERDIR%%/bibpyt/Macro/dyna_iss_vari_ops.pyo
%%ASTERDIR%%/bibpyt/Macro/exec_logiciel_ops.py
%%ASTERDIR%%/bibpyt/Macro/exec_logiciel_ops.pyc
%%ASTERDIR%%/bibpyt/Macro/exec_logiciel_ops.pyo
@@ -6381,15 +6647,6 @@
%%ASTERDIR%%/bibpyt/Macro/macr_aspic_mail_ops.py
%%ASTERDIR%%/bibpyt/Macro/macr_aspic_mail_ops.pyc
%%ASTERDIR%%/bibpyt/Macro/macr_aspic_mail_ops.pyo
-%%ASTERDIR%%/bibpyt/Macro/macr_cabri_calc_ops.py
-%%ASTERDIR%%/bibpyt/Macro/macr_cabri_calc_ops.pyc
-%%ASTERDIR%%/bibpyt/Macro/macr_cabri_calc_ops.pyo
-%%ASTERDIR%%/bibpyt/Macro/macr_cabri_mail_dat.py
-%%ASTERDIR%%/bibpyt/Macro/macr_cabri_mail_dat.pyc
-%%ASTERDIR%%/bibpyt/Macro/macr_cabri_mail_dat.pyo
-%%ASTERDIR%%/bibpyt/Macro/macr_cabri_mail_ops.py
-%%ASTERDIR%%/bibpyt/Macro/macr_cabri_mail_ops.pyc
-%%ASTERDIR%%/bibpyt/Macro/macr_cabri_mail_ops.pyo
%%ASTERDIR%%/bibpyt/Macro/macr_cara_poutre_ops.py
%%ASTERDIR%%/bibpyt/Macro/macr_cara_poutre_ops.pyc
%%ASTERDIR%%/bibpyt/Macro/macr_cara_poutre_ops.pyo
@@ -6486,6 +6743,21 @@
%%ASTERDIR%%/bibpyt/Meidee/__init__.py
%%ASTERDIR%%/bibpyt/Meidee/__init__.pyc
%%ASTERDIR%%/bibpyt/Meidee/__init__.pyo
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul.py
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul.pyc
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul.pyo
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul_correlation.py
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul_correlation.pyc
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul_correlation.pyo
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul_fludela.py
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul_fludela.pyc
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul_fludela.pyo
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul_modifstruct.py
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul_modifstruct.pyc
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul_modifstruct.pyo
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul_turbulent.py
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul_turbulent.pyc
+%%ASTERDIR%%/bibpyt/Meidee/meidee_calcul_turbulent.pyo
%%ASTERDIR%%/bibpyt/Meidee/meidee_cata.py
%%ASTERDIR%%/bibpyt/Meidee/meidee_cata.pyc
%%ASTERDIR%%/bibpyt/Meidee/meidee_cata.pyo
@@ -6498,12 +6770,18 @@
%%ASTERDIR%%/bibpyt/Meidee/meidee_iface.py
%%ASTERDIR%%/bibpyt/Meidee/meidee_iface.pyc
%%ASTERDIR%%/bibpyt/Meidee/meidee_iface.pyo
+%%ASTERDIR%%/bibpyt/Meidee/meidee_modifstruct.py
+%%ASTERDIR%%/bibpyt/Meidee/meidee_modifstruct.pyc
+%%ASTERDIR%%/bibpyt/Meidee/meidee_modifstruct.pyo
%%ASTERDIR%%/bibpyt/Meidee/meidee_test.py
%%ASTERDIR%%/bibpyt/Meidee/meidee_test.pyc
%%ASTERDIR%%/bibpyt/Meidee/meidee_test.pyo
%%ASTERDIR%%/bibpyt/Meidee/meidee_turbulent.py
%%ASTERDIR%%/bibpyt/Meidee/meidee_turbulent.pyc
%%ASTERDIR%%/bibpyt/Meidee/meidee_turbulent.pyo
+%%ASTERDIR%%/bibpyt/Meidee/modes.py
+%%ASTERDIR%%/bibpyt/Meidee/modes.pyc
+%%ASTERDIR%%/bibpyt/Meidee/modes.pyo
%%ASTERDIR%%/bibpyt/Messages/__init__.py
%%ASTERDIR%%/bibpyt/Messages/__init__.pyc
%%ASTERDIR%%/bibpyt/Messages/__init__.pyo
@@ -6576,6 +6854,9 @@
%%ASTERDIR%%/bibpyt/Messages/appelmpi.py
%%ASTERDIR%%/bibpyt/Messages/appelmpi.pyc
%%ASTERDIR%%/bibpyt/Messages/appelmpi.pyo
+%%ASTERDIR%%/bibpyt/Messages/archivage.py
+%%ASTERDIR%%/bibpyt/Messages/archivage.pyc
+%%ASTERDIR%%/bibpyt/Messages/archivage.pyo
%%ASTERDIR%%/bibpyt/Messages/arlequin.py
%%ASTERDIR%%/bibpyt/Messages/arlequin.pyc
%%ASTERDIR%%/bibpyt/Messages/arlequin.pyo
@@ -6633,6 +6914,9 @@
%%ASTERDIR%%/bibpyt/Messages/context_info.py
%%ASTERDIR%%/bibpyt/Messages/context_info.pyc
%%ASTERDIR%%/bibpyt/Messages/context_info.pyo
+%%ASTERDIR%%/bibpyt/Messages/discretisation.py
+%%ASTERDIR%%/bibpyt/Messages/discretisation.pyc
+%%ASTERDIR%%/bibpyt/Messages/discretisation.pyo
%%ASTERDIR%%/bibpyt/Messages/discrets.py
%%ASTERDIR%%/bibpyt/Messages/discrets.pyc
%%ASTERDIR%%/bibpyt/Messages/discrets.pyo
@@ -6711,6 +6995,15 @@
%%ASTERDIR%%/bibpyt/Messages/mecanonline2.py
%%ASTERDIR%%/bibpyt/Messages/mecanonline2.pyc
%%ASTERDIR%%/bibpyt/Messages/mecanonline2.pyo
+%%ASTERDIR%%/bibpyt/Messages/mecanonline3.py
+%%ASTERDIR%%/bibpyt/Messages/mecanonline3.pyc
+%%ASTERDIR%%/bibpyt/Messages/mecanonline3.pyo
+%%ASTERDIR%%/bibpyt/Messages/mecanonline4.py
+%%ASTERDIR%%/bibpyt/Messages/mecanonline4.pyc
+%%ASTERDIR%%/bibpyt/Messages/mecanonline4.pyo
+%%ASTERDIR%%/bibpyt/Messages/mecanonline5.py
+%%ASTERDIR%%/bibpyt/Messages/mecanonline5.pyc
+%%ASTERDIR%%/bibpyt/Messages/mecanonline5.pyo
%%ASTERDIR%%/bibpyt/Messages/med.py
%%ASTERDIR%%/bibpyt/Messages/med.pyc
%%ASTERDIR%%/bibpyt/Messages/med.pyo
@@ -6756,6 +7049,9 @@
%%ASTERDIR%%/bibpyt/Messages/oar0.py
%%ASTERDIR%%/bibpyt/Messages/oar0.pyc
%%ASTERDIR%%/bibpyt/Messages/oar0.pyo
+%%ASTERDIR%%/bibpyt/Messages/observation.py
+%%ASTERDIR%%/bibpyt/Messages/observation.pyc
+%%ASTERDIR%%/bibpyt/Messages/observation.pyo
%%ASTERDIR%%/bibpyt/Messages/post0.py
%%ASTERDIR%%/bibpyt/Messages/post0.pyc
%%ASTERDIR%%/bibpyt/Messages/post0.pyo
@@ -6795,6 +7091,9 @@
%%ASTERDIR%%/bibpyt/Messages/rupture0.py
%%ASTERDIR%%/bibpyt/Messages/rupture0.pyc
%%ASTERDIR%%/bibpyt/Messages/rupture0.pyo
+%%ASTERDIR%%/bibpyt/Messages/rupture1.py
+%%ASTERDIR%%/bibpyt/Messages/rupture1.pyc
+%%ASTERDIR%%/bibpyt/Messages/rupture1.pyo
%%ASTERDIR%%/bibpyt/Messages/sdveri.py
%%ASTERDIR%%/bibpyt/Messages/sdveri.pyc
%%ASTERDIR%%/bibpyt/Messages/sdveri.pyo
@@ -6831,6 +7130,9 @@
%%ASTERDIR%%/bibpyt/Messages/test0.py
%%ASTERDIR%%/bibpyt/Messages/test0.pyc
%%ASTERDIR%%/bibpyt/Messages/test0.pyo
+%%ASTERDIR%%/bibpyt/Messages/unilater.py
+%%ASTERDIR%%/bibpyt/Messages/unilater.pyc
+%%ASTERDIR%%/bibpyt/Messages/unilater.pyo
%%ASTERDIR%%/bibpyt/Messages/utilifor.py
%%ASTERDIR%%/bibpyt/Messages/utilifor.pyc
%%ASTERDIR%%/bibpyt/Messages/utilifor.pyo
@@ -6861,6 +7163,9 @@
%%ASTERDIR%%/bibpyt/Messages/vide.py
%%ASTERDIR%%/bibpyt/Messages/vide.pyc
%%ASTERDIR%%/bibpyt/Messages/vide.pyo
+%%ASTERDIR%%/bibpyt/Messages/volufini.py
+%%ASTERDIR%%/bibpyt/Messages/volufini.pyc
+%%ASTERDIR%%/bibpyt/Messages/volufini.pyo
%%ASTERDIR%%/bibpyt/Messages/xfem.py
%%ASTERDIR%%/bibpyt/Messages/xfem.pyc
%%ASTERDIR%%/bibpyt/Messages/xfem.pyo
@@ -7122,6 +7427,9 @@
%%ASTERDIR%%/bibpyt/SD/co_table.py
%%ASTERDIR%%/bibpyt/SD/co_table.pyc
%%ASTERDIR%%/bibpyt/SD/co_table.pyo
+%%ASTERDIR%%/bibpyt/SD/co_table_container.py
+%%ASTERDIR%%/bibpyt/SD/co_table_container.pyc
+%%ASTERDIR%%/bibpyt/SD/co_table_container.pyo
%%ASTERDIR%%/bibpyt/SD/co_table_fonction.py
%%ASTERDIR%%/bibpyt/SD/co_table_fonction.pyc
%%ASTERDIR%%/bibpyt/SD/co_table_fonction.pyo
@@ -7356,6 +7664,9 @@
%%ASTERDIR%%/bibpyt/SD/sd_table.py
%%ASTERDIR%%/bibpyt/SD/sd_table.pyc
%%ASTERDIR%%/bibpyt/SD/sd_table.pyo
+%%ASTERDIR%%/bibpyt/SD/sd_table_container.py
+%%ASTERDIR%%/bibpyt/SD/sd_table_container.pyc
+%%ASTERDIR%%/bibpyt/SD/sd_table_container.pyo
%%ASTERDIR%%/bibpyt/SD/sd_table_fonction.py
%%ASTERDIR%%/bibpyt/SD/sd_table_fonction.pyc
%%ASTERDIR%%/bibpyt/SD/sd_table_fonction.pyo
@@ -7446,6 +7757,9 @@
%%ASTERDIR%%/bibpyt/Utilitai/partition.py
%%ASTERDIR%%/bibpyt/Utilitai/partition.pyc
%%ASTERDIR%%/bibpyt/Utilitai/partition.pyo
+%%ASTERDIR%%/bibpyt/Utilitai/stats.py
+%%ASTERDIR%%/bibpyt/Utilitai/stats.pyc
+%%ASTERDIR%%/bibpyt/Utilitai/stats.pyo
%%ASTERDIR%%/bibpyt/Utilitai/sup_gmsh.py
%%ASTERDIR%%/bibpyt/Utilitai/sup_gmsh.pyc
%%ASTERDIR%%/bibpyt/Utilitai/sup_gmsh.pyo
@@ -7710,6 +8024,7 @@
%%ASTERDIR%%/catalo/options/erre_elem_temp_r.cata
%%ASTERDIR%%/catalo/options/erre_elno_elem.cata
%%ASTERDIR%%/catalo/options/erre_qizz.cata
+%%ASTERDIR%%/catalo/options/erre_temps.cata
%%ASTERDIR%%/catalo/options/etot_elem.cata
%%ASTERDIR%%/catalo/options/etot_elga.cata
%%ASTERDIR%%/catalo/options/etot_elno_elga.cata
@@ -7727,12 +8042,6 @@
%%ASTERDIR%%/catalo/options/full_meca_elas.cata
%%ASTERDIR%%/catalo/options/g_bili.cata
%%ASTERDIR%%/catalo/options/g_bili_f.cata
-%%ASTERDIR%%/catalo/options/g_lagr.cata
-%%ASTERDIR%%/catalo/options/g_lagr_epsi_f.cata
-%%ASTERDIR%%/catalo/options/g_lagr_epsi_r.cata
-%%ASTERDIR%%/catalo/options/g_lagr_f.cata
-%%ASTERDIR%%/catalo/options/g_lagr_glob.cata
-%%ASTERDIR%%/catalo/options/g_lagr_glob_f.cata
%%ASTERDIR%%/catalo/options/geom_fac.cata
%%ASTERDIR%%/catalo/options/grad_elga_theta.cata
%%ASTERDIR%%/catalo/options/grad_neut9_r.cata
@@ -7774,8 +8083,10 @@
%%ASTERDIR%%/catalo/options/meca_ddlm_r.cata
%%ASTERDIR%%/catalo/options/meca_gyro.cata
%%ASTERDIR%%/catalo/options/meca_sens_char.cata
+%%ASTERDIR%%/catalo/options/meca_sens_epai.cata
%%ASTERDIR%%/catalo/options/meca_sens_mate.cata
%%ASTERDIR%%/catalo/options/meca_sens_raph.cata
+%%ASTERDIR%%/catalo/options/meca_sens_raphep.cata
%%ASTERDIR%%/catalo/options/meta_elga_refr.cata
%%ASTERDIR%%/catalo/options/meta_elga_temp.cata
%%ASTERDIR%%/catalo/options/meta_elno_temp.cata
@@ -8093,7 +8404,6 @@
%%ASTERDIR%%/catalo/typelem/gener_meah42.cata
%%ASTERDIR%%/catalo/typelem/gener_meah51.cata
%%ASTERDIR%%/catalo/typelem/gener_meah52.cata
-%%ASTERDIR%%/catalo/typelem/gener_meax_1.cata
%%ASTERDIR%%/catalo/typelem/gener_meax_2.cata
%%ASTERDIR%%/catalo/typelem/gener_meaxf1.cata
%%ASTERDIR%%/catalo/typelem/gener_meaxf2.cata
@@ -8179,6 +8489,7 @@
%%ASTERDIR%%/catalo/typelem/gener_meq4g1.cata
%%ASTERDIR%%/catalo/typelem/gener_meshb3.cata
%%ASTERDIR%%/catalo/typelem/gener_metu61.cata
+%%ASTERDIR%%/catalo/typelem/gener_mevf1.cata
%%ASTERDIR%%/catalo/typelem/gener_mf2fi2.cata
%%ASTERDIR%%/catalo/typelem/gener_mf3d_3.cata
%%ASTERDIR%%/catalo/typelem/gener_mv2d_2.cata
@@ -8270,6 +8581,7 @@
%%ASTERDIR%%/catapy/commande/defi_fonction.capy
%%ASTERDIR%%/catapy/commande/defi_fond_fiss.capy
%%ASTERDIR%%/catapy/commande/defi_geom_fibre.capy
+%%ASTERDIR%%/catapy/commande/defi_glrc.capy
%%ASTERDIR%%/catapy/commande/defi_group.capy
%%ASTERDIR%%/catapy/commande/defi_inte_spec.capy
%%ASTERDIR%%/catapy/commande/defi_interf_dyna.capy
@@ -8290,6 +8602,7 @@
%%ASTERDIR%%/catapy/commande/depl_interne.capy
%%ASTERDIR%%/catapy/commande/detruire.capy
%%ASTERDIR%%/catapy/commande/dyna_alea_modal.capy
+%%ASTERDIR%%/catapy/commande/dyna_iss_vari.capy
%%ASTERDIR%%/catapy/commande/dyna_line_harm.capy
%%ASTERDIR%%/catapy/commande/dyna_line_tran.capy
%%ASTERDIR%%/catapy/commande/dyna_non_line.capy
@@ -8341,8 +8654,6 @@
%%ASTERDIR%%/catapy/commande/macr_ascouf_mail.capy
%%ASTERDIR%%/catapy/commande/macr_aspic_calc.capy
%%ASTERDIR%%/catapy/commande/macr_aspic_mail.capy
-%%ASTERDIR%%/catapy/commande/macr_cabri_calc.capy
-%%ASTERDIR%%/catapy/commande/macr_cabri_mail.capy
%%ASTERDIR%%/catapy/commande/macr_cara_poutre.capy
%%ASTERDIR%%/catapy/commande/macr_ecla_pg.capy
%%ASTERDIR%%/catapy/commande/macr_elem_dyna.capy
@@ -8353,6 +8664,7 @@
%%ASTERDIR%%/catapy/commande/macr_lign_coupe.capy
%%ASTERDIR%%/catapy/commande/macr_recal.capy
%%ASTERDIR%%/catapy/commande/macr_spectre.capy
+%%ASTERDIR%%/catapy/commande/macro_bascule_schema.capy
%%ASTERDIR%%/catapy/commande/macro_elas_mult.capy
%%ASTERDIR%%/catapy/commande/macro_expans.capy
%%ASTERDIR%%/catapy/commande/macro_matr_ajou.capy
@@ -8363,7 +8675,6 @@
%%ASTERDIR%%/catapy/commande/macro_visu_meidee.capy
%%ASTERDIR%%/catapy/commande/maj_cata.capy
%%ASTERDIR%%/catapy/commande/meca_statique.capy
-%%ASTERDIR%%/catapy/commande/memo_nom_sensi.capy
%%ASTERDIR%%/catapy/commande/mode_iter_cycl.capy
%%ASTERDIR%%/catapy/commande/mode_iter_inv.capy
%%ASTERDIR%%/catapy/commande/mode_iter_simult.capy
@@ -8421,6 +8732,8 @@
%%ASTERDIR%%/catapy/commande/ther_non_line.capy
%%ASTERDIR%%/catapy/commande/ther_non_line_mo.capy
%%ASTERDIR%%/catapy/commun/c_comp_incr.capy
+%%ASTERDIR%%/catapy/commun/c_contact.capy
+%%ASTERDIR%%/catapy/commun/c_contact_f.capy
%%ASTERDIR%%/catapy/commun/c_nom_cham_into.capy
%%ASTERDIR%%/catapy/commun/c_nom_grandeur.capy
%%ASTERDIR%%/catapy/commun/c_para_fonction.capy
@@ -8461,7 +8774,6 @@
%%ASTERDIR%%/etude/forma02b.mail
%%ASTERDIR%%/etude/forma02b.para
%%ASTERDIR%%/etude/forma03a.21
-%%ASTERDIR%%/etude/forma03a.com1
%%ASTERDIR%%/etude/forma03a.comm
%%ASTERDIR%%/etude/forma03a.datg
%%ASTERDIR%%/etude/forma03a.mgib
@@ -8474,11 +8786,18 @@
%%ASTERDIR%%/etude/forma03b.mgib
%%ASTERDIR%%/etude/forma03b.mmed
%%ASTERDIR%%/etude/forma03b.para
+%%ASTERDIR%%/etude/forma03c.21
%%ASTERDIR%%/etude/forma03c.3
+%%ASTERDIR%%/etude/forma03c.com1
%%ASTERDIR%%/etude/forma03c.comm
%%ASTERDIR%%/etude/forma03c.datg
%%ASTERDIR%%/etude/forma03c.mmed
%%ASTERDIR%%/etude/forma03c.para
+%%ASTERDIR%%/etude/forma03d.3
+%%ASTERDIR%%/etude/forma03d.comm
+%%ASTERDIR%%/etude/forma03d.datg
+%%ASTERDIR%%/etude/forma03d.mmed
+%%ASTERDIR%%/etude/forma03d.para
%%ASTERDIR%%/etude/forma04a.comm
%%ASTERDIR%%/etude/forma04a.mail
%%ASTERDIR%%/etude/forma04a.para
@@ -8556,21 +8875,23 @@
%%ASTK_CLIENT%%@exec ln -sf %%ASTKDIR%%/bin/bsf %D/%%TOOLDIR%%/
%%ASTK_CLIENT%%@unexec rm -f %D/%%TOOLDIR%%/bsf
%%EFICAS%%@exec ln -sf %%LOCALBASE%%/bin/eficas %D/%%TOOLDIR%%/
-%%EFICAS%%@unexec rm -f %D/%%TOOLDIR%%/eficas
+%%EFICAS%%@unexec rm -f %D/%%TOOLDIR%%/eficas
%%GMSH%%@exec ln -sf %%LOCALBASE%%/bin/gmsh %D/%%TOOLDIR%%/
-%%GMSH%%@unexec rm -f %D/%%TOOLDIR%%/gmsh
+%%GMSH%%@unexec rm -f %D/%%TOOLDIR%%/gmsh
@exec ln -sf %%LOCALBASE%%/bin/gnuplot %D/%%TOOLDIR%%/
-@unexec rm -f %D/%%TOOLDIR%%/gnuplot
+@unexec rm -f %D/%%TOOLDIR%%/gnuplot
@exec ln -sf %%LOCALBASE%%/bin/kmetis %D/%%TOOLDIR%%/
-@unexec rm -f %D/%%TOOLDIR%%/kmetis
+@unexec rm -f %D/%%TOOLDIR%%/kmetis
@exec ln -sf %%LOCALBASE%%/bin/onmetis %D/%%TOOLDIR%%/
-@unexec rm -f %D/%%TOOLDIR%%/onmetis
+@unexec rm -f %D/%%TOOLDIR%%/onmetis
@exec ln -sf %%LOCALBASE%%/bin/pmetis %D/%%TOOLDIR%%/
-@unexec rm -f %D/%%TOOLDIR%%/pmetis
+@unexec rm -f %D/%%TOOLDIR%%/pmetis
%%GRACE%%@exec ln -sf %%LOCALBASE%%/bin/gracebat %D/%%TOOLDIR%%/
%%GRACE%%@unexec rm -f %D/%%TOOLDIR%%/gracebat
%%GRACE%%@exec ln -sf %%LOCALBASE%%/bin/xmgrace %D/%%TOOLDIR%%/
%%GRACE%%@unexec rm -f %D/%%TOOLDIR%%/xmgrace
+@exec ln -sf %D/aster/ASTK/ASTK_SERV/conf/aster_profile.sh %D/aster/
+@unexec rm -f %D/aster/aster_profile.sh
@unexec rm -rf %D/%%TOOLDIR%% 2>&1 >/dev/null || true
@dirrm %%ASTERDIR%%/materiau
@dirrm %%ASTERDIR%%/etude