aboutsummaryrefslogtreecommitdiff
path: root/french/aster
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2010-03-26 18:30:58 +0000
committerThierry Thomas <thierry@FreeBSD.org>2010-03-26 18:30:58 +0000
commit40f9eb7e76a03f92fa54ab9a3b867bdf35c336f3 (patch)
tree101ff6a9283a197a44afa5d7f7b083f34550d24b /french/aster
parentd4c6db2ef9e7399bb94a20102393a5aeed502fb1 (diff)
downloadports-40f9eb7e76a03f92fa54ab9a3b867bdf35c336f3.tar.gz
ports-40f9eb7e76a03f92fa54ab9a3b867bdf35c336f3.zip
Notes
Diffstat (limited to 'french/aster')
-rw-r--r--french/aster/Makefile86
-rw-r--r--french/aster/distinfo6
-rw-r--r--french/aster/files/patch-as_setup.py40
-rw-r--r--french/aster/files/patch-check_compilers.py29
-rw-r--r--french/aster/files/patch-products.py57
-rw-r--r--french/aster/files/patch-setup.cfg19
-rw-r--r--french/aster/files/patch-setup.py22
-rw-r--r--french/aster/pkg-plist1217
8 files changed, 1249 insertions, 227 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile
index bb6aa9120750..6eedf5027020 100644
--- a/french/aster/Makefile
+++ b/french/aster/Makefile
@@ -7,9 +7,8 @@
PORTNAME= aster
DISTVERSIONPREFIX= full-src-
-DISTVERSION= 10.0.3-2
+DISTVERSION= 10.1.0-4
DISTVERSIONSUFFIX= .noarch
-PORTREVISION= 2
CATEGORIES= french cad
MASTER_SITES= http://www.code-aster.org/V2/UPLOAD/DOC/Telechargement/
@@ -43,8 +42,7 @@ 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 \
- f2c.2:${PORTSDIR}/lang/f2c
+ med.2:${PORTSDIR}/french/med
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
@@ -55,13 +53,13 @@ HAS_CONFIGURE= yes
REINPLACE_ARGS= -i ""
WRKSRC= ${WRKDIR}/${PORTNAME}-full-src-${PORTVERSION:R}
-PLIST_SUB= ASTERDIR=${PORTNAME}/${vaster} TOOLDIR=${PORTNAME}/${vaster}/outils
-PKGMESSAGE= ${WRKDIR}/pkg-message
+PLIST_SUB= ASTERDIR=${PORTNAME}/${vaster} TOOLDIR=${PORTNAME}/outils
.if defined(WITHOUT_ASTK_CLI)
-PKGMESSIN= pkg-message.sans-astk.in
+SUB_FILES= pkg-message.sans-astk
.else
-PKGMESSIN= pkg-message.in
+SUB_FILES= pkg-message
.endif
+SUB_LIST= tools_dir=${tools_dir}
INTERACTIVE_SCRIPTS= check_compilers.py setup.py
@@ -144,6 +142,7 @@ HOME_MPI= ${LOCALBASE}
.endif
USE_FORTRAN= yes
+GCC_VER= `${CC} -dumpversion`
TK_VER?= 8.4
SHORT_TK_VER= ${TK_VER:S/.//}
@@ -199,9 +198,10 @@ vaster= STA${PORTVERSION:R:R}
INST_DAT= LICENSE.TERMS astest cata_ele.pickled catalo catapy \
elements etude materiau
INST_PY= bibpyt commande
+INST_SH= as_run parallel_cp
DAT2FIX= astout.export config.txt forma01a.export
inst_dir= ${PREFIX}/${PORTNAME}/${vaster}
-tools_dir= ${inst_dir}/outils
+tools_dir= ${PREFIX}/${PORTNAME}/outils
v_ifdef= ${OPSYS:U}
SHELL_INSTALL_ASTER= ${LOCALBASE}/bin/${SHIA}
tcl_dir= ${LOCALBASE}
@@ -220,13 +220,15 @@ ${WRKSRC}/instdir/${vaster}/elements: build
pre-everything::
.if defined(WITH_MPI)
- @${ECHO_MSG} "To build Code_Aster with MPI enabled, you nedd to run `mpd &'"
+ @${ECHO_MSG} "To build Code_Aster with MPI enabled, you need to run `mpd &'"
.endif
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|' \
${WRKSRC}/setup.cfg
+ ${REINPLACE_CMD} -e 's|?ASTER_ROOT?|${WRKSRC}/instdir|' \
+ ${WRKSRC}/products.py
${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']|" \
@@ -255,6 +257,7 @@ pre-configure:
${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} "OPT_ENV = 'verbose=True'" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "HOME_SCOTCH = '${LOCALBASE}'" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "HOME_METIS = '${LOCALBASE}'" >> ${WRKSRC}/setup.cfg
.if defined(WITH_MUMPS)
@@ -264,11 +267,15 @@ pre-configure:
${ECHO_CMD} "MUMPSLIB = '${MUMPSLIB}'" >> ${WRKSRC}/setup.cfg
. endif
.endif
- ${ECHO_CMD} "LD='${CC}'" >> ${WRKSRC}/setup.cfg
+ ${ECHO_CMD} "CC='${CC}'" >> ${WRKSRC}/setup.cfg
+ ${ECHO_CMD} "CXX='${CXX}'" >> ${WRKSRC}/setup.cfg
+ ${ECHO_CMD} "CXXLIB = '-L${LOCALBASE}/lib/${CC} -lstdc++ -lsupc++'" \
+ >> ${WRKSRC}/setup.cfg
+ ${ECHO_CMD} "LD='${FC}'" >> ${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'" \
+ ${ECHO_CMD} "OTHERLIB='-Xlinker -export-dynamic ${PTHREAD_LIBS} -lutil -lm -lz -lgfortran ${PTHREAD_LIBS} -lz'" \
>> ${WRKSRC}/setup.cfg
-
+ ${ECHO_CMD} "SYSLIB='${PTHREAD_LIBS} -lz'" >> ${WRKSRC}/setup.cfg
.if defined(WITH_MPI)
${ECHO_CMD} "HOME_MPI = '${HOME_MPI}'" >> ${WRKSRC}/setup.cfg
.else
@@ -285,6 +292,7 @@ pre-configure:
${ECHO_CMD} "LAPACKLIB='${LOCALBASE}/lib/liblapack.a'" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "GZIP='/usr/bin/gzip'" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "SHELL_EXECUTION='${SHELL_INSTALL_ASTER}'" >> ${WRKSRC}/setup.cfg
+ ${ECHO_CMD} "TERMINAL='xterm'" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "EDITOR='${WITH_ED}'" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "LDFLAGS='-v ${LDFLAGS}'" >> ${WRKSRC}/setup.cfg
${ECHO_CMD} "FFLAGS='-c ${FFLAGS} ${FLAGARCH} ${FFLAGARCH}'" >> ${WRKSRC}/setup.cfg
@@ -323,44 +331,54 @@ do-configure:
@${ECHO_MSG} "------------ Fin debug ------------------"
pre-build:
- ${MKDIR} ${WRKSRC}/instdir/ASTK/ASTK_SERV/conf \
- ${WRKSRC}/instdir/ASTK/ASTK_SERV/lib \
- ${WRKSRC}/instdir/outils
- ${SED} -e 's|${LOCALBASE}/aster|${WRKSRC}/instdir|' \
- < ${LOCALBASE}/aster/ASTK/ASTK_SERV/conf/config \
- > ${WRKSRC}/instdir/ASTK/ASTK_SERV/conf/config
- ${CP} ${LOCALBASE}/aster/ASTK/ASTK_SERV/conf/aster_profile.sh \
- ${WRKSRC}/instdir/ASTK/ASTK_SERV/conf
- ${CP} -R ${LOCALBASE}/aster/ASTK/ASTK_SERV/bin \
- ${WRKSRC}/instdir/ASTK/ASTK_SERV
- ${CP} -R ${LOCALBASE}/aster/ASTK/ASTK_SERV/lib \
- ${WRKSRC}/instdir/ASTK/ASTK_SERV/
+ ${MKDIR} ${WRKSRC}/instdir/etc/codeaster
+ ${CP} ${LOCALBASE}/aster/etc/codeaster/* \
+ ${WRKSRC}/instdir/etc/codeaster/
+ ${CP} -R ${LOCALBASE}/aster/ASTK/ASTK_SERV/bin \
+ ${LOCALBASE}/aster/ASTK/ASTK_SERV/asrun \
+ ${WRKSRC}/instdir/
+ ${REINPLACE_CMD} -e 's|${LOCALBASE}/aster|${WRKSRC}/instdir|' \
+ ${WRKSRC}/instdir/bin/as_run
+.for sf in etc/codeaster/profile.sh asrun/installation.py
+ ${REINPLACE_CMD} -e 's|${LOCALBASE}/aster/ASTK/ASTK_SERV|${WRKSRC}/instdir|g' \
+ -e 's|${LOCALBASE}/aster|${WRKSRC}/instdir|g' \
+ ${WRKSRC}/instdir/${sf}
+.endfor
do-build:
(cd ${BUILD_WRKSRC} && \
- ${PYTHON_CMD} setup.pyo ${DEBUG_FLAGS} install aster \
+ ${PYTHON_CMD} setup.pyo ${DEBUG_FLAGS} install aster \
| tee ${BUILD_WRKSRC}/build.log)
-
-pre-install:
${CHMOD} go-x ${WRKSRC}/instdir/${vaster}/materiau/A42_REF_A.NOMI
-do-install: ${WRKSRC}/instdir/${vaster}/elements
- ${MKDIR} ${tools_dir} ${inst_dir}
+do-install:
+ ${MKDIR} ${tools_dir} ${inst_dir} ${PREFIX}/${PORTNAME}/bin
${INSTALL_PROGRAM} ${WRKSRC}/instdir/${vaster}/asteru ${inst_dir}
${INSTALL_SCRIPT} ${WRKSRC}/instdir/${vaster}/asterd ${inst_dir} # Don't strip!
${INSTALL_SCRIPT} ${WRKSRC}/instdir/${vaster}/profile.sh ${inst_dir}
+ ${ECHO_CMD} "" >> ${inst_dir}/profile.sh
${ECHO_CMD} "HDF5_DISABLE_VERSION_CHECK=1" >> ${inst_dir}/profile.sh
.for FILE in ${DAT2FIX}
${SED} -e 's|${WRKSRC}/instdir/${vaster}|${inst_dir}|g' \
- -e 's|${WRKSRC}/instdir|${inst_dir}|g' \
-e 's|${WRKSRC}/instdir/outils|${tools_dir}|g' \
+ -e 's|${WRKSRC}/instdir|${inst_dir}|g' \
+ -e 's|^F list|@F list|' \
+ -e 's|^#F list|F list|' \
+ -e 's|^@F list|#F list|' \
-e 's|P mode astout|P mode interactif|' \
-e 's|P mode forma01a|P mode interactif|' \
+ -e 's|R resu_test ${inst_dir}|R resu_test /tmp|' \
< ${WRKSRC}/instdir/${vaster}/${FILE} > ${inst_dir}/${FILE}
.endfor
+ ${LN} -sf ${inst_dir}/config.txt ${PREFIX}/${PORTNAME}/
.for FILE in ${INST_DAT} ${INST_PY}
${CP} -R ${WRKSRC}/instdir/${vaster}/${FILE} ${inst_dir}
.endfor
+.for FILE in ${INST_SH}
+ ${SED} -e 's|${WRKSRC}/instdir|${PREFIX}/${PORTNAME}|' \
+ < ${WRKSRC}/instdir/bin/${FILE} > ${PREFIX}/${PORTNAME}/bin/${FILE}
+ ${CHMOD} a+x ${PREFIX}/${PORTNAME}/bin/${FILE}
+.endfor
${REINPLACE_CMD} -e 's|cat ./fort.15 ./ficode|cat ./ficode|' \
${inst_dir}/bibpyt/Execution/E_SUPERV.py
.for FILE in ${INST_PY}
@@ -391,11 +409,7 @@ 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}
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
@@ -405,7 +419,7 @@ regression-test: install
(cd ${inst_dir}; \
HDF5_DISABLE_VERSION_CHECK=1 \
${LOCALBASE}/aster/ASTK/ASTK_SERV/bin/as_run astout.export)
- @${ECHO_MSG} "Check ${inst_dir}/astest/*.erre"
+ @${ECHO_MSG} "Check /tmp/resu_test/*.erre"
.endif
.include <bsd.port.post.mk>
diff --git a/french/aster/distinfo b/french/aster/distinfo
index 5d3f27ea2757..74854df498b7 100644
--- a/french/aster/distinfo
+++ b/french/aster/distinfo
@@ -1,3 +1,3 @@
-MD5 (aster-full-src-10.0.3-2.noarch.tar.gz) = d2609b01a26e1166a58ebcb5a5b46a32
-SHA256 (aster-full-src-10.0.3-2.noarch.tar.gz) = a30a0d7c46168b1c7cbff22a290527753337d89883ec53afff6a2ca8a32c49a3
-SIZE (aster-full-src-10.0.3-2.noarch.tar.gz) = 149739925
+MD5 (aster-full-src-10.1.0-4.noarch.tar.gz) = 49fe55a0a46491124c16965a2db59c5e
+SHA256 (aster-full-src-10.1.0-4.noarch.tar.gz) = c72f82abadb627925cbc5cbf9909f969e4c60f29325a62d78664eb03a860468a
+SIZE (aster-full-src-10.1.0-4.noarch.tar.gz) = 163690307
diff --git a/french/aster/files/patch-as_setup.py b/french/aster/files/patch-as_setup.py
index 86a08f9e1c69..13d83fc41f0c 100644
--- a/french/aster/files/patch-as_setup.py
+++ b/french/aster/files/patch-as_setup.py
@@ -1,17 +1,33 @@
---- as_setup.py.orig 2007-12-21 17:08:17.000000000 +0100
-+++ as_setup.py 2008-01-08 22:32:14.000000000 +0100
-@@ -397,6 +397,10 @@
- traceback.print_exc()
- self.exit_code=iret
- raise SetupExtractError, _('error during extracting archive %s') % archive
-+ # Insert FreeBSD patches here
-+ self._print('Handle gfortran C-like pre-processor directives')
-+ os.rename(os.path.join(self.content, 'bibf90/utilitai/traceb.f'), os.path.join(self.content, 'bibf90/utilitai/traceb.F'))
-+ # End of FreeBSD patches
+--- as_setup.py.orig 2010-02-09 10:04:57.000000000 +0100
++++ as_setup.py 2010-02-20 15:49:39.000000000 +0100
+@@ -47,6 +47,8 @@
+ import imp
+ import shutil
+ import pprint
++import fileinput
++import string
+ from types import StringTypes
+ EnumTypes=(list, tuple)
+@@ -449,6 +451,17 @@
if iextr_as:
- iret=0
-@@ -1216,7 +1220,10 @@
+ self.Clean(to_delete=path)
+
++ # Insert FreeBSD patches here
++ file2patch = os.path.join(self.installdir, self.content, 'bibc/utilitai/mempid.c')
++ self._print('different /proc/pid/status => change ' + file2patch)
++ for ligne in fileinput.input(file2patch, inplace=1):
++ nl = 0
++ nl = string.find(ligne, 'ifdef _POSIX')
++ if nl > 0:
++ ligne =ligne.replace('ifdef _POSIX', 'ifndef __FreeBSD__')
++ sys.stdout.write(ligne)
++ # End of FreeBSD patches
++
+ #-------------------------------------------------------------------------------
+ def Configure(self, **kargs):
+ """Configuration of the product.
+@@ -1302,7 +1315,10 @@
from socket import gethostname, gethostbyaddr
if host==None:
host = gethostname()
diff --git a/french/aster/files/patch-check_compilers.py b/french/aster/files/patch-check_compilers.py
index 7227d5f1c12d..4b5571a21a02 100644
--- a/french/aster/files/patch-check_compilers.py
+++ b/french/aster/files/patch-check_compilers.py
@@ -1,29 +1,6 @@
---- check_compilers.py.orig 2009-06-16 14:26:10.000000000 +0200
-+++ check_compilers.py 2009-06-19 23:08:19.000000000 +0200
-@@ -268,9 +268,9 @@
- self._print('---------- ERROR MESSAGE ----------', os.linesep, errmsg)
- self._print(blas_lapack['__error__'])
- rep = should_continue()
-- # add to global (g2c/gfortran must be used by aster compiled with Intel)
-+ # add to global (f2c/gfortran must be used by aster compiled with Intel)
- for k, v in self.cfg.items():
-- if re.search('__LIBS_math_[0-9]+_g2c', k) is not None \
-+ if re.search('__LIBS_math_[0-9]+_f2c', k) is not None \
- or re.search('__LIBS_math_[0-9]+_gfortran', k) is not None:
- self.cfg_add_global[k] = v
-
-@@ -416,8 +416,8 @@
- self.fcheck(self.fortran_supports_openmp, "F77 (%s) and F90 (%s) support '-fopenmp' option" \
- % (self.cfg.get('F77', '?'), self.cfg.get('F90', '?')))
-
-- # les blas/lapack en ont peut-etre besoin, on rend libg2c facultative si F77=gfortran
-- self.libs.append(('math', 'g2c', not self.is_F77_is_gfortran))
-+ # les blas/lapack en ont peut-etre besoin, on rend libf2c facultative si F77=gfortran
-+ self.libs.append(('math', 'f2c', not self.is_F77_is_gfortran))
- self.find_libs(lib=self.libs[-1])
- if self.cfg.get('F90') or self.is_F77_is_gfortran:
- self.libs.append(('math', 'gfortran'))
-@@ -518,6 +518,16 @@
+--- check_compilers.py.orig 2010-02-09 10:04:59.000000000 +0100
++++ check_compilers.py 2010-02-16 19:48:18.000000000 +0100
+@@ -581,6 +581,16 @@
else: # x86_64
intel_arch = 'intel64'
mkl_src_name = 'mklvarsem64t.sh'
diff --git a/french/aster/files/patch-products.py b/french/aster/files/patch-products.py
index 90fef7a217aa..e113812f25ad 100644
--- a/french/aster/files/patch-products.py
+++ b/french/aster/files/patch-products.py
@@ -1,16 +1,16 @@
---- products.py.orig 2009-01-16 15:50:07.000000000 +0100
-+++ products.py 2009-01-19 22:34:19.000000000 +0100
-@@ -934,16 +934,19 @@
- 'HOME_PYTHON', 'PYTHON_EXE', 'PYTHONLIB', 'PYMODULES_PREFIX',
- 'HOME_MUMPS', 'HOME_ZMAT', 'HOME_MPI', 'INCLUDE_MUMPS',
- 'HOME_MED', 'HOME_HDF', 'HOME_CRPCRS',
+--- products.py.orig 2010-02-09 10:04:58.000000000 +0100
++++ products.py 2010-02-17 21:35:50.000000000 +0100
+@@ -900,16 +900,19 @@
+ 'HOME_PYTHON', 'PYTHON_EXE', 'PYTHONLIB',
+ 'HOME_MUMPS', 'HOME_ZMAT', 'HOME_MPI', 'INCLUDE_MUMPS', 'HOME_METIS',
+ 'HOME_MED', 'HOME_HDF', 'HOME_CRPCRS', 'HOME_NUMERIC',
- 'LD', 'CC', 'F77', 'F90', 'CXXLIB', 'OTHERLIB',],
+ 'LD', 'CC', 'F77', 'F90', 'LDFLAGS', 'SYSLIB',
+ 'CFLAGS', 'CFLAGS_DBG',
+ 'FFLAGS', 'FFLAGS_DBG',
+ 'F90FLAGS', 'F90FLAGS_DBG', 'CXXLIB', 'OTHERLIB',],
- reqobj=['file:?HOME_ASTK?/ASTK_SERV/bin/as_run',
- 'file:?HOME_ASTK?/ASTK_SERV/conf/aster_profile.sh'],
+ reqobj=['file:?ASTER_ROOT?/bin/as_run',
+ 'file:?ASTER_ROOT?/etc/codeaster/profile.sh'],
set=['SYSLIB',
'MEDLIB', 'HDFLIB', 'MATHLIB',
'MUMPSLIB', 'ZMATLIB', 'SCOTCHLIB',
@@ -24,7 +24,7 @@
'NOBUILD', ],
)
cfg['ENV_SH'] = cfg.get('ENV_SH', '')
-@@ -978,6 +981,19 @@
+@@ -945,6 +948,19 @@
opt['FFLAGS'] = '-O2'
zmat_platform='Linux'
mpilibs.extend(['mpich'])
@@ -44,11 +44,29 @@
elif cfg['IFDEF'] == 'LINUX64':
opt['SYSLIB'] = '-Wl,--allow-multiple-definition -Wl,--export-dynamic -lieee -ldl -lutil -lm'
opt['LDFLAGS'] = '-v'
-@@ -1059,12 +1075,15 @@
+@@ -1017,11 +1033,12 @@
+ cfg['MEDLIB']=''
+
+ # ----- libs c++ (for MED and ZMAT)
+- if cfg['HOME_MED'] != '' or cfg['HOME_ZMAT'] != '':
+- for lib in cxxlibs:
+- ftools.findlib_and_set(cfg, 'CXXLIB', lib,
+- [cfg['HOME_MED'], cfg['HOME_ZMAT']],
+- err=False, append=True, maxdepth=max(ftools.maxdepth,10))
++ # CXXLIB already set for FreeBSD
++ #if cfg['HOME_MED'] != '' or cfg['HOME_ZMAT'] != '':
++ # for lib in cxxlibs:
++ # ftools.findlib_and_set(cfg, 'CXXLIB', lib,
++ # [cfg['HOME_MED'], cfg['HOME_ZMAT']],
++ # err=False, append=True, maxdepth=max(ftools.maxdepth,10))
+
# ----- MUMPS
if cfg['HOME_MUMPS'] != '':
- cfg['DEFINED'] += ' _HAVE_MUMPS'
-- for lib in ('dmumps', 'zmumps', 'pord', 'mpiseq'):
+@@ -1030,12 +1047,15 @@
+ if not less_than_version(dict_prod['mumps'], '4.8.0'):
+ mumps_lib.extend(['smumps', 'cmumps', 'mumps_common'])
+ mumps_lib.extend(['pord', 'mpiseq'])
+- for lib in mumps_lib:
- ftools.findlib_and_set(cfg, 'MUMPSLIB', lib,
- cfg['HOME_MUMPS'],
- err=False, append=True)
@@ -57,21 +75,12 @@
+ if cfg['MUMPSLIB'] != '':
+ opt['MUMPSLIB'] = cfg['MUMPSLIB']
+ else:
-+ for lib in ('dmumps', 'zmumps', 'pord', 'mpiseq'):
++ for lib in mumps_lib:
+ ftools.findlib_and_set(cfg, 'MUMPSLIB', lib,
+ cfg['HOME_MUMPS'],
+ err=False, append=True)
+ if lib == 'dmumps':
+ ftools.CheckFromLastFound(cfg, 'HOME_MUMPS', 'lib')
+ if cfg['HOME_METIS'] != '':
+ cfg['MUMPSLIB'] += " -L%s/lib -lmetis" % cfg['HOME_METIS']
opt['F90INCLUDE'] += ' -I%s' % os.path.join(cfg['ASTER_ROOT'],cfg['ASTER_VERSION'],'bibf90',cfg['INCLUDE_MUMPS'])
- if cfg['HOME_MPI'] != '':
- cfg['DEFINED'] += ' _USE_MPI_MUMPS'
-@@ -1120,7 +1139,7 @@
- cfg['HOME_SCOTCH'],
- err=True, append=True)
- if lib == 'common':
-- ftools.CheckFromLastFound(cfg, 'HOME_SCOTCH', 'bin')
-+ ftools.CheckFromLastFound(cfg, 'HOME_SCOTCH', 'lib')
- ftools.find_and_set(cfg, 'CINCLUDE', 'scotchf.h',
- 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 13dd37fce504..c7d2b91e8eca 100644
--- a/french/aster/files/patch-setup.cfg
+++ b/french/aster/files/patch-setup.cfg
@@ -1,7 +1,16 @@
---- setup.cfg.orig 2008-12-23 18:01:02.000000000 +0100
-+++ setup.cfg 2009-01-04 17:53:09.000000000 +0100
-@@ -99,7 +99,7 @@
- MAXDEPTH=3 # 0: not recursive (this may be long with a high depth value)
+--- setup.cfg.orig 2010-02-09 10:04:59.000000000 +0100
++++ setup.cfg 2010-02-17 21:24:28.000000000 +0100
+@@ -56,7 +56,7 @@
+ # If a file or library is not found in these directories, you may try
+ # using 'locate' command. Default is not to use locate because it usually
+ # causes failure with inconsistent versions.
+-MAXDEPTH = 5
++MAXDEPTH = 1
+ USE_LOCATE = False
+
+ #-------------------------------------------------------------------------------
+@@ -100,7 +100,7 @@
+ #INCLUDEDIR=['/myprefix/include', ]
# To search for shared libraries first
-PREFER_SHARED_LIBS=False # False/True
@@ -9,7 +18,7 @@
#-------------------------------------------------------------------------------
-@@ -144,9 +144,9 @@
+@@ -140,9 +140,9 @@
#-------------------------------------------------------------------------------
# Interface between Code_Aster and Salome
diff --git a/french/aster/files/patch-setup.py b/french/aster/files/patch-setup.py
index 36d2936826e4..5c86f10a8eb2 100644
--- a/french/aster/files/patch-setup.py
+++ b/french/aster/files/patch-setup.py
@@ -1,6 +1,6 @@
---- setup.py.orig 2008-12-23 18:01:02.000000000 +0100
-+++ setup.py 2009-01-04 17:54:20.000000000 +0100
-@@ -296,6 +296,14 @@
+--- ./setup.py.orig 2010-02-09 10:04:59.000000000 +0100
++++ ./setup.py 2010-02-11 23:32:34.000000000 +0100
+@@ -318,6 +318,14 @@
cfg['ARCH'] = 'x86_64'
else:
cfg['IFDEF'] = 'LINUX'
@@ -15,7 +15,21 @@
elif sys.platform[:4] == 'osf1':
cfg['IFDEF']='TRU64'
elif sys.platform == 'sunos5':
-@@ -509,6 +517,7 @@
+@@ -442,13 +450,6 @@
+ if not type(math_lib) in (list, tuple):
+ math_lib = [math_lib,]
+ sys_lib = []
+- for glob_lib in ('pthread', 'z',):
+- cfg['__tmp__'] = ''
+- del cfg['__tmp__']
+- ftools.findlib_and_set(cfg, '__tmp__', glob_lib, prefshared=True, err=False, silent=False)
+- if cfg.get('__tmp__'):
+- ftools.AddToCache('lib', glob_lib, cfg['__tmp__'])
+- sys_lib.append(glob_lib)
+
+ # 1.4.2. ----- check for compilers
+ cfg_ini = cfg.copy()
+@@ -541,6 +542,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 3036ed826f9e..0d5bc6fb2165 100644
--- a/french/aster/pkg-plist
+++ b/french/aster/pkg-plist
@@ -66,6 +66,9 @@
%%ASTERDIR%%/astest/adlv101e.comm
%%ASTERDIR%%/astest/adlv101e.mail
%%ASTERDIR%%/astest/adlv101e.para
+%%ASTERDIR%%/astest/adlv312a.comm
+%%ASTERDIR%%/astest/adlv312a.mail
+%%ASTERDIR%%/astest/adlv312a.para
%%ASTERDIR%%/astest/ahlv100a.comm
%%ASTERDIR%%/astest/ahlv100a.mail
%%ASTERDIR%%/astest/ahlv100a.para
@@ -117,11 +120,15 @@
%%ASTERDIR%%/astest/ahlv101c.comm
%%ASTERDIR%%/astest/ahlv101c.msup
%%ASTERDIR%%/astest/ahlv101c.para
+%%ASTERDIR%%/astest/ahlv302d.comm
+%%ASTERDIR%%/astest/ahlv302d.msup
+%%ASTERDIR%%/astest/ahlv302d.para
%%ASTERDIR%%/astest/ahlv302e.comm
%%ASTERDIR%%/astest/ahlv302e.msup
%%ASTERDIR%%/astest/ahlv302e.para
-%%ASTERDIR%%/astest/ascou01a.comm
-%%ASTERDIR%%/astest/ascou01a.para
+%%ASTERDIR%%/astest/ahlv302f.comm
+%%ASTERDIR%%/astest/ahlv302f.msup
+%%ASTERDIR%%/astest/ahlv302f.para
%%ASTERDIR%%/astest/comp001a.91
%%ASTERDIR%%/astest/comp001a.92
%%ASTERDIR%%/astest/comp001a.93
@@ -192,6 +199,12 @@
%%ASTERDIR%%/astest/comp002i.92
%%ASTERDIR%%/astest/comp002i.comm
%%ASTERDIR%%/astest/comp002i.para
+%%ASTERDIR%%/astest/comp002j.91
+%%ASTERDIR%%/astest/comp002j.92
+%%ASTERDIR%%/astest/comp002j.93
+%%ASTERDIR%%/astest/comp002j.comm
+%%ASTERDIR%%/astest/comp002j.mail
+%%ASTERDIR%%/astest/comp002j.para
%%ASTERDIR%%/astest/comp005a.comm
%%ASTERDIR%%/astest/comp005a.mmed
%%ASTERDIR%%/astest/comp005a.para
@@ -258,6 +271,17 @@
%%ASTERDIR%%/astest/erreu02a.comm
%%ASTERDIR%%/astest/erreu02a.mail
%%ASTERDIR%%/astest/erreu02a.para
+%%ASTERDIR%%/astest/erreu03a.comm
+%%ASTERDIR%%/astest/erreu03a.datg
+%%ASTERDIR%%/astest/erreu03a.mgib
+%%ASTERDIR%%/astest/erreu03a.para
+%%ASTERDIR%%/astest/erreu04a.comm
+%%ASTERDIR%%/astest/erreu04a.mail
+%%ASTERDIR%%/astest/erreu04a.para
+%%ASTERDIR%%/astest/erreu05a.com1
+%%ASTERDIR%%/astest/erreu05a.comm
+%%ASTERDIR%%/astest/erreu05a.mmed
+%%ASTERDIR%%/astest/erreu05a.para
%%ASTERDIR%%/astest/fdlv100a.comm
%%ASTERDIR%%/astest/fdlv100a.mail
%%ASTERDIR%%/astest/fdlv100a.msup
@@ -480,6 +504,19 @@
%%ASTERDIR%%/astest/hpla101b.comm
%%ASTERDIR%%/astest/hpla101b.mail
%%ASTERDIR%%/astest/hpla101b.para
+%%ASTERDIR%%/astest/hpla310a.comm
+%%ASTERDIR%%/astest/hpla310a.datg
+%%ASTERDIR%%/astest/hpla310a.mgib
+%%ASTERDIR%%/astest/hpla310a.para
+%%ASTERDIR%%/astest/hpla311a.comm
+%%ASTERDIR%%/astest/hpla311a.datg
+%%ASTERDIR%%/astest/hpla311a.mgib
+%%ASTERDIR%%/astest/hpla311a.para
+%%ASTERDIR%%/astest/hpla311b.comm
+%%ASTERDIR%%/astest/hpla311b.datg
+%%ASTERDIR%%/astest/hpla311b.mail
+%%ASTERDIR%%/astest/hpla311b.mgib
+%%ASTERDIR%%/astest/hpla311b.para
%%ASTERDIR%%/astest/hplp100a.comm
%%ASTERDIR%%/astest/hplp100a.mail
%%ASTERDIR%%/astest/hplp100a.para
@@ -493,6 +530,41 @@
%%ASTERDIR%%/astest/hplp101b.comm
%%ASTERDIR%%/astest/hplp101b.mail
%%ASTERDIR%%/astest/hplp101b.para
+%%ASTERDIR%%/astest/hplp300a.comm
+%%ASTERDIR%%/astest/hplp300a.mail
+%%ASTERDIR%%/astest/hplp300a.para
+%%ASTERDIR%%/astest/hplp310a.comm
+%%ASTERDIR%%/astest/hplp310a.datg
+%%ASTERDIR%%/astest/hplp310a.mgib
+%%ASTERDIR%%/astest/hplp310a.para
+%%ASTERDIR%%/astest/hplp310b.comm
+%%ASTERDIR%%/astest/hplp310b.datg
+%%ASTERDIR%%/astest/hplp310b.mgib
+%%ASTERDIR%%/astest/hplp310b.para
+%%ASTERDIR%%/astest/hplp311a.comm
+%%ASTERDIR%%/astest/hplp311a.datg
+%%ASTERDIR%%/astest/hplp311a.mgib
+%%ASTERDIR%%/astest/hplp311a.para
+%%ASTERDIR%%/astest/hplp311b.comm
+%%ASTERDIR%%/astest/hplp311b.datg
+%%ASTERDIR%%/astest/hplp311b.mgib
+%%ASTERDIR%%/astest/hplp311b.para
+%%ASTERDIR%%/astest/hplp311c.comm
+%%ASTERDIR%%/astest/hplp311c.datg
+%%ASTERDIR%%/astest/hplp311c.mgib
+%%ASTERDIR%%/astest/hplp311c.para
+%%ASTERDIR%%/astest/hplp311d.comm
+%%ASTERDIR%%/astest/hplp311d.datg
+%%ASTERDIR%%/astest/hplp311d.mgib
+%%ASTERDIR%%/astest/hplp311d.para
+%%ASTERDIR%%/astest/hplp311e.comm
+%%ASTERDIR%%/astest/hplp311e.datg
+%%ASTERDIR%%/astest/hplp311e.mgib
+%%ASTERDIR%%/astest/hplp311e.para
+%%ASTERDIR%%/astest/hplp311f.comm
+%%ASTERDIR%%/astest/hplp311f.datg
+%%ASTERDIR%%/astest/hplp311f.mgib
+%%ASTERDIR%%/astest/hplp311f.para
%%ASTERDIR%%/astest/hplp311g.comm
%%ASTERDIR%%/astest/hplp311g.datg
%%ASTERDIR%%/astest/hplp311g.mgib
@@ -510,6 +582,9 @@
%%ASTERDIR%%/astest/hplv102a.comm
%%ASTERDIR%%/astest/hplv102a.mail
%%ASTERDIR%%/astest/hplv102a.para
+%%ASTERDIR%%/astest/hsla303a.comm
+%%ASTERDIR%%/astest/hsla303a.mail
+%%ASTERDIR%%/astest/hsla303a.para
%%ASTERDIR%%/astest/hsls01a.comm
%%ASTERDIR%%/astest/hsls01a.mail
%%ASTERDIR%%/astest/hsls01a.mgib
@@ -701,23 +776,14 @@
%%ASTERDIR%%/astest/hsnv135a.mmed
%%ASTERDIR%%/astest/hsnv135a.para
%%ASTERDIR%%/astest/liste_ct.long
-%%ASTERDIR%%/astest/liste_ct.long_OLD
%%ASTERDIR%%/astest/liste_ct.miss
-%%ASTERDIR%%/astest/liste_ct.miss_OLD
%%ASTERDIR%%/astest/liste_ct.mpro
-%%ASTERDIR%%/astest/liste_ct.mpro_OLD
%%ASTERDIR%%/astest/liste_ct.perf
%%ASTERDIR%%/astest/liste_ct.perfW
-%%ASTERDIR%%/astest/liste_ct.perfW_OLD
-%%ASTERDIR%%/astest/liste_ct.perf_OLD
%%ASTERDIR%%/astest/liste_ct.rest
-%%ASTERDIR%%/astest/liste_ct.rest_OLD
%%ASTERDIR%%/astest/liste_ct.tout
-%%ASTERDIR%%/astest/liste_ct.tout_OLD
%%ASTERDIR%%/astest/liste_ct.vali
-%%ASTERDIR%%/astest/liste_ct.vali_OLD
%%ASTERDIR%%/astest/liste_ct.zmat
-%%ASTERDIR%%/astest/liste_ct.zmat_OLD
%%ASTERDIR%%/astest/liste_internet
%%ASTERDIR%%/astest/mtlp100a.comm
%%ASTERDIR%%/astest/mtlp100a.mail
@@ -802,6 +868,7 @@
%%ASTERDIR%%/astest/sdld02e.comm
%%ASTERDIR%%/astest/sdld02e.mail
%%ASTERDIR%%/astest/sdld02e.para
+%%ASTERDIR%%/astest/sdld02f.com1
%%ASTERDIR%%/astest/sdld02f.comm
%%ASTERDIR%%/astest/sdld02f.mail
%%ASTERDIR%%/astest/sdld02f.para
@@ -910,6 +977,33 @@
%%ASTERDIR%%/astest/sdld320a.comm
%%ASTERDIR%%/astest/sdld320a.mail
%%ASTERDIR%%/astest/sdld320a.para
+%%ASTERDIR%%/astest/sdld321a.comm
+%%ASTERDIR%%/astest/sdld321a.mail
+%%ASTERDIR%%/astest/sdld321a.para
+%%ASTERDIR%%/astest/sdld321b.comm
+%%ASTERDIR%%/astest/sdld321b.mail
+%%ASTERDIR%%/astest/sdld321b.para
+%%ASTERDIR%%/astest/sdld321c.comm
+%%ASTERDIR%%/astest/sdld321c.mail
+%%ASTERDIR%%/astest/sdld321c.para
+%%ASTERDIR%%/astest/sdld325a.comm
+%%ASTERDIR%%/astest/sdld325a.mail
+%%ASTERDIR%%/astest/sdld325a.para
+%%ASTERDIR%%/astest/sdld325b.comm
+%%ASTERDIR%%/astest/sdld325b.mail
+%%ASTERDIR%%/astest/sdld325b.para
+%%ASTERDIR%%/astest/sdld33a.comm
+%%ASTERDIR%%/astest/sdld33a.mail
+%%ASTERDIR%%/astest/sdld33a.para
+%%ASTERDIR%%/astest/sdld34a.comm
+%%ASTERDIR%%/astest/sdld34a.mail
+%%ASTERDIR%%/astest/sdld34a.para
+%%ASTERDIR%%/astest/sdld400a.comm
+%%ASTERDIR%%/astest/sdld400a.mail
+%%ASTERDIR%%/astest/sdld400a.para
+%%ASTERDIR%%/astest/sdld400b.comm
+%%ASTERDIR%%/astest/sdld400b.mail
+%%ASTERDIR%%/astest/sdld400b.para
%%ASTERDIR%%/astest/sdll01a.comm
%%ASTERDIR%%/astest/sdll01a.mail
%%ASTERDIR%%/astest/sdll01a.para
@@ -995,11 +1089,6 @@
%%ASTERDIR%%/astest/sdll114a.comm
%%ASTERDIR%%/astest/sdll114a.mail
%%ASTERDIR%%/astest/sdll114a.para
-%%ASTERDIR%%/astest/sdll117a.70
-%%ASTERDIR%%/astest/sdll117a.71
-%%ASTERDIR%%/astest/sdll117a.comm
-%%ASTERDIR%%/astest/sdll117a.mail
-%%ASTERDIR%%/astest/sdll117a.para
%%ASTERDIR%%/astest/sdll118a.comm
%%ASTERDIR%%/astest/sdll118a.mail
%%ASTERDIR%%/astest/sdll118a.para
@@ -1012,9 +1101,30 @@
%%ASTERDIR%%/astest/sdll119b.comm
%%ASTERDIR%%/astest/sdll119b.mail
%%ASTERDIR%%/astest/sdll119b.para
+%%ASTERDIR%%/astest/sdll11a.comm
+%%ASTERDIR%%/astest/sdll11a.mail
+%%ASTERDIR%%/astest/sdll11a.para
+%%ASTERDIR%%/astest/sdll11b.comm
+%%ASTERDIR%%/astest/sdll11b.mail
+%%ASTERDIR%%/astest/sdll11b.para
+%%ASTERDIR%%/astest/sdll11c.comm
+%%ASTERDIR%%/astest/sdll11c.mail
+%%ASTERDIR%%/astest/sdll11c.para
+%%ASTERDIR%%/astest/sdll11d.comm
+%%ASTERDIR%%/astest/sdll11d.mail
+%%ASTERDIR%%/astest/sdll11d.para
%%ASTERDIR%%/astest/sdll11e.comm
%%ASTERDIR%%/astest/sdll11e.mail
%%ASTERDIR%%/astest/sdll11e.para
+%%ASTERDIR%%/astest/sdll11f.comm
+%%ASTERDIR%%/astest/sdll11f.mail
+%%ASTERDIR%%/astest/sdll11f.para
+%%ASTERDIR%%/astest/sdll11g.comm
+%%ASTERDIR%%/astest/sdll11g.mail
+%%ASTERDIR%%/astest/sdll11g.para
+%%ASTERDIR%%/astest/sdll11i.comm
+%%ASTERDIR%%/astest/sdll11i.mail
+%%ASTERDIR%%/astest/sdll11i.para
%%ASTERDIR%%/astest/sdll122a.18
%%ASTERDIR%%/astest/sdll122a.24
%%ASTERDIR%%/astest/sdll122a.comm
@@ -1028,9 +1138,25 @@
%%ASTERDIR%%/astest/sdll123b.comm
%%ASTERDIR%%/astest/sdll123b.mail
%%ASTERDIR%%/astest/sdll123b.para
+%%ASTERDIR%%/astest/sdll123c.com1
%%ASTERDIR%%/astest/sdll123c.comm
%%ASTERDIR%%/astest/sdll123c.mail
%%ASTERDIR%%/astest/sdll123c.para
+%%ASTERDIR%%/astest/sdll124a.comm
+%%ASTERDIR%%/astest/sdll124a.mail
+%%ASTERDIR%%/astest/sdll124a.para
+%%ASTERDIR%%/astest/sdll125a.comm
+%%ASTERDIR%%/astest/sdll125a.mail
+%%ASTERDIR%%/astest/sdll125a.para
+%%ASTERDIR%%/astest/sdll126a.comm
+%%ASTERDIR%%/astest/sdll126a.mail
+%%ASTERDIR%%/astest/sdll126a.para
+%%ASTERDIR%%/astest/sdll126b.comm
+%%ASTERDIR%%/astest/sdll126b.mail
+%%ASTERDIR%%/astest/sdll126b.para
+%%ASTERDIR%%/astest/sdll126c.comm
+%%ASTERDIR%%/astest/sdll126c.mail
+%%ASTERDIR%%/astest/sdll126c.para
%%ASTERDIR%%/astest/sdll130a.19
%%ASTERDIR%%/astest/sdll130a.92
%%ASTERDIR%%/astest/sdll130a.comm
@@ -1053,17 +1179,6 @@
%%ASTERDIR%%/astest/sdll132b.comm
%%ASTERDIR%%/astest/sdll132b.mail
%%ASTERDIR%%/astest/sdll132b.para
-%%ASTERDIR%%/astest/sdll134a.51
-%%ASTERDIR%%/astest/sdll134a.70
-%%ASTERDIR%%/astest/sdll134a.71
-%%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
@@ -1118,6 +1233,15 @@
%%ASTERDIR%%/astest/sdll141d.comm
%%ASTERDIR%%/astest/sdll141d.mail
%%ASTERDIR%%/astest/sdll141d.para
+%%ASTERDIR%%/astest/sdll141e.comm
+%%ASTERDIR%%/astest/sdll141e.mail
+%%ASTERDIR%%/astest/sdll141e.para
+%%ASTERDIR%%/astest/sdll14a.comm
+%%ASTERDIR%%/astest/sdll14a.mail
+%%ASTERDIR%%/astest/sdll14a.para
+%%ASTERDIR%%/astest/sdll14b.comm
+%%ASTERDIR%%/astest/sdll14b.mail
+%%ASTERDIR%%/astest/sdll14b.para
%%ASTERDIR%%/astest/sdll14c.comm
%%ASTERDIR%%/astest/sdll14c.mail
%%ASTERDIR%%/astest/sdll14c.para
@@ -1139,6 +1263,12 @@
%%ASTERDIR%%/astest/sdll302b.comm
%%ASTERDIR%%/astest/sdll302b.mail
%%ASTERDIR%%/astest/sdll302b.para
+%%ASTERDIR%%/astest/sdll311a.comm
+%%ASTERDIR%%/astest/sdll311a.mail
+%%ASTERDIR%%/astest/sdll311a.para
+%%ASTERDIR%%/astest/sdll311b.comm
+%%ASTERDIR%%/astest/sdll311b.mail
+%%ASTERDIR%%/astest/sdll311b.para
%%ASTERDIR%%/astest/sdll400a.comm
%%ASTERDIR%%/astest/sdll400a.mail
%%ASTERDIR%%/astest/sdll400a.para
@@ -1305,10 +1435,21 @@
%%ASTERDIR%%/astest/sdls119a.comm
%%ASTERDIR%%/astest/sdls119a.mail
%%ASTERDIR%%/astest/sdls119a.para
+%%ASTERDIR%%/astest/sdls120a.comm
+%%ASTERDIR%%/astest/sdls120a.datg
+%%ASTERDIR%%/astest/sdls120a.mgib
+%%ASTERDIR%%/astest/sdls120a.para
+%%ASTERDIR%%/astest/sdls120b.comm
+%%ASTERDIR%%/astest/sdls120b.datg
+%%ASTERDIR%%/astest/sdls120b.mgib
+%%ASTERDIR%%/astest/sdls120b.para
%%ASTERDIR%%/astest/sdls139a.30
%%ASTERDIR%%/astest/sdls139a.comm
%%ASTERDIR%%/astest/sdls139a.mail
%%ASTERDIR%%/astest/sdls139a.para
+%%ASTERDIR%%/astest/sdls300a.comm
+%%ASTERDIR%%/astest/sdls300a.mail
+%%ASTERDIR%%/astest/sdls300a.para
%%ASTERDIR%%/astest/sdls501a.comm
%%ASTERDIR%%/astest/sdls501a.mail
%%ASTERDIR%%/astest/sdls501a.msup
@@ -1317,10 +1458,66 @@
%%ASTERDIR%%/astest/sdls501b.mail
%%ASTERDIR%%/astest/sdls501b.msup
%%ASTERDIR%%/astest/sdls501b.para
+%%ASTERDIR%%/astest/sdls502a.comm
+%%ASTERDIR%%/astest/sdls502a.datg
+%%ASTERDIR%%/astest/sdls502a.mail
+%%ASTERDIR%%/astest/sdls502a.mgib
+%%ASTERDIR%%/astest/sdls502a.para
+%%ASTERDIR%%/astest/sdls502b.comm
+%%ASTERDIR%%/astest/sdls502b.datg
+%%ASTERDIR%%/astest/sdls502b.mail
+%%ASTERDIR%%/astest/sdls502b.mgib
+%%ASTERDIR%%/astest/sdls502b.para
+%%ASTERDIR%%/astest/sdls502c.comm
+%%ASTERDIR%%/astest/sdls502c.datg
+%%ASTERDIR%%/astest/sdls502c.mgib
+%%ASTERDIR%%/astest/sdls502c.para
+%%ASTERDIR%%/astest/sdls502d.comm
+%%ASTERDIR%%/astest/sdls502d.datg
+%%ASTERDIR%%/astest/sdls502d.mgib
+%%ASTERDIR%%/astest/sdls502d.para
+%%ASTERDIR%%/astest/sdls502e.comm
+%%ASTERDIR%%/astest/sdls502e.datg
+%%ASTERDIR%%/astest/sdls502e.mgib
+%%ASTERDIR%%/astest/sdls502e.para
+%%ASTERDIR%%/astest/sdls502f.comm
+%%ASTERDIR%%/astest/sdls502f.datg
+%%ASTERDIR%%/astest/sdls502f.mgib
+%%ASTERDIR%%/astest/sdls502f.para
+%%ASTERDIR%%/astest/sdls502g.comm
+%%ASTERDIR%%/astest/sdls502g.datg
+%%ASTERDIR%%/astest/sdls502g.mgib
+%%ASTERDIR%%/astest/sdls502g.para
+%%ASTERDIR%%/astest/sdls503a.comm
+%%ASTERDIR%%/astest/sdls503a.mail
+%%ASTERDIR%%/astest/sdls503a.para
+%%ASTERDIR%%/astest/sdls503b.comm
+%%ASTERDIR%%/astest/sdls503b.mail
+%%ASTERDIR%%/astest/sdls503b.para
+%%ASTERDIR%%/astest/sdls503c.comm
+%%ASTERDIR%%/astest/sdls503c.mail
+%%ASTERDIR%%/astest/sdls503c.msup
+%%ASTERDIR%%/astest/sdls503c.para
+%%ASTERDIR%%/astest/sdls503d.comm
+%%ASTERDIR%%/astest/sdls503d.mail
+%%ASTERDIR%%/astest/sdls503d.msup
+%%ASTERDIR%%/astest/sdls503d.para
+%%ASTERDIR%%/astest/sdls504a.comm
+%%ASTERDIR%%/astest/sdls504a.mail
+%%ASTERDIR%%/astest/sdls504a.msup
+%%ASTERDIR%%/astest/sdls504a.para
+%%ASTERDIR%%/astest/sdls504b.comm
+%%ASTERDIR%%/astest/sdls504b.mail
+%%ASTERDIR%%/astest/sdls504b.msup
+%%ASTERDIR%%/astest/sdls504b.para
%%ASTERDIR%%/astest/sdls505a.comm
%%ASTERDIR%%/astest/sdls505a.mail
%%ASTERDIR%%/astest/sdls505a.msup
%%ASTERDIR%%/astest/sdls505a.para
+%%ASTERDIR%%/astest/sdls505b.comm
+%%ASTERDIR%%/astest/sdls505b.mail
+%%ASTERDIR%%/astest/sdls505b.msup
+%%ASTERDIR%%/astest/sdls505b.para
%%ASTERDIR%%/astest/sdlv100a.comm
%%ASTERDIR%%/astest/sdlv100a.mail
%%ASTERDIR%%/astest/sdlv100a.para
@@ -1337,6 +1534,10 @@
%%ASTERDIR%%/astest/sdlv120a.comm
%%ASTERDIR%%/astest/sdlv120a.mail
%%ASTERDIR%%/astest/sdlv120a.para
+%%ASTERDIR%%/astest/sdlv120b.11
+%%ASTERDIR%%/astest/sdlv120b.comm
+%%ASTERDIR%%/astest/sdlv120b.mail
+%%ASTERDIR%%/astest/sdlv120b.para
%%ASTERDIR%%/astest/sdlv121a.11
%%ASTERDIR%%/astest/sdlv121a.comm
%%ASTERDIR%%/astest/sdlv121a.mail
@@ -1368,6 +1569,38 @@
%%ASTERDIR%%/astest/sdlv124a.comm
%%ASTERDIR%%/astest/sdlv124a.mail
%%ASTERDIR%%/astest/sdlv124a.para
+%%ASTERDIR%%/astest/sdlv129a.com1
+%%ASTERDIR%%/astest/sdlv129a.comm
+%%ASTERDIR%%/astest/sdlv129a.mail
+%%ASTERDIR%%/astest/sdlv129a.para
+%%ASTERDIR%%/astest/sdlv130b.comm
+%%ASTERDIR%%/astest/sdlv130b.datg
+%%ASTERDIR%%/astest/sdlv130b.mgib
+%%ASTERDIR%%/astest/sdlv130b.para
+%%ASTERDIR%%/astest/sdlv301a.comm
+%%ASTERDIR%%/astest/sdlv301a.mail
+%%ASTERDIR%%/astest/sdlv301a.para
+%%ASTERDIR%%/astest/sdlv301b.comm
+%%ASTERDIR%%/astest/sdlv301b.mail
+%%ASTERDIR%%/astest/sdlv301b.para
+%%ASTERDIR%%/astest/sdlv302a.comm
+%%ASTERDIR%%/astest/sdlv302a.mail
+%%ASTERDIR%%/astest/sdlv302a.para
+%%ASTERDIR%%/astest/sdlv302b.comm
+%%ASTERDIR%%/astest/sdlv302b.mail
+%%ASTERDIR%%/astest/sdlv302b.para
+%%ASTERDIR%%/astest/sdlv302c.comm
+%%ASTERDIR%%/astest/sdlv302c.mail
+%%ASTERDIR%%/astest/sdlv302c.para
+%%ASTERDIR%%/astest/sdlv302d.comm
+%%ASTERDIR%%/astest/sdlv302d.mail
+%%ASTERDIR%%/astest/sdlv302d.para
+%%ASTERDIR%%/astest/sdlv401a.comm
+%%ASTERDIR%%/astest/sdlv401a.mail
+%%ASTERDIR%%/astest/sdlv401a.para
+%%ASTERDIR%%/astest/sdlv401b.comm
+%%ASTERDIR%%/astest/sdlv401b.mail
+%%ASTERDIR%%/astest/sdlv401b.para
%%ASTERDIR%%/astest/sdlv402a.20
%%ASTERDIR%%/astest/sdlv402a.21
%%ASTERDIR%%/astest/sdlv402a.comm
@@ -1613,9 +1846,18 @@
%%ASTERDIR%%/astest/sdlx300a.comm
%%ASTERDIR%%/astest/sdlx300a.mail
%%ASTERDIR%%/astest/sdlx300a.para
+%%ASTERDIR%%/astest/sdlx301a.comm
+%%ASTERDIR%%/astest/sdlx301a.mail
+%%ASTERDIR%%/astest/sdlx301a.para
%%ASTERDIR%%/astest/sdlx302a.comm
%%ASTERDIR%%/astest/sdlx302a.mail
%%ASTERDIR%%/astest/sdlx302a.para
+%%ASTERDIR%%/astest/sdlx400a.comm
+%%ASTERDIR%%/astest/sdlx400a.mail
+%%ASTERDIR%%/astest/sdlx400a.para
+%%ASTERDIR%%/astest/sdlx400b.comm
+%%ASTERDIR%%/astest/sdlx400b.mail
+%%ASTERDIR%%/astest/sdlx400b.para
%%ASTERDIR%%/astest/sdlx400c.comm
%%ASTERDIR%%/astest/sdlx400c.mail
%%ASTERDIR%%/astest/sdlx400c.para
@@ -1668,6 +1910,13 @@
%%ASTERDIR%%/astest/sdnd120a.comm
%%ASTERDIR%%/astest/sdnd120a.mail
%%ASTERDIR%%/astest/sdnd120a.para
+%%ASTERDIR%%/astest/sdnd121a.60
+%%ASTERDIR%%/astest/sdnd121a.61
+%%ASTERDIR%%/astest/sdnd121a.62
+%%ASTERDIR%%/astest/sdnd121a.com1
+%%ASTERDIR%%/astest/sdnd121a.comm
+%%ASTERDIR%%/astest/sdnd121a.mail
+%%ASTERDIR%%/astest/sdnd121a.para
%%ASTERDIR%%/astest/sdnl100a.comm
%%ASTERDIR%%/astest/sdnl100a.mail
%%ASTERDIR%%/astest/sdnl100a.para
@@ -1745,12 +1994,6 @@
%%ASTERDIR%%/astest/sdns106a.datg
%%ASTERDIR%%/astest/sdns106a.mgib
%%ASTERDIR%%/astest/sdns106a.para
-%%ASTERDIR%%/astest/sdns106b.comm
-%%ASTERDIR%%/astest/sdns106b.mmed
-%%ASTERDIR%%/astest/sdns106b.para
-%%ASTERDIR%%/astest/sdns106c.comm
-%%ASTERDIR%%/astest/sdns106c.mmed
-%%ASTERDIR%%/astest/sdns106c.para
%%ASTERDIR%%/astest/sdns106d.comm
%%ASTERDIR%%/astest/sdns106d.datg
%%ASTERDIR%%/astest/sdns106d.mail
@@ -1760,6 +2003,16 @@
%%ASTERDIR%%/astest/sdns106e.datg
%%ASTERDIR%%/astest/sdns106e.mgib
%%ASTERDIR%%/astest/sdns106e.para
+%%ASTERDIR%%/astest/sdns106f.comm
+%%ASTERDIR%%/astest/sdns106f.datg
+%%ASTERDIR%%/astest/sdns106f.mgib
+%%ASTERDIR%%/astest/sdns106f.para
+%%ASTERDIR%%/astest/sdns107a.comm
+%%ASTERDIR%%/astest/sdns107a.mmed
+%%ASTERDIR%%/astest/sdns107a.para
+%%ASTERDIR%%/astest/sdns107b.comm
+%%ASTERDIR%%/astest/sdns107b.mmed
+%%ASTERDIR%%/astest/sdns107b.para
%%ASTERDIR%%/astest/sdnv100a.comm
%%ASTERDIR%%/astest/sdnv100a.datg
%%ASTERDIR%%/astest/sdnv100a.mail
@@ -2141,6 +2394,26 @@
%%ASTERDIR%%/astest/ssla200b.comm
%%ASTERDIR%%/astest/ssla200b.mail
%%ASTERDIR%%/astest/ssla200b.para
+%%ASTERDIR%%/astest/ssla310a.comm
+%%ASTERDIR%%/astest/ssla310a.datg
+%%ASTERDIR%%/astest/ssla310a.mgib
+%%ASTERDIR%%/astest/ssla310a.para
+%%ASTERDIR%%/astest/ssla311a.comm
+%%ASTERDIR%%/astest/ssla311a.datg
+%%ASTERDIR%%/astest/ssla311a.mgib
+%%ASTERDIR%%/astest/ssla311a.para
+%%ASTERDIR%%/astest/ssla311b.comm
+%%ASTERDIR%%/astest/ssla311b.datg
+%%ASTERDIR%%/astest/ssla311b.mgib
+%%ASTERDIR%%/astest/ssla311b.para
+%%ASTERDIR%%/astest/ssla311c.comm
+%%ASTERDIR%%/astest/ssla311c.datg
+%%ASTERDIR%%/astest/ssla311c.mgib
+%%ASTERDIR%%/astest/ssla311c.para
+%%ASTERDIR%%/astest/ssla311d.comm
+%%ASTERDIR%%/astest/ssla311d.datg
+%%ASTERDIR%%/astest/ssla311d.mgib
+%%ASTERDIR%%/astest/ssla311d.para
%%ASTERDIR%%/astest/ssll100a.comm
%%ASTERDIR%%/astest/ssll100a.mail
%%ASTERDIR%%/astest/ssll100a.para
@@ -2403,20 +2676,11 @@
%%ASTERDIR%%/astest/sslp103a.comm
%%ASTERDIR%%/astest/sslp103a.mail
%%ASTERDIR%%/astest/sslp103a.para
-%%ASTERDIR%%/astest/sslp104a.19
-%%ASTERDIR%%/astest/sslp104a.22
-%%ASTERDIR%%/astest/sslp104a.comm
-%%ASTERDIR%%/astest/sslp104a.datg
-%%ASTERDIR%%/astest/sslp104a.para
%%ASTERDIR%%/astest/sslp104b.21
%%ASTERDIR%%/astest/sslp104b.22
%%ASTERDIR%%/astest/sslp104b.comm
%%ASTERDIR%%/astest/sslp104b.datg
%%ASTERDIR%%/astest/sslp104b.para
-%%ASTERDIR%%/astest/sslp104c.comm
-%%ASTERDIR%%/astest/sslp104c.geo
-%%ASTERDIR%%/astest/sslp104c.msh
-%%ASTERDIR%%/astest/sslp104c.para
%%ASTERDIR%%/astest/sslp104d.19
%%ASTERDIR%%/astest/sslp104d.22
%%ASTERDIR%%/astest/sslp104d.comm
@@ -2443,6 +2707,9 @@
%%ASTERDIR%%/astest/sslp108b.datg
%%ASTERDIR%%/astest/sslp108b.mgib
%%ASTERDIR%%/astest/sslp108b.para
+%%ASTERDIR%%/astest/sslp108c.20
+%%ASTERDIR%%/astest/sslp108c.comm
+%%ASTERDIR%%/astest/sslp108c.para
%%ASTERDIR%%/astest/sslp200a.comm
%%ASTERDIR%%/astest/sslp200a.mail
%%ASTERDIR%%/astest/sslp200a.para
@@ -2458,15 +2725,50 @@
%%ASTERDIR%%/astest/sslp300a.comm
%%ASTERDIR%%/astest/sslp300a.mail
%%ASTERDIR%%/astest/sslp300a.para
+%%ASTERDIR%%/astest/sslp301a.comm
+%%ASTERDIR%%/astest/sslp301a.mail
+%%ASTERDIR%%/astest/sslp301a.para
+%%ASTERDIR%%/astest/sslp301b.comm
+%%ASTERDIR%%/astest/sslp301b.mail
+%%ASTERDIR%%/astest/sslp301b.para
+%%ASTERDIR%%/astest/sslp303a.comm
+%%ASTERDIR%%/astest/sslp303a.mail
+%%ASTERDIR%%/astest/sslp303a.para
%%ASTERDIR%%/astest/sslp304a.comm
%%ASTERDIR%%/astest/sslp304a.mail
%%ASTERDIR%%/astest/sslp304a.para
%%ASTERDIR%%/astest/sslp304b.comm
%%ASTERDIR%%/astest/sslp304b.mail
%%ASTERDIR%%/astest/sslp304b.para
+%%ASTERDIR%%/astest/sslp304c.comm
+%%ASTERDIR%%/astest/sslp304c.mail
+%%ASTERDIR%%/astest/sslp304c.para
+%%ASTERDIR%%/astest/sslp304d.comm
+%%ASTERDIR%%/astest/sslp304d.mail
+%%ASTERDIR%%/astest/sslp304d.para
%%ASTERDIR%%/astest/sslp305a.comm
%%ASTERDIR%%/astest/sslp305a.mail
%%ASTERDIR%%/astest/sslp305a.para
+%%ASTERDIR%%/astest/sslp310a.comm
+%%ASTERDIR%%/astest/sslp310a.datg
+%%ASTERDIR%%/astest/sslp310a.mgib
+%%ASTERDIR%%/astest/sslp310a.para
+%%ASTERDIR%%/astest/sslp311a.comm
+%%ASTERDIR%%/astest/sslp311a.datg
+%%ASTERDIR%%/astest/sslp311a.mgib
+%%ASTERDIR%%/astest/sslp311a.para
+%%ASTERDIR%%/astest/sslp311b.comm
+%%ASTERDIR%%/astest/sslp311b.datg
+%%ASTERDIR%%/astest/sslp311b.mgib
+%%ASTERDIR%%/astest/sslp311b.para
+%%ASTERDIR%%/astest/sslp311c.comm
+%%ASTERDIR%%/astest/sslp311c.datg
+%%ASTERDIR%%/astest/sslp311c.mgib
+%%ASTERDIR%%/astest/sslp311c.para
+%%ASTERDIR%%/astest/sslp311d.comm
+%%ASTERDIR%%/astest/sslp311d.datg
+%%ASTERDIR%%/astest/sslp311d.mgib
+%%ASTERDIR%%/astest/sslp311d.para
%%ASTERDIR%%/astest/sslp313a.comm
%%ASTERDIR%%/astest/sslp313a.datg
%%ASTERDIR%%/astest/sslp313a.mgib
@@ -2484,10 +2786,33 @@
%%ASTERDIR%%/astest/sslp313e.datg
%%ASTERDIR%%/astest/sslp313e.mgib
%%ASTERDIR%%/astest/sslp313e.para
+%%ASTERDIR%%/astest/sslp313f.20
+%%ASTERDIR%%/astest/sslp313f.comm
+%%ASTERDIR%%/astest/sslp313f.para
+%%ASTERDIR%%/astest/sslp314a.comm
+%%ASTERDIR%%/astest/sslp314a.datg
+%%ASTERDIR%%/astest/sslp314a.mgib
+%%ASTERDIR%%/astest/sslp314a.para
+%%ASTERDIR%%/astest/sslp314b.comm
+%%ASTERDIR%%/astest/sslp314b.datg
+%%ASTERDIR%%/astest/sslp314b.mgib
+%%ASTERDIR%%/astest/sslp314b.para
%%ASTERDIR%%/astest/sslp314c.comm
%%ASTERDIR%%/astest/sslp314c.datg
%%ASTERDIR%%/astest/sslp314c.mgib
%%ASTERDIR%%/astest/sslp314c.para
+%%ASTERDIR%%/astest/sslp314d.comm
+%%ASTERDIR%%/astest/sslp314d.datg
+%%ASTERDIR%%/astest/sslp314d.mgib
+%%ASTERDIR%%/astest/sslp314d.para
+%%ASTERDIR%%/astest/sslp314e.comm
+%%ASTERDIR%%/astest/sslp314e.datg
+%%ASTERDIR%%/astest/sslp314e.mgib
+%%ASTERDIR%%/astest/sslp314e.para
+%%ASTERDIR%%/astest/sslp314f.comm
+%%ASTERDIR%%/astest/sslp314f.datg
+%%ASTERDIR%%/astest/sslp314f.mgib
+%%ASTERDIR%%/astest/sslp314f.para
%%ASTERDIR%%/astest/sslp315a.comm
%%ASTERDIR%%/astest/sslp315a.geo
%%ASTERDIR%%/astest/sslp315a.msh
@@ -2495,6 +2820,17 @@
%%ASTERDIR%%/astest/sslp315b.comm
%%ASTERDIR%%/astest/sslp315b.msh
%%ASTERDIR%%/astest/sslp315b.para
+%%ASTERDIR%%/astest/sslp315c.41
+%%ASTERDIR%%/astest/sslp315c.comm
+%%ASTERDIR%%/astest/sslp315c.mmed
+%%ASTERDIR%%/astest/sslp315c.para
+%%ASTERDIR%%/astest/sslp315d.comm
+%%ASTERDIR%%/astest/sslp315d.mmed
+%%ASTERDIR%%/astest/sslp315d.para
+%%ASTERDIR%%/astest/sslp315e.41
+%%ASTERDIR%%/astest/sslp315e.comm
+%%ASTERDIR%%/astest/sslp315e.mmed
+%%ASTERDIR%%/astest/sslp315e.para
%%ASTERDIR%%/astest/sslp316a.comm
%%ASTERDIR%%/astest/sslp316a.datg
%%ASTERDIR%%/astest/sslp316a.mgib
@@ -2503,6 +2839,58 @@
%%ASTERDIR%%/astest/sslp316b.datg
%%ASTERDIR%%/astest/sslp316b.mgib
%%ASTERDIR%%/astest/sslp316b.para
+%%ASTERDIR%%/astest/sslp317a.comm
+%%ASTERDIR%%/astest/sslp317a.datg
+%%ASTERDIR%%/astest/sslp317a.mgib
+%%ASTERDIR%%/astest/sslp317a.para
+%%ASTERDIR%%/astest/sslp318a.comm
+%%ASTERDIR%%/astest/sslp318a.mmed
+%%ASTERDIR%%/astest/sslp318a.para
+%%ASTERDIR%%/astest/sslp318b.comm
+%%ASTERDIR%%/astest/sslp318b.mmed
+%%ASTERDIR%%/astest/sslp318b.para
+%%ASTERDIR%%/astest/sslp319a.comm
+%%ASTERDIR%%/astest/sslp319a.mmed
+%%ASTERDIR%%/astest/sslp319a.para
+%%ASTERDIR%%/astest/sslp319b.comm
+%%ASTERDIR%%/astest/sslp319b.mmed
+%%ASTERDIR%%/astest/sslp319b.para
+%%ASTERDIR%%/astest/sslp320a.comm
+%%ASTERDIR%%/astest/sslp320a.mmed
+%%ASTERDIR%%/astest/sslp320a.para
+%%ASTERDIR%%/astest/sslp320b.comm
+%%ASTERDIR%%/astest/sslp320b.mmed
+%%ASTERDIR%%/astest/sslp320b.para
+%%ASTERDIR%%/astest/sslp320c.21
+%%ASTERDIR%%/astest/sslp320c.comm
+%%ASTERDIR%%/astest/sslp320c.mmed
+%%ASTERDIR%%/astest/sslp320c.para
+%%ASTERDIR%%/astest/sslp321a.comm
+%%ASTERDIR%%/astest/sslp321a.datg
+%%ASTERDIR%%/astest/sslp321a.mmed
+%%ASTERDIR%%/astest/sslp321a.para
+%%ASTERDIR%%/astest/sslp321b.comm
+%%ASTERDIR%%/astest/sslp321b.datg
+%%ASTERDIR%%/astest/sslp321b.mmed
+%%ASTERDIR%%/astest/sslp321b.para
+%%ASTERDIR%%/astest/sslp321c.comm
+%%ASTERDIR%%/astest/sslp321c.datg
+%%ASTERDIR%%/astest/sslp321c.mmed
+%%ASTERDIR%%/astest/sslp321c.para
+%%ASTERDIR%%/astest/sslp322a.comm
+%%ASTERDIR%%/astest/sslp322a.datg
+%%ASTERDIR%%/astest/sslp322a.geo
+%%ASTERDIR%%/astest/sslp322a.msh
+%%ASTERDIR%%/astest/sslp322a.para
+%%ASTERDIR%%/astest/ssls07a.comm
+%%ASTERDIR%%/astest/ssls07a.mail
+%%ASTERDIR%%/astest/ssls07a.para
+%%ASTERDIR%%/astest/ssls07b.comm
+%%ASTERDIR%%/astest/ssls07b.mail
+%%ASTERDIR%%/astest/ssls07b.para
+%%ASTERDIR%%/astest/ssls09a.comm
+%%ASTERDIR%%/astest/ssls09a.mail
+%%ASTERDIR%%/astest/ssls09a.para
%%ASTERDIR%%/astest/ssls09b.comm
%%ASTERDIR%%/astest/ssls09b.mail
%%ASTERDIR%%/astest/ssls09b.para
@@ -3069,6 +3457,11 @@
%%ASTERDIR%%/astest/ssls501a.mail
%%ASTERDIR%%/astest/ssls501a.msup
%%ASTERDIR%%/astest/ssls501a.para
+%%ASTERDIR%%/astest/ssls502a.comm
+%%ASTERDIR%%/astest/ssls502a.datg
+%%ASTERDIR%%/astest/ssls502a.mail
+%%ASTERDIR%%/astest/ssls502a.mgib
+%%ASTERDIR%%/astest/ssls502a.para
%%ASTERDIR%%/astest/ssls502b.comm
%%ASTERDIR%%/astest/ssls502b.datg
%%ASTERDIR%%/astest/ssls502b.mail
@@ -3082,6 +3475,18 @@
%%ASTERDIR%%/astest/ssls502d.datg
%%ASTERDIR%%/astest/ssls502d.mgib
%%ASTERDIR%%/astest/ssls502d.para
+%%ASTERDIR%%/astest/ssls503a.comm
+%%ASTERDIR%%/astest/ssls503a.mail
+%%ASTERDIR%%/astest/ssls503a.msup
+%%ASTERDIR%%/astest/ssls503a.para
+%%ASTERDIR%%/astest/ssls503b.comm
+%%ASTERDIR%%/astest/ssls503b.mail
+%%ASTERDIR%%/astest/ssls503b.msup
+%%ASTERDIR%%/astest/ssls503b.para
+%%ASTERDIR%%/astest/ssls503c.comm
+%%ASTERDIR%%/astest/ssls503c.mail
+%%ASTERDIR%%/astest/ssls503c.msup
+%%ASTERDIR%%/astest/ssls503c.para
%%ASTERDIR%%/astest/ssls503d.comm
%%ASTERDIR%%/astest/ssls503d.mail
%%ASTERDIR%%/astest/ssls503d.msup
@@ -3174,9 +3579,6 @@
%%ASTERDIR%%/astest/sslv07d.comm
%%ASTERDIR%%/astest/sslv07d.mail
%%ASTERDIR%%/astest/sslv07d.para
-%%ASTERDIR%%/astest/sslv100a.30
-%%ASTERDIR%%/astest/sslv100a.31
-%%ASTERDIR%%/astest/sslv100a.32
%%ASTERDIR%%/astest/sslv100a.comm
%%ASTERDIR%%/astest/sslv100a.datg
%%ASTERDIR%%/astest/sslv100a.mail
@@ -3353,18 +3755,39 @@
%%ASTERDIR%%/astest/sslv146d.comm
%%ASTERDIR%%/astest/sslv146d.mail
%%ASTERDIR%%/astest/sslv146d.para
+%%ASTERDIR%%/astest/sslv152a.16
+%%ASTERDIR%%/astest/sslv152a.17
+%%ASTERDIR%%/astest/sslv152a.20
+%%ASTERDIR%%/astest/sslv152a.21
+%%ASTERDIR%%/astest/sslv152a.comm
+%%ASTERDIR%%/astest/sslv152a.para
+%%ASTERDIR%%/astest/sslv152b.16
+%%ASTERDIR%%/astest/sslv152b.17
+%%ASTERDIR%%/astest/sslv152b.20
+%%ASTERDIR%%/astest/sslv152b.21
+%%ASTERDIR%%/astest/sslv152b.comm
+%%ASTERDIR%%/astest/sslv152b.para
+%%ASTERDIR%%/astest/sslv153a.comm
+%%ASTERDIR%%/astest/sslv153a.mmed
+%%ASTERDIR%%/astest/sslv153a.para
%%ASTERDIR%%/astest/sslv200a.comm
%%ASTERDIR%%/astest/sslv200a.mail
%%ASTERDIR%%/astest/sslv200a.para
%%ASTERDIR%%/astest/sslv200b.comm
%%ASTERDIR%%/astest/sslv200b.mail
%%ASTERDIR%%/astest/sslv200b.para
+%%ASTERDIR%%/astest/sslv301a.comm
+%%ASTERDIR%%/astest/sslv301a.mail
+%%ASTERDIR%%/astest/sslv301a.para
%%ASTERDIR%%/astest/sslv303a.comm
%%ASTERDIR%%/astest/sslv303a.mail
%%ASTERDIR%%/astest/sslv303a.para
%%ASTERDIR%%/astest/sslv303b.comm
%%ASTERDIR%%/astest/sslv303b.mail
%%ASTERDIR%%/astest/sslv303b.para
+%%ASTERDIR%%/astest/sslv303c.comm
+%%ASTERDIR%%/astest/sslv303c.mail
+%%ASTERDIR%%/astest/sslv303c.para
%%ASTERDIR%%/astest/sslv303d.comm
%%ASTERDIR%%/astest/sslv303d.mail
%%ASTERDIR%%/astest/sslv303d.para
@@ -3374,9 +3797,28 @@
%%ASTERDIR%%/astest/sslv304a.comm
%%ASTERDIR%%/astest/sslv304a.mail
%%ASTERDIR%%/astest/sslv304a.para
+%%ASTERDIR%%/astest/sslv306a.comm
+%%ASTERDIR%%/astest/sslv306a.mail
+%%ASTERDIR%%/astest/sslv306a.para
%%ASTERDIR%%/astest/sslv307a.comm
%%ASTERDIR%%/astest/sslv307a.mail
%%ASTERDIR%%/astest/sslv307a.para
+%%ASTERDIR%%/astest/sslv310a.comm
+%%ASTERDIR%%/astest/sslv310a.mail
+%%ASTERDIR%%/astest/sslv310a.para
+%%ASTERDIR%%/astest/sslv311a.comm
+%%ASTERDIR%%/astest/sslv311a.datg
+%%ASTERDIR%%/astest/sslv311a.mail
+%%ASTERDIR%%/astest/sslv311a.mgib
+%%ASTERDIR%%/astest/sslv311a.para
+%%ASTERDIR%%/astest/sslv312a.comm
+%%ASTERDIR%%/astest/sslv312a.datg
+%%ASTERDIR%%/astest/sslv312a.mgib
+%%ASTERDIR%%/astest/sslv312a.para
+%%ASTERDIR%%/astest/sslv312b.comm
+%%ASTERDIR%%/astest/sslv312b.datg
+%%ASTERDIR%%/astest/sslv312b.mgib
+%%ASTERDIR%%/astest/sslv312b.para
%%ASTERDIR%%/astest/sslv314a.comm
%%ASTERDIR%%/astest/sslv314a.datg
%%ASTERDIR%%/astest/sslv314a.mgib
@@ -3389,6 +3831,10 @@
%%ASTERDIR%%/astest/sslv314c.datg
%%ASTERDIR%%/astest/sslv314c.mgib
%%ASTERDIR%%/astest/sslv314c.para
+%%ASTERDIR%%/astest/sslv314d.comm
+%%ASTERDIR%%/astest/sslv314d.datg
+%%ASTERDIR%%/astest/sslv314d.mgib
+%%ASTERDIR%%/astest/sslv314d.para
%%ASTERDIR%%/astest/sslv315a.comm
%%ASTERDIR%%/astest/sslv315a.datg
%%ASTERDIR%%/astest/sslv315a.mgib
@@ -3401,6 +3847,28 @@
%%ASTERDIR%%/astest/sslv315c.datg
%%ASTERDIR%%/astest/sslv315c.mgib
%%ASTERDIR%%/astest/sslv315c.para
+%%ASTERDIR%%/astest/sslv315d.comm
+%%ASTERDIR%%/astest/sslv315d.datg
+%%ASTERDIR%%/astest/sslv315d.mgib
+%%ASTERDIR%%/astest/sslv315d.para
+%%ASTERDIR%%/astest/sslv316a.comm
+%%ASTERDIR%%/astest/sslv316a.datg
+%%ASTERDIR%%/astest/sslv316a.mgib
+%%ASTERDIR%%/astest/sslv316a.para
+%%ASTERDIR%%/astest/sslv316b.41
+%%ASTERDIR%%/astest/sslv316b.comm
+%%ASTERDIR%%/astest/sslv316b.datg
+%%ASTERDIR%%/astest/sslv316b.mgib
+%%ASTERDIR%%/astest/sslv316b.para
+%%ASTERDIR%%/astest/sslv316c.comm
+%%ASTERDIR%%/astest/sslv316c.datg
+%%ASTERDIR%%/astest/sslv316c.mgib
+%%ASTERDIR%%/astest/sslv316c.para
+%%ASTERDIR%%/astest/sslv316d.41
+%%ASTERDIR%%/astest/sslv316d.comm
+%%ASTERDIR%%/astest/sslv316d.datg
+%%ASTERDIR%%/astest/sslv316d.mgib
+%%ASTERDIR%%/astest/sslv316d.para
%%ASTERDIR%%/astest/sslx100a.comm
%%ASTERDIR%%/astest/sslx100a.mail
%%ASTERDIR%%/astest/sslx100a.para
@@ -3454,14 +3922,6 @@
%%ASTERDIR%%/astest/ssna01a.comm
%%ASTERDIR%%/astest/ssna01a.mail
%%ASTERDIR%%/astest/ssna01a.para
-%%ASTERDIR%%/astest/ssna100a.comm
-%%ASTERDIR%%/astest/ssna100a.mail
-%%ASTERDIR%%/astest/ssna100a.para
-%%ASTERDIR%%/astest/ssna100b.comm
-%%ASTERDIR%%/astest/ssna100b.datg
-%%ASTERDIR%%/astest/ssna100b.mail
-%%ASTERDIR%%/astest/ssna100b.mgib
-%%ASTERDIR%%/astest/ssna100b.para
%%ASTERDIR%%/astest/ssna102a.comm
%%ASTERDIR%%/astest/ssna102a.datg
%%ASTERDIR%%/astest/ssna102a.mgib
@@ -3561,9 +4021,21 @@
%%ASTERDIR%%/astest/ssna116b.comm
%%ASTERDIR%%/astest/ssna116b.mail
%%ASTERDIR%%/astest/ssna116b.para
+%%ASTERDIR%%/astest/ssna301a.comm
+%%ASTERDIR%%/astest/ssna301a.mail
+%%ASTERDIR%%/astest/ssna301a.para
+%%ASTERDIR%%/astest/ssna301b.comm
+%%ASTERDIR%%/astest/ssna301b.mail
+%%ASTERDIR%%/astest/ssna301b.para
+%%ASTERDIR%%/astest/ssna301c.comm
+%%ASTERDIR%%/astest/ssna301c.mail
+%%ASTERDIR%%/astest/ssna301c.para
%%ASTERDIR%%/astest/ssna302a.comm
%%ASTERDIR%%/astest/ssna302a.mail
%%ASTERDIR%%/astest/ssna302a.para
+%%ASTERDIR%%/astest/ssna302b.comm
+%%ASTERDIR%%/astest/ssna302b.mail
+%%ASTERDIR%%/astest/ssna302b.para
%%ASTERDIR%%/astest/ssna302c.comm
%%ASTERDIR%%/astest/ssna302c.mail
%%ASTERDIR%%/astest/ssna302c.para
@@ -3808,6 +4280,7 @@
%%ASTERDIR%%/astest/ssnl129f.datg
%%ASTERDIR%%/astest/ssnl129f.mgib
%%ASTERDIR%%/astest/ssnl129f.para
+%%ASTERDIR%%/astest/ssnl130a.com1
%%ASTERDIR%%/astest/ssnl130a.comm
%%ASTERDIR%%/astest/ssnl130a.datg
%%ASTERDIR%%/astest/ssnl130a.mgib
@@ -3846,6 +4319,43 @@
%%ASTERDIR%%/astest/ssnl136b.comm
%%ASTERDIR%%/astest/ssnl136b.datg
%%ASTERDIR%%/astest/ssnl136b.para
+%%ASTERDIR%%/astest/ssnl501a.comm
+%%ASTERDIR%%/astest/ssnl501a.datg
+%%ASTERDIR%%/astest/ssnl501a.mail
+%%ASTERDIR%%/astest/ssnl501a.mgib
+%%ASTERDIR%%/astest/ssnl501a.para
+%%ASTERDIR%%/astest/ssnl501b.comm
+%%ASTERDIR%%/astest/ssnl501b.datg
+%%ASTERDIR%%/astest/ssnl501b.mail
+%%ASTERDIR%%/astest/ssnl501b.mgib
+%%ASTERDIR%%/astest/ssnl501b.para
+%%ASTERDIR%%/astest/ssnl501c.comm
+%%ASTERDIR%%/astest/ssnl501c.datg
+%%ASTERDIR%%/astest/ssnl501c.mail
+%%ASTERDIR%%/astest/ssnl501c.mgib
+%%ASTERDIR%%/astest/ssnl501c.para
+%%ASTERDIR%%/astest/ssnl501d.comm
+%%ASTERDIR%%/astest/ssnl501d.datg
+%%ASTERDIR%%/astest/ssnl501d.mail
+%%ASTERDIR%%/astest/ssnl501d.mgib
+%%ASTERDIR%%/astest/ssnl501d.para
+%%ASTERDIR%%/astest/ssnl501e.comm
+%%ASTERDIR%%/astest/ssnl501e.datg
+%%ASTERDIR%%/astest/ssnl501e.mail
+%%ASTERDIR%%/astest/ssnl501e.mgib
+%%ASTERDIR%%/astest/ssnl501e.para
+%%ASTERDIR%%/astest/ssnl501f.comm
+%%ASTERDIR%%/astest/ssnl501f.datg
+%%ASTERDIR%%/astest/ssnl501f.mgib
+%%ASTERDIR%%/astest/ssnl501f.para
+%%ASTERDIR%%/astest/ssnl502a.comm
+%%ASTERDIR%%/astest/ssnl502a.mail
+%%ASTERDIR%%/astest/ssnl502a.msup
+%%ASTERDIR%%/astest/ssnl502a.para
+%%ASTERDIR%%/astest/ssnl502b.comm
+%%ASTERDIR%%/astest/ssnl502b.mail
+%%ASTERDIR%%/astest/ssnl502b.msup
+%%ASTERDIR%%/astest/ssnl502b.para
%%ASTERDIR%%/astest/ssnl502c.comm
%%ASTERDIR%%/astest/ssnl502c.datg
%%ASTERDIR%%/astest/ssnl502c.mgib
@@ -3855,6 +4365,15 @@
%%ASTERDIR%%/astest/ssnl502d.comm
%%ASTERDIR%%/astest/ssnl502d.datg
%%ASTERDIR%%/astest/ssnl502d.para
+%%ASTERDIR%%/astest/ssnl503a.comm
+%%ASTERDIR%%/astest/ssnl503a.mail
+%%ASTERDIR%%/astest/ssnl503a.para
+%%ASTERDIR%%/astest/ssnl503b.comm
+%%ASTERDIR%%/astest/ssnl503b.mail
+%%ASTERDIR%%/astest/ssnl503b.para
+%%ASTERDIR%%/astest/ssnl503c.comm
+%%ASTERDIR%%/astest/ssnl503c.mail
+%%ASTERDIR%%/astest/ssnl503c.para
%%ASTERDIR%%/astest/ssnp05a.35
%%ASTERDIR%%/astest/ssnp05a.comm
%%ASTERDIR%%/astest/ssnp05a.mail
@@ -3916,11 +4435,6 @@
%%ASTERDIR%%/astest/ssnp113b.comm
%%ASTERDIR%%/astest/ssnp113b.mail
%%ASTERDIR%%/astest/ssnp113b.para
-%%ASTERDIR%%/astest/ssnp115c.29
-%%ASTERDIR%%/astest/ssnp115c.comm
-%%ASTERDIR%%/astest/ssnp115c.datg
-%%ASTERDIR%%/astest/ssnp115c.mgib
-%%ASTERDIR%%/astest/ssnp115c.para
%%ASTERDIR%%/astest/ssnp116a.comm
%%ASTERDIR%%/astest/ssnp116a.datg
%%ASTERDIR%%/astest/ssnp116a.mgib
@@ -3968,6 +4482,15 @@
%%ASTERDIR%%/astest/ssnp118i.comm
%%ASTERDIR%%/astest/ssnp118i.mail
%%ASTERDIR%%/astest/ssnp118i.para
+%%ASTERDIR%%/astest/ssnp118j.comm
+%%ASTERDIR%%/astest/ssnp118j.mail
+%%ASTERDIR%%/astest/ssnp118j.para
+%%ASTERDIR%%/astest/ssnp118k.comm
+%%ASTERDIR%%/astest/ssnp118k.mail
+%%ASTERDIR%%/astest/ssnp118k.para
+%%ASTERDIR%%/astest/ssnp118l.comm
+%%ASTERDIR%%/astest/ssnp118l.mail
+%%ASTERDIR%%/astest/ssnp118l.para
%%ASTERDIR%%/astest/ssnp121a.comm
%%ASTERDIR%%/astest/ssnp121a.datg
%%ASTERDIR%%/astest/ssnp121a.mail
@@ -4112,26 +4635,26 @@
%%ASTERDIR%%/astest/ssnp135a.geo
%%ASTERDIR%%/astest/ssnp135a.msh
%%ASTERDIR%%/astest/ssnp135a.para
-%%ASTERDIR%%/astest/ssnp135b.19
-%%ASTERDIR%%/astest/ssnp135b.22
-%%ASTERDIR%%/astest/ssnp135b.37
-%%ASTERDIR%%/astest/ssnp135b.38
+%%ASTERDIR%%/astest/ssnp135b.16
+%%ASTERDIR%%/astest/ssnp135b.17
+%%ASTERDIR%%/astest/ssnp135b.20
+%%ASTERDIR%%/astest/ssnp135b.21
%%ASTERDIR%%/astest/ssnp135b.comm
%%ASTERDIR%%/astest/ssnp135b.para
-%%ASTERDIR%%/astest/ssnp135c.19
-%%ASTERDIR%%/astest/ssnp135c.22
-%%ASTERDIR%%/astest/ssnp135c.37
-%%ASTERDIR%%/astest/ssnp135c.38
+%%ASTERDIR%%/astest/ssnp135c.16
+%%ASTERDIR%%/astest/ssnp135c.17
+%%ASTERDIR%%/astest/ssnp135c.20
+%%ASTERDIR%%/astest/ssnp135c.21
%%ASTERDIR%%/astest/ssnp135c.comm
%%ASTERDIR%%/astest/ssnp135c.para
%%ASTERDIR%%/astest/ssnp135d.comm
%%ASTERDIR%%/astest/ssnp135d.geo
%%ASTERDIR%%/astest/ssnp135d.msh
%%ASTERDIR%%/astest/ssnp135d.para
-%%ASTERDIR%%/astest/ssnp135e.19
-%%ASTERDIR%%/astest/ssnp135e.22
-%%ASTERDIR%%/astest/ssnp135e.37
-%%ASTERDIR%%/astest/ssnp135e.38
+%%ASTERDIR%%/astest/ssnp135e.16
+%%ASTERDIR%%/astest/ssnp135e.17
+%%ASTERDIR%%/astest/ssnp135e.20
+%%ASTERDIR%%/astest/ssnp135e.21
%%ASTERDIR%%/astest/ssnp135e.comm
%%ASTERDIR%%/astest/ssnp135e.para
%%ASTERDIR%%/astest/ssnp136a.comm
@@ -4145,9 +4668,44 @@
%%ASTERDIR%%/astest/ssnp138b.datg
%%ASTERDIR%%/astest/ssnp138b.mgib
%%ASTERDIR%%/astest/ssnp138b.para
+%%ASTERDIR%%/astest/ssnp139a.comm
+%%ASTERDIR%%/astest/ssnp139a.geo
+%%ASTERDIR%%/astest/ssnp139a.msh
+%%ASTERDIR%%/astest/ssnp139a.para
+%%ASTERDIR%%/astest/ssnp139b.comm
+%%ASTERDIR%%/astest/ssnp139b.geo
+%%ASTERDIR%%/astest/ssnp139b.msh
+%%ASTERDIR%%/astest/ssnp139b.para
+%%ASTERDIR%%/astest/ssnp140a.comm
+%%ASTERDIR%%/astest/ssnp140a.mmed
+%%ASTERDIR%%/astest/ssnp140a.para
+%%ASTERDIR%%/astest/ssnp140b.comm
+%%ASTERDIR%%/astest/ssnp140b.mmed
+%%ASTERDIR%%/astest/ssnp140b.para
+%%ASTERDIR%%/astest/ssnp140c.comm
+%%ASTERDIR%%/astest/ssnp140c.mmed
+%%ASTERDIR%%/astest/ssnp140c.para
+%%ASTERDIR%%/astest/ssnp140d.comm
+%%ASTERDIR%%/astest/ssnp140d.mmed
+%%ASTERDIR%%/astest/ssnp140d.para
+%%ASTERDIR%%/astest/ssnp141a.16
+%%ASTERDIR%%/astest/ssnp141a.17
+%%ASTERDIR%%/astest/ssnp141a.20
+%%ASTERDIR%%/astest/ssnp141a.21
+%%ASTERDIR%%/astest/ssnp141a.comm
+%%ASTERDIR%%/astest/ssnp141a.para
+%%ASTERDIR%%/astest/ssnp141b.16
+%%ASTERDIR%%/astest/ssnp141b.17
+%%ASTERDIR%%/astest/ssnp141b.20
+%%ASTERDIR%%/astest/ssnp141b.21
+%%ASTERDIR%%/astest/ssnp141b.comm
+%%ASTERDIR%%/astest/ssnp141b.para
%%ASTERDIR%%/astest/ssnp14a.comm
%%ASTERDIR%%/astest/ssnp14a.mail
%%ASTERDIR%%/astest/ssnp14a.para
+%%ASTERDIR%%/astest/ssnp14b.comm
+%%ASTERDIR%%/astest/ssnp14b.mail
+%%ASTERDIR%%/astest/ssnp14b.para
%%ASTERDIR%%/astest/ssnp14c.comm
%%ASTERDIR%%/astest/ssnp14c.mail
%%ASTERDIR%%/astest/ssnp14c.para
@@ -4181,15 +4739,57 @@
%%ASTERDIR%%/astest/ssnp302a.comm
%%ASTERDIR%%/astest/ssnp302a.mail
%%ASTERDIR%%/astest/ssnp302a.para
+%%ASTERDIR%%/astest/ssnp303a.comm
+%%ASTERDIR%%/astest/ssnp303a.mail
+%%ASTERDIR%%/astest/ssnp303a.para
+%%ASTERDIR%%/astest/ssnp303b.comm
+%%ASTERDIR%%/astest/ssnp303b.mail
+%%ASTERDIR%%/astest/ssnp303b.para
+%%ASTERDIR%%/astest/ssnp303c.comm
+%%ASTERDIR%%/astest/ssnp303c.mail
+%%ASTERDIR%%/astest/ssnp303c.para
+%%ASTERDIR%%/astest/ssnp305a.comm
+%%ASTERDIR%%/astest/ssnp305a.mail
+%%ASTERDIR%%/astest/ssnp305a.para
+%%ASTERDIR%%/astest/ssnp311a.comm
+%%ASTERDIR%%/astest/ssnp311a.datg
+%%ASTERDIR%%/astest/ssnp311a.mgib
+%%ASTERDIR%%/astest/ssnp311a.para
+%%ASTERDIR%%/astest/ssnp312a.comm
+%%ASTERDIR%%/astest/ssnp312a.datg
+%%ASTERDIR%%/astest/ssnp312a.mgib
+%%ASTERDIR%%/astest/ssnp312a.para
+%%ASTERDIR%%/astest/ssnp312b.comm
+%%ASTERDIR%%/astest/ssnp312b.datg
+%%ASTERDIR%%/astest/ssnp312b.mgib
+%%ASTERDIR%%/astest/ssnp312b.para
+%%ASTERDIR%%/astest/ssnp501a.comm
+%%ASTERDIR%%/astest/ssnp501a.datg
+%%ASTERDIR%%/astest/ssnp501a.mgib
+%%ASTERDIR%%/astest/ssnp501a.para
%%ASTERDIR%%/astest/ssnp501b.comm
%%ASTERDIR%%/astest/ssnp501b.datg
%%ASTERDIR%%/astest/ssnp501b.mgib
%%ASTERDIR%%/astest/ssnp501b.para
+%%ASTERDIR%%/astest/ssnp501c.comm
+%%ASTERDIR%%/astest/ssnp501c.mail
+%%ASTERDIR%%/astest/ssnp501c.para
%%ASTERDIR%%/astest/ssnp501d.comm
%%ASTERDIR%%/astest/ssnp501d.datg
%%ASTERDIR%%/astest/ssnp501d.mail
%%ASTERDIR%%/astest/ssnp501d.mgib
%%ASTERDIR%%/astest/ssnp501d.para
+%%ASTERDIR%%/astest/ssnp502a.comm
+%%ASTERDIR%%/astest/ssnp502a.datg
+%%ASTERDIR%%/astest/ssnp502a.mgib
+%%ASTERDIR%%/astest/ssnp502a.para
+%%ASTERDIR%%/astest/ssnp502b.comm
+%%ASTERDIR%%/astest/ssnp502b.datg
+%%ASTERDIR%%/astest/ssnp502b.mgib
+%%ASTERDIR%%/astest/ssnp502b.para
+%%ASTERDIR%%/astest/ssnp502c.comm
+%%ASTERDIR%%/astest/ssnp502c.mail
+%%ASTERDIR%%/astest/ssnp502c.para
%%ASTERDIR%%/astest/ssnp503a.comm
%%ASTERDIR%%/astest/ssnp503a.datg
%%ASTERDIR%%/astest/ssnp503a.mail
@@ -4392,15 +4992,19 @@
%%ASTERDIR%%/astest/ssns109d.datg
%%ASTERDIR%%/astest/ssns109d.mgib
%%ASTERDIR%%/astest/ssns109d.para
+%%ASTERDIR%%/astest/ssns501a.comm
+%%ASTERDIR%%/astest/ssns501a.mail
+%%ASTERDIR%%/astest/ssns501a.msup
+%%ASTERDIR%%/astest/ssns501a.para
+%%ASTERDIR%%/astest/ssns501b.comm
+%%ASTERDIR%%/astest/ssns501b.mail
+%%ASTERDIR%%/astest/ssns501b.para
%%ASTERDIR%%/astest/ssnv101a.comm
%%ASTERDIR%%/astest/ssnv101a.mail
%%ASTERDIR%%/astest/ssnv101a.para
%%ASTERDIR%%/astest/ssnv101b.comm
%%ASTERDIR%%/astest/ssnv101b.mail
%%ASTERDIR%%/astest/ssnv101b.para
-%%ASTERDIR%%/astest/ssnv101c.comm
-%%ASTERDIR%%/astest/ssnv101c.mail
-%%ASTERDIR%%/astest/ssnv101c.para
%%ASTERDIR%%/astest/ssnv101d.comm
%%ASTERDIR%%/astest/ssnv101d.mail
%%ASTERDIR%%/astest/ssnv101d.para
@@ -4448,6 +5052,7 @@
%%ASTERDIR%%/astest/ssnv112a.para
%%ASTERDIR%%/astest/ssnv112b.comm
%%ASTERDIR%%/astest/ssnv112b.datg
+%%ASTERDIR%%/astest/ssnv112b.mail
%%ASTERDIR%%/astest/ssnv112b.msh
%%ASTERDIR%%/astest/ssnv112b.para
%%ASTERDIR%%/astest/ssnv112c.comm
@@ -4733,6 +5338,11 @@
%%ASTERDIR%%/astest/ssnv141a.comm
%%ASTERDIR%%/astest/ssnv141a.mail
%%ASTERDIR%%/astest/ssnv141a.para
+%%ASTERDIR%%/astest/ssnv141b.comm
+%%ASTERDIR%%/astest/ssnv141b.datg
+%%ASTERDIR%%/astest/ssnv141b.mail
+%%ASTERDIR%%/astest/ssnv141b.mgib
+%%ASTERDIR%%/astest/ssnv141b.para
%%ASTERDIR%%/astest/ssnv142a.comm
%%ASTERDIR%%/astest/ssnv142a.datg
%%ASTERDIR%%/astest/ssnv142a.mgib
@@ -4829,6 +5439,11 @@
%%ASTERDIR%%/astest/ssnv155a.comm
%%ASTERDIR%%/astest/ssnv155a.mail
%%ASTERDIR%%/astest/ssnv155a.para
+%%ASTERDIR%%/astest/ssnv156a.comm
+%%ASTERDIR%%/astest/ssnv156a.datg
+%%ASTERDIR%%/astest/ssnv156a.mail
+%%ASTERDIR%%/astest/ssnv156a.msh
+%%ASTERDIR%%/astest/ssnv156a.para
%%ASTERDIR%%/astest/ssnv156b.comm
%%ASTERDIR%%/astest/ssnv156b.datg
%%ASTERDIR%%/astest/ssnv156b.mail
@@ -4990,6 +5605,7 @@
%%ASTERDIR%%/astest/ssnv172b.comm
%%ASTERDIR%%/astest/ssnv172b.mail
%%ASTERDIR%%/astest/ssnv172b.para
+%%ASTERDIR%%/astest/ssnv173a.38
%%ASTERDIR%%/astest/ssnv173a.comm
%%ASTERDIR%%/astest/ssnv173a.datg
%%ASTERDIR%%/astest/ssnv173a.mail
@@ -5007,6 +5623,10 @@
%%ASTERDIR%%/astest/ssnv173i.datg
%%ASTERDIR%%/astest/ssnv173i.mgib
%%ASTERDIR%%/astest/ssnv173i.para
+%%ASTERDIR%%/astest/ssnv173k.comm
+%%ASTERDIR%%/astest/ssnv173k.datg
+%%ASTERDIR%%/astest/ssnv173k.mgib
+%%ASTERDIR%%/astest/ssnv173k.para
%%ASTERDIR%%/astest/ssnv174a.comm
%%ASTERDIR%%/astest/ssnv174a.datg
%%ASTERDIR%%/astest/ssnv174a.mgib
@@ -5070,6 +5690,7 @@
%%ASTERDIR%%/astest/ssnv182f.datg
%%ASTERDIR%%/astest/ssnv182f.mgib
%%ASTERDIR%%/astest/ssnv182f.para
+%%ASTERDIR%%/astest/ssnv183a.29
%%ASTERDIR%%/astest/ssnv183a.comm
%%ASTERDIR%%/astest/ssnv183a.mail
%%ASTERDIR%%/astest/ssnv183a.para
@@ -5141,6 +5762,14 @@
%%ASTERDIR%%/astest/ssnv185p.datg
%%ASTERDIR%%/astest/ssnv185p.mgib
%%ASTERDIR%%/astest/ssnv185p.para
+%%ASTERDIR%%/astest/ssnv185q.comm
+%%ASTERDIR%%/astest/ssnv185q.datg
+%%ASTERDIR%%/astest/ssnv185q.mgib
+%%ASTERDIR%%/astest/ssnv185q.para
+%%ASTERDIR%%/astest/ssnv185r.comm
+%%ASTERDIR%%/astest/ssnv185r.datg
+%%ASTERDIR%%/astest/ssnv185r.mgib
+%%ASTERDIR%%/astest/ssnv185r.para
%%ASTERDIR%%/astest/ssnv186a.comm
%%ASTERDIR%%/astest/ssnv186a.datg
%%ASTERDIR%%/astest/ssnv186a.mgib
@@ -5217,6 +5846,10 @@
%%ASTERDIR%%/astest/ssnv192a.datg
%%ASTERDIR%%/astest/ssnv192a.mgib
%%ASTERDIR%%/astest/ssnv192a.para
+%%ASTERDIR%%/astest/ssnv193a.comm
+%%ASTERDIR%%/astest/ssnv193a.geo
+%%ASTERDIR%%/astest/ssnv193a.msh
+%%ASTERDIR%%/astest/ssnv193a.para
%%ASTERDIR%%/astest/ssnv194a.com1
%%ASTERDIR%%/astest/ssnv194a.comm
%%ASTERDIR%%/astest/ssnv194a.mail
@@ -5373,19 +6006,81 @@
%%ASTERDIR%%/astest/ssnv209h.datg
%%ASTERDIR%%/astest/ssnv209h.mgib
%%ASTERDIR%%/astest/ssnv209h.para
+%%ASTERDIR%%/astest/ssnv211a.comm
+%%ASTERDIR%%/astest/ssnv211a.mail
+%%ASTERDIR%%/astest/ssnv211a.para
+%%ASTERDIR%%/astest/ssnv301a.comm
+%%ASTERDIR%%/astest/ssnv301a.mail
+%%ASTERDIR%%/astest/ssnv301a.para
+%%ASTERDIR%%/astest/ssnv301b.comm
+%%ASTERDIR%%/astest/ssnv301b.mail
+%%ASTERDIR%%/astest/ssnv301b.para
+%%ASTERDIR%%/astest/ssnv501a.comm
+%%ASTERDIR%%/astest/ssnv501a.datg
+%%ASTERDIR%%/astest/ssnv501a.mail
+%%ASTERDIR%%/astest/ssnv501a.mgib
+%%ASTERDIR%%/astest/ssnv501a.para
%%ASTERDIR%%/astest/ssnv501b.comm
%%ASTERDIR%%/astest/ssnv501b.datg
%%ASTERDIR%%/astest/ssnv501b.mail
%%ASTERDIR%%/astest/ssnv501b.mgib
%%ASTERDIR%%/astest/ssnv501b.para
+%%ASTERDIR%%/astest/ssnv501c.comm
+%%ASTERDIR%%/astest/ssnv501c.datg
+%%ASTERDIR%%/astest/ssnv501c.mail
+%%ASTERDIR%%/astest/ssnv501c.mgib
+%%ASTERDIR%%/astest/ssnv501c.para
%%ASTERDIR%%/astest/ssnv503a.comm
%%ASTERDIR%%/astest/ssnv503a.datg
%%ASTERDIR%%/astest/ssnv503a.mgib
%%ASTERDIR%%/astest/ssnv503a.para
+%%ASTERDIR%%/astest/ssnv503b.comm
+%%ASTERDIR%%/astest/ssnv503b.datg
+%%ASTERDIR%%/astest/ssnv503b.mgib
+%%ASTERDIR%%/astest/ssnv503b.para
+%%ASTERDIR%%/astest/ssnv503c.comm
+%%ASTERDIR%%/astest/ssnv503c.datg
+%%ASTERDIR%%/astest/ssnv503c.mail
+%%ASTERDIR%%/astest/ssnv503c.mgib
+%%ASTERDIR%%/astest/ssnv503c.para
+%%ASTERDIR%%/astest/ssnv503d.comm
+%%ASTERDIR%%/astest/ssnv503d.datg
+%%ASTERDIR%%/astest/ssnv503d.mgib
+%%ASTERDIR%%/astest/ssnv503d.para
+%%ASTERDIR%%/astest/ssnv503e.comm
+%%ASTERDIR%%/astest/ssnv503e.datg
+%%ASTERDIR%%/astest/ssnv503e.mgib
+%%ASTERDIR%%/astest/ssnv503e.para
+%%ASTERDIR%%/astest/ssnv503f.comm
+%%ASTERDIR%%/astest/ssnv503f.datg
+%%ASTERDIR%%/astest/ssnv503f.mgib
+%%ASTERDIR%%/astest/ssnv503f.para
+%%ASTERDIR%%/astest/ssnv503g.comm
+%%ASTERDIR%%/astest/ssnv503g.datg
+%%ASTERDIR%%/astest/ssnv503g.mgib
+%%ASTERDIR%%/astest/ssnv503g.para
%%ASTERDIR%%/astest/ssnv503h.comm
%%ASTERDIR%%/astest/ssnv503h.datg
%%ASTERDIR%%/astest/ssnv503h.mgib
%%ASTERDIR%%/astest/ssnv503h.para
+%%ASTERDIR%%/astest/ssnv503i.comm
+%%ASTERDIR%%/astest/ssnv503i.datg
+%%ASTERDIR%%/astest/ssnv503i.mgib
+%%ASTERDIR%%/astest/ssnv503i.para
+%%ASTERDIR%%/astest/ssnv504a.comm
+%%ASTERDIR%%/astest/ssnv504a.datg
+%%ASTERDIR%%/astest/ssnv504a.mail
+%%ASTERDIR%%/astest/ssnv504a.mgib
+%%ASTERDIR%%/astest/ssnv504a.para
+%%ASTERDIR%%/astest/ssnv504b.comm
+%%ASTERDIR%%/astest/ssnv504b.datg
+%%ASTERDIR%%/astest/ssnv504b.mail
+%%ASTERDIR%%/astest/ssnv504b.mgib
+%%ASTERDIR%%/astest/ssnv504b.para
+%%ASTERDIR%%/astest/ssnv504c.comm
+%%ASTERDIR%%/astest/ssnv504c.datg
+%%ASTERDIR%%/astest/ssnv504c.mgib
+%%ASTERDIR%%/astest/ssnv504c.para
%%ASTERDIR%%/astest/ssnv504d.comm
%%ASTERDIR%%/astest/ssnv504d.mail
%%ASTERDIR%%/astest/ssnv504d.para
@@ -5410,10 +6105,60 @@
%%ASTERDIR%%/astest/ssnv504j.datg
%%ASTERDIR%%/astest/ssnv504j.mgib
%%ASTERDIR%%/astest/ssnv504j.para
+%%ASTERDIR%%/astest/ssnv505a.comm
+%%ASTERDIR%%/astest/ssnv505a.datg
+%%ASTERDIR%%/astest/ssnv505a.mail
+%%ASTERDIR%%/astest/ssnv505a.mgib
+%%ASTERDIR%%/astest/ssnv505a.para
+%%ASTERDIR%%/astest/ssnv505b.comm
+%%ASTERDIR%%/astest/ssnv505b.datg
+%%ASTERDIR%%/astest/ssnv505b.mgib
+%%ASTERDIR%%/astest/ssnv505b.para
+%%ASTERDIR%%/astest/ssnv505c.comm
+%%ASTERDIR%%/astest/ssnv505c.datg
+%%ASTERDIR%%/astest/ssnv505c.mgib
+%%ASTERDIR%%/astest/ssnv505c.para
+%%ASTERDIR%%/astest/ssnv505d.comm
+%%ASTERDIR%%/astest/ssnv505d.datg
+%%ASTERDIR%%/astest/ssnv505d.mgib
+%%ASTERDIR%%/astest/ssnv505d.para
+%%ASTERDIR%%/astest/ssnv505e.comm
+%%ASTERDIR%%/astest/ssnv505e.datg
+%%ASTERDIR%%/astest/ssnv505e.mgib
+%%ASTERDIR%%/astest/ssnv505e.para
+%%ASTERDIR%%/astest/ssnv505f.comm
+%%ASTERDIR%%/astest/ssnv505f.datg
+%%ASTERDIR%%/astest/ssnv505f.mgib
+%%ASTERDIR%%/astest/ssnv505f.para
%%ASTERDIR%%/astest/ssnv505g.comm
%%ASTERDIR%%/astest/ssnv505g.datg
%%ASTERDIR%%/astest/ssnv505g.mgib
%%ASTERDIR%%/astest/ssnv505g.para
+%%ASTERDIR%%/astest/ssnv505h.21
+%%ASTERDIR%%/astest/ssnv505h.31
+%%ASTERDIR%%/astest/ssnv505h.51
+%%ASTERDIR%%/astest/ssnv505h.comm
+%%ASTERDIR%%/astest/ssnv505h.datg
+%%ASTERDIR%%/astest/ssnv505h.mgib
+%%ASTERDIR%%/astest/ssnv505h.para
+%%ASTERDIR%%/astest/ssnv506a.comm
+%%ASTERDIR%%/astest/ssnv506a.datg
+%%ASTERDIR%%/astest/ssnv506a.mgib
+%%ASTERDIR%%/astest/ssnv506a.para
+%%ASTERDIR%%/astest/ssnv506b.comm
+%%ASTERDIR%%/astest/ssnv506b.datg
+%%ASTERDIR%%/astest/ssnv506b.mgib
+%%ASTERDIR%%/astest/ssnv506b.para
+%%ASTERDIR%%/astest/ssnv506c.comm
+%%ASTERDIR%%/astest/ssnv506c.datg
+%%ASTERDIR%%/astest/ssnv506c.mgib
+%%ASTERDIR%%/astest/ssnv506c.mmed
+%%ASTERDIR%%/astest/ssnv506c.para
+%%ASTERDIR%%/astest/ssnv506d.comm
+%%ASTERDIR%%/astest/ssnv506d.datg
+%%ASTERDIR%%/astest/ssnv506d.mail
+%%ASTERDIR%%/astest/ssnv506d.mgib
+%%ASTERDIR%%/astest/ssnv506d.para
%%ASTERDIR%%/astest/ssnv506e.comm
%%ASTERDIR%%/astest/ssnv506e.datg
%%ASTERDIR%%/astest/ssnv506e.mgib
@@ -5464,9 +6209,32 @@
%%ASTERDIR%%/astest/tpla01c.comm
%%ASTERDIR%%/astest/tpla01c.mail
%%ASTERDIR%%/astest/tpla01c.para
+%%ASTERDIR%%/astest/tpla04a.comm
+%%ASTERDIR%%/astest/tpla04a.mail
+%%ASTERDIR%%/astest/tpla04a.para
+%%ASTERDIR%%/astest/tpla05a.comm
+%%ASTERDIR%%/astest/tpla05a.mail
+%%ASTERDIR%%/astest/tpla05a.para
+%%ASTERDIR%%/astest/tpla05b.comm
+%%ASTERDIR%%/astest/tpla05b.mail
+%%ASTERDIR%%/astest/tpla05b.para
%%ASTERDIR%%/astest/tpla06a.comm
%%ASTERDIR%%/astest/tpla06a.mail
%%ASTERDIR%%/astest/tpla06a.para
+%%ASTERDIR%%/astest/tpla06b.comm
+%%ASTERDIR%%/astest/tpla06b.mail
+%%ASTERDIR%%/astest/tpla06b.para
+%%ASTERDIR%%/astest/tpla07a.comm
+%%ASTERDIR%%/astest/tpla07a.datg
+%%ASTERDIR%%/astest/tpla07a.mail
+%%ASTERDIR%%/astest/tpla07a.msh
+%%ASTERDIR%%/astest/tpla07a.para
+%%ASTERDIR%%/astest/tpla300a.comm
+%%ASTERDIR%%/astest/tpla300a.mail
+%%ASTERDIR%%/astest/tpla300a.para
+%%ASTERDIR%%/astest/tpla301a.comm
+%%ASTERDIR%%/astest/tpla301a.mail
+%%ASTERDIR%%/astest/tpla301a.para
%%ASTERDIR%%/astest/tpll01a.comm
%%ASTERDIR%%/astest/tpll01a.mail
%%ASTERDIR%%/astest/tpll01a.para
@@ -5516,12 +6284,48 @@
%%ASTERDIR%%/astest/tpll101b.mail
%%ASTERDIR%%/astest/tpll101b.mgib
%%ASTERDIR%%/astest/tpll101b.para
+%%ASTERDIR%%/astest/tplp01a.comm
+%%ASTERDIR%%/astest/tplp01a.mail
+%%ASTERDIR%%/astest/tplp01a.para
+%%ASTERDIR%%/astest/tplp01b.comm
+%%ASTERDIR%%/astest/tplp01b.mail
+%%ASTERDIR%%/astest/tplp01b.para
+%%ASTERDIR%%/astest/tplp02a.comm
+%%ASTERDIR%%/astest/tplp02a.mail
+%%ASTERDIR%%/astest/tplp02a.para
+%%ASTERDIR%%/astest/tplp300a.comm
+%%ASTERDIR%%/astest/tplp300a.mail
+%%ASTERDIR%%/astest/tplp300a.para
%%ASTERDIR%%/astest/tplp301a.comm
%%ASTERDIR%%/astest/tplp301a.mail
%%ASTERDIR%%/astest/tplp301a.para
+%%ASTERDIR%%/astest/tplp301b.comm
+%%ASTERDIR%%/astest/tplp301b.mail
+%%ASTERDIR%%/astest/tplp301b.para
+%%ASTERDIR%%/astest/tplp302a.comm
+%%ASTERDIR%%/astest/tplp302a.mail
+%%ASTERDIR%%/astest/tplp302a.para
+%%ASTERDIR%%/astest/tplp303a.comm
+%%ASTERDIR%%/astest/tplp303a.mail
+%%ASTERDIR%%/astest/tplp303a.para
+%%ASTERDIR%%/astest/tplp303b.comm
+%%ASTERDIR%%/astest/tplp303b.mail
+%%ASTERDIR%%/astest/tplp303b.para
+%%ASTERDIR%%/astest/tplp303c.comm
+%%ASTERDIR%%/astest/tplp303c.mail
+%%ASTERDIR%%/astest/tplp303c.para
+%%ASTERDIR%%/astest/tplp303d.comm
+%%ASTERDIR%%/astest/tplp303d.mail
+%%ASTERDIR%%/astest/tplp303d.para
+%%ASTERDIR%%/astest/tplp303e.comm
+%%ASTERDIR%%/astest/tplp303e.mail
+%%ASTERDIR%%/astest/tplp303e.para
%%ASTERDIR%%/astest/tplp303f.comm
%%ASTERDIR%%/astest/tplp303f.mail
%%ASTERDIR%%/astest/tplp303f.para
+%%ASTERDIR%%/astest/tplp303g.comm
+%%ASTERDIR%%/astest/tplp303g.mail
+%%ASTERDIR%%/astest/tplp303g.para
%%ASTERDIR%%/astest/tpls100a.comm
%%ASTERDIR%%/astest/tpls100a.mail
%%ASTERDIR%%/astest/tpls100a.para
@@ -5555,6 +6359,9 @@
%%ASTERDIR%%/astest/tpls302d.comm
%%ASTERDIR%%/astest/tpls302d.mail
%%ASTERDIR%%/astest/tpls302d.para
+%%ASTERDIR%%/astest/tplv06a.comm
+%%ASTERDIR%%/astest/tplv06a.mail
+%%ASTERDIR%%/astest/tplv06a.para
%%ASTERDIR%%/astest/tplv07a.comm
%%ASTERDIR%%/astest/tplv07a.mail
%%ASTERDIR%%/astest/tplv07a.para
@@ -5601,6 +6408,12 @@
%%ASTERDIR%%/astest/tplv304a.comm
%%ASTERDIR%%/astest/tplv304a.mail
%%ASTERDIR%%/astest/tplv304a.para
+%%ASTERDIR%%/astest/tplv305a.comm
+%%ASTERDIR%%/astest/tplv305a.mail
+%%ASTERDIR%%/astest/tplv305a.para
+%%ASTERDIR%%/astest/tplv305b.comm
+%%ASTERDIR%%/astest/tplv305b.mail
+%%ASTERDIR%%/astest/tplv305b.para
%%ASTERDIR%%/astest/tpna01a.comm
%%ASTERDIR%%/astest/tpna01a.datg
%%ASTERDIR%%/astest/tpna01a.mail
@@ -5622,9 +6435,18 @@
%%ASTERDIR%%/astest/tpna01e.datg
%%ASTERDIR%%/astest/tpna01e.mmed
%%ASTERDIR%%/astest/tpna01e.para
+%%ASTERDIR%%/astest/tpna300a.comm
+%%ASTERDIR%%/astest/tpna300a.mail
+%%ASTERDIR%%/astest/tpna300a.para
+%%ASTERDIR%%/astest/tpna300b.comm
+%%ASTERDIR%%/astest/tpna300b.mail
+%%ASTERDIR%%/astest/tpna300b.para
%%ASTERDIR%%/astest/tpna300c.comm
%%ASTERDIR%%/astest/tpna300c.mail
%%ASTERDIR%%/astest/tpna300c.para
+%%ASTERDIR%%/astest/tpna300d.comm
+%%ASTERDIR%%/astest/tpna300d.mail
+%%ASTERDIR%%/astest/tpna300d.para
%%ASTERDIR%%/astest/tpnl300a.comm
%%ASTERDIR%%/astest/tpnl300a.mail
%%ASTERDIR%%/astest/tpnl300a.para
@@ -5689,6 +6511,15 @@
%%ASTERDIR%%/astest/ttll100b.datg
%%ASTERDIR%%/astest/ttll100b.mgib
%%ASTERDIR%%/astest/ttll100b.para
+%%ASTERDIR%%/astest/ttll301a.comm
+%%ASTERDIR%%/astest/ttll301a.mail
+%%ASTERDIR%%/astest/ttll301a.para
+%%ASTERDIR%%/astest/ttll301b.comm
+%%ASTERDIR%%/astest/ttll301b.mail
+%%ASTERDIR%%/astest/ttll301b.para
+%%ASTERDIR%%/astest/ttll303a.comm
+%%ASTERDIR%%/astest/ttll303a.mail
+%%ASTERDIR%%/astest/ttll303a.para
%%ASTERDIR%%/astest/ttlp100a.comm
%%ASTERDIR%%/astest/ttlp100a.mail
%%ASTERDIR%%/astest/ttlp100a.para
@@ -5697,9 +6528,36 @@
%%ASTERDIR%%/astest/ttlp100b.mail
%%ASTERDIR%%/astest/ttlp100b.msh
%%ASTERDIR%%/astest/ttlp100b.para
+%%ASTERDIR%%/astest/ttlp300a.comm
+%%ASTERDIR%%/astest/ttlp300a.mail
+%%ASTERDIR%%/astest/ttlp300a.para
+%%ASTERDIR%%/astest/ttlp301a.comm
+%%ASTERDIR%%/astest/ttlp301a.mail
+%%ASTERDIR%%/astest/ttlp301a.para
+%%ASTERDIR%%/astest/ttlp301b.comm
+%%ASTERDIR%%/astest/ttlp301b.mail
+%%ASTERDIR%%/astest/ttlp301b.para
+%%ASTERDIR%%/astest/ttlp302a.comm
+%%ASTERDIR%%/astest/ttlp302a.mail
+%%ASTERDIR%%/astest/ttlp302a.para
+%%ASTERDIR%%/astest/ttlp303c.comm
+%%ASTERDIR%%/astest/ttlp303c.mail
+%%ASTERDIR%%/astest/ttlp303c.para
+%%ASTERDIR%%/astest/ttlp304a.comm
+%%ASTERDIR%%/astest/ttlp304a.mail
+%%ASTERDIR%%/astest/ttlp304a.para
%%ASTERDIR%%/astest/ttlv01a.comm
%%ASTERDIR%%/astest/ttlv01a.mail
%%ASTERDIR%%/astest/ttlv01a.para
+%%ASTERDIR%%/astest/ttlv01b.comm
+%%ASTERDIR%%/astest/ttlv01b.mail
+%%ASTERDIR%%/astest/ttlv01b.para
+%%ASTERDIR%%/astest/ttlv01c.comm
+%%ASTERDIR%%/astest/ttlv01c.mail
+%%ASTERDIR%%/astest/ttlv01c.para
+%%ASTERDIR%%/astest/ttlv01d.comm
+%%ASTERDIR%%/astest/ttlv01d.mail
+%%ASTERDIR%%/astest/ttlv01d.para
%%ASTERDIR%%/astest/ttlv100a.comm
%%ASTERDIR%%/astest/ttlv100a.datg
%%ASTERDIR%%/astest/ttlv100a.mgib
@@ -5708,6 +6566,12 @@
%%ASTERDIR%%/astest/ttlv100b.datg
%%ASTERDIR%%/astest/ttlv100b.mgib
%%ASTERDIR%%/astest/ttlv100b.para
+%%ASTERDIR%%/astest/ttlv300a.comm
+%%ASTERDIR%%/astest/ttlv300a.mail
+%%ASTERDIR%%/astest/ttlv300a.para
+%%ASTERDIR%%/astest/ttlv301a.comm
+%%ASTERDIR%%/astest/ttlv301a.mail
+%%ASTERDIR%%/astest/ttlv301a.para
%%ASTERDIR%%/astest/ttna200a.comm
%%ASTERDIR%%/astest/ttna200a.mail
%%ASTERDIR%%/astest/ttna200a.para
@@ -5730,15 +6594,33 @@
%%ASTERDIR%%/astest/ttnl04a.comm
%%ASTERDIR%%/astest/ttnl04a.mail
%%ASTERDIR%%/astest/ttnl04a.para
+%%ASTERDIR%%/astest/ttnl302a.comm
+%%ASTERDIR%%/astest/ttnl302a.mail
+%%ASTERDIR%%/astest/ttnl302a.para
%%ASTERDIR%%/astest/ttnl302b.comm
%%ASTERDIR%%/astest/ttnl302b.mail
%%ASTERDIR%%/astest/ttnl302b.para
%%ASTERDIR%%/astest/ttnl302c.comm
%%ASTERDIR%%/astest/ttnl302c.mail
%%ASTERDIR%%/astest/ttnl302c.para
+%%ASTERDIR%%/astest/ttnl302d.comm
+%%ASTERDIR%%/astest/ttnl302d.mail
+%%ASTERDIR%%/astest/ttnl302d.para
%%ASTERDIR%%/astest/ttnl302e.comm
%%ASTERDIR%%/astest/ttnl302e.mail
%%ASTERDIR%%/astest/ttnl302e.para
+%%ASTERDIR%%/astest/ttnl303a.comm
+%%ASTERDIR%%/astest/ttnl303a.mail
+%%ASTERDIR%%/astest/ttnl303a.para
+%%ASTERDIR%%/astest/ttnl303b.comm
+%%ASTERDIR%%/astest/ttnl303b.mail
+%%ASTERDIR%%/astest/ttnl303b.para
+%%ASTERDIR%%/astest/ttnl303c.comm
+%%ASTERDIR%%/astest/ttnl303c.mail
+%%ASTERDIR%%/astest/ttnl303c.para
+%%ASTERDIR%%/astest/ttnl303d.comm
+%%ASTERDIR%%/astest/ttnl303d.mail
+%%ASTERDIR%%/astest/ttnl303d.para
%%ASTERDIR%%/astest/ttnp01a.comm
%%ASTERDIR%%/astest/ttnp01a.mail
%%ASTERDIR%%/astest/ttnp01a.para
@@ -5754,6 +6636,10 @@
%%ASTERDIR%%/astest/wdnp101a.comm
%%ASTERDIR%%/astest/wdnp101a.mail
%%ASTERDIR%%/astest/wdnp101a.para
+%%ASTERDIR%%/astest/wdnp101b.90
+%%ASTERDIR%%/astest/wdnp101b.comm
+%%ASTERDIR%%/astest/wdnp101b.mail
+%%ASTERDIR%%/astest/wdnp101b.para
%%ASTERDIR%%/astest/wtna100a.comm
%%ASTERDIR%%/astest/wtna100a.mail
%%ASTERDIR%%/astest/wtna100a.para
@@ -5998,6 +6884,18 @@
%%ASTERDIR%%/astest/wtnp112h.comm
%%ASTERDIR%%/astest/wtnp112h.mail
%%ASTERDIR%%/astest/wtnp112h.para
+%%ASTERDIR%%/astest/wtnp113a.comm
+%%ASTERDIR%%/astest/wtnp113a.mail
+%%ASTERDIR%%/astest/wtnp113a.para
+%%ASTERDIR%%/astest/wtnp113b.comm
+%%ASTERDIR%%/astest/wtnp113b.mail
+%%ASTERDIR%%/astest/wtnp113b.para
+%%ASTERDIR%%/astest/wtnp113c.comm
+%%ASTERDIR%%/astest/wtnp113c.mail
+%%ASTERDIR%%/astest/wtnp113c.para
+%%ASTERDIR%%/astest/wtnp113d.comm
+%%ASTERDIR%%/astest/wtnp113d.mail
+%%ASTERDIR%%/astest/wtnp113d.para
%%ASTERDIR%%/astest/wtnp114a.comm
%%ASTERDIR%%/astest/wtnp114a.datg
%%ASTERDIR%%/astest/wtnp114a.mgib
@@ -6284,6 +7182,12 @@
%%ASTERDIR%%/astest/wtnv136d.comm
%%ASTERDIR%%/astest/wtnv136d.mail
%%ASTERDIR%%/astest/wtnv136d.para
+%%ASTERDIR%%/astest/wtnv137a.comm
+%%ASTERDIR%%/astest/wtnv137a.mail
+%%ASTERDIR%%/astest/wtnv137a.para
+%%ASTERDIR%%/astest/wtnv138a.comm
+%%ASTERDIR%%/astest/wtnv138a.mail
+%%ASTERDIR%%/astest/wtnv138a.para
%%ASTERDIR%%/astest/yyyy100a.comm
%%ASTERDIR%%/astest/yyyy100a.mail
%%ASTERDIR%%/astest/yyyy100a.para
@@ -6317,6 +7221,9 @@
%%ASTERDIR%%/astest/yyyy100k.comm
%%ASTERDIR%%/astest/yyyy100k.mail
%%ASTERDIR%%/astest/yyyy100k.para
+%%ASTERDIR%%/astest/yyyy100z.comm
+%%ASTERDIR%%/astest/yyyy100z.mail
+%%ASTERDIR%%/astest/yyyy100z.para
%%ASTERDIR%%/astest/yyyy101a.comm
%%ASTERDIR%%/astest/yyyy101a.mail
%%ASTERDIR%%/astest/yyyy101a.para
@@ -6426,10 +7333,6 @@
%%ASTERDIR%%/astest/yyyy108p.comm
%%ASTERDIR%%/astest/yyyy108p.mail
%%ASTERDIR%%/astest/yyyy108p.para
-%%ASTERDIR%%/astest/yyyy109a.comm
-%%ASTERDIR%%/astest/yyyy109a.mail
-%%ASTERDIR%%/astest/yyyy109a.msup
-%%ASTERDIR%%/astest/yyyy109a.para
%%ASTERDIR%%/astest/zzzz100a.11
%%ASTERDIR%%/astest/zzzz100a.com1
%%ASTERDIR%%/astest/zzzz100a.comm
@@ -6809,10 +7712,42 @@
%%ASTERDIR%%/astest/zzzz242a.14
%%ASTERDIR%%/astest/zzzz242a.comm
%%ASTERDIR%%/astest/zzzz242a.para
+%%ASTERDIR%%/astest/zzzz250a.21
+%%ASTERDIR%%/astest/zzzz250a.comm
+%%ASTERDIR%%/astest/zzzz250a.mail
+%%ASTERDIR%%/astest/zzzz250a.para
%%ASTERDIR%%/astest/zzzz253a.comm
%%ASTERDIR%%/astest/zzzz253a.datg
%%ASTERDIR%%/astest/zzzz253a.mgib
%%ASTERDIR%%/astest/zzzz253a.para
+%%ASTERDIR%%/astest/zzzz254a.comm
+%%ASTERDIR%%/astest/zzzz254a.mmed
+%%ASTERDIR%%/astest/zzzz254a.para
+%%ASTERDIR%%/astest/zzzz255a.comm
+%%ASTERDIR%%/astest/zzzz255a.mmed
+%%ASTERDIR%%/astest/zzzz255a.para
+%%ASTERDIR%%/astest/zzzz255b.comm
+%%ASTERDIR%%/astest/zzzz255b.mmed
+%%ASTERDIR%%/astest/zzzz255b.para
+%%ASTERDIR%%/astest/zzzz256a.comm
+%%ASTERDIR%%/astest/zzzz256a.mail
+%%ASTERDIR%%/astest/zzzz256a.para
+%%ASTERDIR%%/astest/zzzz257a.comm
+%%ASTERDIR%%/astest/zzzz257a.datg
+%%ASTERDIR%%/astest/zzzz257a.mmed
+%%ASTERDIR%%/astest/zzzz257a.para
+%%ASTERDIR%%/astest/zzzz257b.comm
+%%ASTERDIR%%/astest/zzzz257b.datg
+%%ASTERDIR%%/astest/zzzz257b.mmed
+%%ASTERDIR%%/astest/zzzz257b.para
+%%ASTERDIR%%/astest/zzzz257c.comm
+%%ASTERDIR%%/astest/zzzz257c.datg
+%%ASTERDIR%%/astest/zzzz257c.mmed
+%%ASTERDIR%%/astest/zzzz257c.para
+%%ASTERDIR%%/astest/zzzz257d.comm
+%%ASTERDIR%%/astest/zzzz257d.datg
+%%ASTERDIR%%/astest/zzzz257d.mmed
+%%ASTERDIR%%/astest/zzzz257d.para
%%ASTERDIR%%/astout.export
%%ASTERDIR%%/bibpyt/Accas/A_AU_MOINS_UN.py
%%ASTERDIR%%/bibpyt/Accas/A_AU_MOINS_UN.pyc
@@ -6940,6 +7875,12 @@
%%ASTERDIR%%/bibpyt/Cata/ops.py
%%ASTERDIR%%/bibpyt/Cata/ops.pyc
%%ASTERDIR%%/bibpyt/Cata/ops.pyo
+%%ASTERDIR%%/bibpyt/Cata_Utils/__init__.py
+%%ASTERDIR%%/bibpyt/Cata_Utils/__init__.pyc
+%%ASTERDIR%%/bibpyt/Cata_Utils/__init__.pyo
+%%ASTERDIR%%/bibpyt/Cata_Utils/t_fonction.py
+%%ASTERDIR%%/bibpyt/Cata_Utils/t_fonction.pyc
+%%ASTERDIR%%/bibpyt/Cata_Utils/t_fonction.pyo
%%ASTERDIR%%/bibpyt/Comportement/__init__.py
%%ASTERDIR%%/bibpyt/Comportement/__init__.pyc
%%ASTERDIR%%/bibpyt/Comportement/__init__.pyo
@@ -6985,6 +7926,9 @@
%%ASTERDIR%%/bibpyt/Comportement/czm_exp_reg.py
%%ASTERDIR%%/bibpyt/Comportement/czm_exp_reg.pyc
%%ASTERDIR%%/bibpyt/Comportement/czm_exp_reg.pyo
+%%ASTERDIR%%/bibpyt/Comportement/czm_fat_mix.py
+%%ASTERDIR%%/bibpyt/Comportement/czm_fat_mix.pyc
+%%ASTERDIR%%/bibpyt/Comportement/czm_fat_mix.pyo
%%ASTERDIR%%/bibpyt/Comportement/czm_lin_reg.py
%%ASTERDIR%%/bibpyt/Comportement/czm_lin_reg.pyc
%%ASTERDIR%%/bibpyt/Comportement/czm_lin_reg.pyo
@@ -7111,6 +8055,15 @@
%%ASTERDIR%%/bibpyt/Comportement/hydr_vgm.py
%%ASTERDIR%%/bibpyt/Comportement/hydr_vgm.pyc
%%ASTERDIR%%/bibpyt/Comportement/hydr_vgm.pyo
+%%ASTERDIR%%/bibpyt/Comportement/implex_frag.py
+%%ASTERDIR%%/bibpyt/Comportement/implex_frag.pyc
+%%ASTERDIR%%/bibpyt/Comportement/implex_frag.pyo
+%%ASTERDIR%%/bibpyt/Comportement/implex_isot_beto.py
+%%ASTERDIR%%/bibpyt/Comportement/implex_isot_beto.pyc
+%%ASTERDIR%%/bibpyt/Comportement/implex_isot_beto.pyo
+%%ASTERDIR%%/bibpyt/Comportement/implex_isot_line.py
+%%ASTERDIR%%/bibpyt/Comportement/implex_isot_line.pyc
+%%ASTERDIR%%/bibpyt/Comportement/implex_isot_line.pyo
%%ASTERDIR%%/bibpyt/Comportement/irrad3m.py
%%ASTERDIR%%/bibpyt/Comportement/irrad3m.pyc
%%ASTERDIR%%/bibpyt/Comportement/irrad3m.pyo
@@ -7330,6 +8283,9 @@
%%ASTERDIR%%/bibpyt/Comportement/visc_cin2_memo.py
%%ASTERDIR%%/bibpyt/Comportement/visc_cin2_memo.pyc
%%ASTERDIR%%/bibpyt/Comportement/visc_cin2_memo.pyo
+%%ASTERDIR%%/bibpyt/Comportement/visc_druc_prag.py
+%%ASTERDIR%%/bibpyt/Comportement/visc_druc_prag.pyc
+%%ASTERDIR%%/bibpyt/Comportement/visc_druc_prag.pyo
%%ASTERDIR%%/bibpyt/Comportement/visc_irra_log.py
%%ASTERDIR%%/bibpyt/Comportement/visc_irra_log.pyc
%%ASTERDIR%%/bibpyt/Comportement/visc_irra_log.pyo
@@ -7453,6 +8409,9 @@
%%ASTERDIR%%/bibpyt/Macro/__init__.py
%%ASTERDIR%%/bibpyt/Macro/__init__.pyc
%%ASTERDIR%%/bibpyt/Macro/__init__.pyo
+%%ASTERDIR%%/bibpyt/Macro/calc_ecrevisse_ops.py
+%%ASTERDIR%%/bibpyt/Macro/calc_ecrevisse_ops.pyc
+%%ASTERDIR%%/bibpyt/Macro/calc_ecrevisse_ops.pyo
%%ASTERDIR%%/bibpyt/Macro/calc_essai_ops.py
%%ASTERDIR%%/bibpyt/Macro/calc_essai_ops.pyc
%%ASTERDIR%%/bibpyt/Macro/calc_essai_ops.pyo
@@ -7465,6 +8424,9 @@
%%ASTERDIR%%/bibpyt/Macro/calc_modal_ops.py
%%ASTERDIR%%/bibpyt/Macro/calc_modal_ops.pyc
%%ASTERDIR%%/bibpyt/Macro/calc_modal_ops.pyo
+%%ASTERDIR%%/bibpyt/Macro/calc_mode_rotation_ops.py
+%%ASTERDIR%%/bibpyt/Macro/calc_mode_rotation_ops.pyc
+%%ASTERDIR%%/bibpyt/Macro/calc_mode_rotation_ops.pyo
%%ASTERDIR%%/bibpyt/Macro/calc_precont_ops.py
%%ASTERDIR%%/bibpyt/Macro/calc_precont_ops.pyc
%%ASTERDIR%%/bibpyt/Macro/calc_precont_ops.pyo
@@ -7504,6 +8466,9 @@
%%ASTERDIR%%/bibpyt/Macro/gene_vari_alea_ops.py
%%ASTERDIR%%/bibpyt/Macro/gene_vari_alea_ops.pyc
%%ASTERDIR%%/bibpyt/Macro/gene_vari_alea_ops.pyo
+%%ASTERDIR%%/bibpyt/Macro/impr_diag_campbell_ops.py
+%%ASTERDIR%%/bibpyt/Macro/impr_diag_campbell_ops.pyc
+%%ASTERDIR%%/bibpyt/Macro/impr_diag_campbell_ops.pyo
%%ASTERDIR%%/bibpyt/Macro/impr_fonction_ops.py
%%ASTERDIR%%/bibpyt/Macro/impr_fonction_ops.pyc
%%ASTERDIR%%/bibpyt/Macro/impr_fonction_ops.pyo
@@ -7546,6 +8511,12 @@
%%ASTERDIR%%/bibpyt/Macro/macr_ecla_pg_ops.py
%%ASTERDIR%%/bibpyt/Macro/macr_ecla_pg_ops.pyc
%%ASTERDIR%%/bibpyt/Macro/macr_ecla_pg_ops.pyo
+%%ASTERDIR%%/bibpyt/Macro/macr_ecre_calc_ops.py
+%%ASTERDIR%%/bibpyt/Macro/macr_ecre_calc_ops.pyc
+%%ASTERDIR%%/bibpyt/Macro/macr_ecre_calc_ops.pyo
+%%ASTERDIR%%/bibpyt/Macro/macr_ecrevisse_ops.py
+%%ASTERDIR%%/bibpyt/Macro/macr_ecrevisse_ops.pyc
+%%ASTERDIR%%/bibpyt/Macro/macr_ecrevisse_ops.pyo
%%ASTERDIR%%/bibpyt/Macro/macr_fiab_impr_ops.py
%%ASTERDIR%%/bibpyt/Macro/macr_fiab_impr_ops.pyc
%%ASTERDIR%%/bibpyt/Macro/macr_fiab_impr_ops.pyo
@@ -7600,6 +8571,9 @@
%%ASTERDIR%%/bibpyt/Macro/propa_fiss_ops.py
%%ASTERDIR%%/bibpyt/Macro/propa_fiss_ops.pyc
%%ASTERDIR%%/bibpyt/Macro/propa_fiss_ops.pyo
+%%ASTERDIR%%/bibpyt/Macro/raff_xfem_ops.py
+%%ASTERDIR%%/bibpyt/Macro/raff_xfem_ops.pyc
+%%ASTERDIR%%/bibpyt/Macro/raff_xfem_ops.pyo
%%ASTERDIR%%/bibpyt/Macro/reca_algo.py
%%ASTERDIR%%/bibpyt/Macro/reca_algo.pyc
%%ASTERDIR%%/bibpyt/Macro/reca_algo.pyo
@@ -7633,6 +8607,9 @@
%%ASTERDIR%%/bibpyt/Macro/test_fichier_ops.py
%%ASTERDIR%%/bibpyt/Macro/test_fichier_ops.pyc
%%ASTERDIR%%/bibpyt/Macro/test_fichier_ops.pyo
+%%ASTERDIR%%/bibpyt/Macro/test_fonction_ops.py
+%%ASTERDIR%%/bibpyt/Macro/test_fonction_ops.pyc
+%%ASTERDIR%%/bibpyt/Macro/test_fonction_ops.pyo
%%ASTERDIR%%/bibpyt/Macro/test_temps_ops.py
%%ASTERDIR%%/bibpyt/Macro/test_temps_ops.pyc
%%ASTERDIR%%/bibpyt/Macro/test_temps_ops.pyo
@@ -7801,6 +8778,9 @@
%%ASTERDIR%%/bibpyt/Messages/cataelem.py
%%ASTERDIR%%/bibpyt/Messages/cataelem.pyc
%%ASTERDIR%%/bibpyt/Messages/cataelem.pyo
+%%ASTERDIR%%/bibpyt/Messages/catamess.py
+%%ASTERDIR%%/bibpyt/Messages/catamess.pyc
+%%ASTERDIR%%/bibpyt/Messages/catamess.pyo
%%ASTERDIR%%/bibpyt/Messages/champs.py
%%ASTERDIR%%/bibpyt/Messages/champs.pyc
%%ASTERDIR%%/bibpyt/Messages/champs.pyo
@@ -7837,6 +8817,9 @@
%%ASTERDIR%%/bibpyt/Messages/dynamique.py
%%ASTERDIR%%/bibpyt/Messages/dynamique.pyc
%%ASTERDIR%%/bibpyt/Messages/dynamique.pyo
+%%ASTERDIR%%/bibpyt/Messages/ecrevisse0.py
+%%ASTERDIR%%/bibpyt/Messages/ecrevisse0.pyc
+%%ASTERDIR%%/bibpyt/Messages/ecrevisse0.pyo
%%ASTERDIR%%/bibpyt/Messages/elasmult0.py
%%ASTERDIR%%/bibpyt/Messages/elasmult0.pyc
%%ASTERDIR%%/bibpyt/Messages/elasmult0.pyo
@@ -7876,9 +8859,9 @@
%%ASTERDIR%%/bibpyt/Messages/fonct0.py
%%ASTERDIR%%/bibpyt/Messages/fonct0.pyc
%%ASTERDIR%%/bibpyt/Messages/fonct0.pyo
-%%ASTERDIR%%/bibpyt/Messages/grappefluide.py
-%%ASTERDIR%%/bibpyt/Messages/grappefluide.pyc
-%%ASTERDIR%%/bibpyt/Messages/grappefluide.pyo
+%%ASTERDIR%%/bibpyt/Messages/graph0.py
+%%ASTERDIR%%/bibpyt/Messages/graph0.pyc
+%%ASTERDIR%%/bibpyt/Messages/graph0.pyo
%%ASTERDIR%%/bibpyt/Messages/homard0.py
%%ASTERDIR%%/bibpyt/Messages/homard0.pyc
%%ASTERDIR%%/bibpyt/Messages/homard0.pyo
@@ -7915,6 +8898,9 @@
%%ASTERDIR%%/bibpyt/Messages/med.py
%%ASTERDIR%%/bibpyt/Messages/med.pyc
%%ASTERDIR%%/bibpyt/Messages/med.pyo
+%%ASTERDIR%%/bibpyt/Messages/med2.py
+%%ASTERDIR%%/bibpyt/Messages/med2.pyc
+%%ASTERDIR%%/bibpyt/Messages/med2.pyo
%%ASTERDIR%%/bibpyt/Messages/meidee0.py
%%ASTERDIR%%/bibpyt/Messages/meidee0.pyc
%%ASTERDIR%%/bibpyt/Messages/meidee0.pyo
@@ -8002,6 +8988,9 @@
%%ASTERDIR%%/bibpyt/Messages/proba0.py
%%ASTERDIR%%/bibpyt/Messages/proba0.pyc
%%ASTERDIR%%/bibpyt/Messages/proba0.pyo
+%%ASTERDIR%%/bibpyt/Messages/recal0.py
+%%ASTERDIR%%/bibpyt/Messages/recal0.pyc
+%%ASTERDIR%%/bibpyt/Messages/recal0.pyo
%%ASTERDIR%%/bibpyt/Messages/rupture0.py
%%ASTERDIR%%/bibpyt/Messages/rupture0.pyc
%%ASTERDIR%%/bibpyt/Messages/rupture0.pyo
@@ -8269,6 +9258,9 @@
%%ASTERDIR%%/bibpyt/SD/co_interf_dyna_clas.py
%%ASTERDIR%%/bibpyt/SD/co_interf_dyna_clas.pyc
%%ASTERDIR%%/bibpyt/SD/co_interf_dyna_clas.pyo
+%%ASTERDIR%%/bibpyt/SD/co_list_inst.py
+%%ASTERDIR%%/bibpyt/SD/co_list_inst.pyc
+%%ASTERDIR%%/bibpyt/SD/co_list_inst.pyo
%%ASTERDIR%%/bibpyt/SD/co_listis.py
%%ASTERDIR%%/bibpyt/SD/co_listis.pyc
%%ASTERDIR%%/bibpyt/SD/co_listis.pyo
@@ -8443,6 +9435,9 @@
%%ASTERDIR%%/bibpyt/SD/sd_ligrel.py
%%ASTERDIR%%/bibpyt/SD/sd_ligrel.pyc
%%ASTERDIR%%/bibpyt/SD/sd_ligrel.pyo
+%%ASTERDIR%%/bibpyt/SD/sd_list_inst.py
+%%ASTERDIR%%/bibpyt/SD/sd_list_inst.pyc
+%%ASTERDIR%%/bibpyt/SD/sd_list_inst.pyo
%%ASTERDIR%%/bibpyt/SD/sd_liste_rela.py
%%ASTERDIR%%/bibpyt/SD/sd_liste_rela.pyc
%%ASTERDIR%%/bibpyt/SD/sd_liste_rela.pyo
@@ -8521,6 +9516,9 @@
%%ASTERDIR%%/bibpyt/SD/sd_para_sensi.py
%%ASTERDIR%%/bibpyt/SD/sd_para_sensi.pyc
%%ASTERDIR%%/bibpyt/SD/sd_para_sensi.pyo
+%%ASTERDIR%%/bibpyt/SD/sd_partition.py
+%%ASTERDIR%%/bibpyt/SD/sd_partition.pyc
+%%ASTERDIR%%/bibpyt/SD/sd_partition.pyo
%%ASTERDIR%%/bibpyt/SD/sd_prof_chno.py
%%ASTERDIR%%/bibpyt/SD/sd_prof_chno.pyc
%%ASTERDIR%%/bibpyt/SD/sd_prof_chno.pyo
@@ -8680,9 +9678,6 @@
%%ASTERDIR%%/bibpyt/Utilitai/sup_gmsh.py
%%ASTERDIR%%/bibpyt/Utilitai/sup_gmsh.pyc
%%ASTERDIR%%/bibpyt/Utilitai/sup_gmsh.pyo
-%%ASTERDIR%%/bibpyt/Utilitai/t_fonction.py
-%%ASTERDIR%%/bibpyt/Utilitai/t_fonction.pyc
-%%ASTERDIR%%/bibpyt/Utilitai/t_fonction.pyo
%%ASTERDIR%%/bibpyt/Utilitai/transpose.py
%%ASTERDIR%%/bibpyt/Utilitai/transpose.pyc
%%ASTERDIR%%/bibpyt/Utilitai/transpose.pyo
@@ -8762,6 +9757,7 @@
%%ASTERDIR%%/catalo/options/amor_meca_abso.cata
%%ASTERDIR%%/catalo/options/ampl_elno_zac.cata
%%ASTERDIR%%/catalo/options/arco_elno_sigm.cata
+%%ASTERDIR%%/catalo/options/arlq_matr.cata
%%ASTERDIR%%/catalo/options/calc_dg.cata
%%ASTERDIR%%/catalo/options/calc_dg_e.cata
%%ASTERDIR%%/catalo/options/calc_dg_e_f.cata
@@ -8803,7 +9799,6 @@
%%ASTERDIR%%/catalo/options/char_dlag_text_f.cata
%%ASTERDIR%%/catalo/options/char_dlag_text_r.cata
%%ASTERDIR%%/catalo/options/char_limite.cata
-%%ASTERDIR%%/catalo/options/char_limite_f.cata
%%ASTERDIR%%/catalo/options/char_meca_cont.cata
%%ASTERDIR%%/catalo/options/char_meca_eplg_f.cata
%%ASTERDIR%%/catalo/options/char_meca_eplg_r.cata
@@ -8849,8 +9844,6 @@
%%ASTERDIR%%/catalo/options/char_meca_sr1d1d.cata
%%ASTERDIR%%/catalo/options/char_meca_srco3d.cata
%%ASTERDIR%%/catalo/options/char_meca_temp_r.cata
-%%ASTERDIR%%/catalo/options/char_meca_temp_z.cata
-%%ASTERDIR%%/catalo/options/char_meca_thmg.cata
%%ASTERDIR%%/catalo/options/char_meca_vnor.cata
%%ASTERDIR%%/catalo/options/char_meca_vnor_f.cata
%%ASTERDIR%%/catalo/options/char_sens_evol.cata
@@ -8870,7 +9863,6 @@
%%ASTERDIR%%/catalo/options/char_ther_flunl.cata
%%ASTERDIR%%/catalo/options/char_ther_flutnl.cata
%%ASTERDIR%%/catalo/options/char_ther_flux_f.cata
-%%ASTERDIR%%/catalo/options/char_ther_flux_r.cata
%%ASTERDIR%%/catalo/options/char_ther_grai_f.cata
%%ASTERDIR%%/catalo/options/char_ther_grai_r.cata
%%ASTERDIR%%/catalo/options/char_ther_paro_f.cata
@@ -8898,16 +9890,10 @@
%%ASTERDIR%%/catalo/options/dlag_noeu_temp.cata
%%ASTERDIR%%/catalo/options/dlsi_elga_depl.cata
%%ASTERDIR%%/catalo/options/dlsi_elno_dlde.cata
-%%ASTERDIR%%/catalo/options/doma_elga_epsi.cata
-%%ASTERDIR%%/catalo/options/doma_elga_sigm.cata
-%%ASTERDIR%%/catalo/options/doma_elno_epsi.cata
-%%ASTERDIR%%/catalo/options/doma_elno_sigm.cata
-%%ASTERDIR%%/catalo/options/durt_elga_meta.cata
%%ASTERDIR%%/catalo/options/durt_elno_meta.cata
%%ASTERDIR%%/catalo/options/ecin_elem_depl.cata
%%ASTERDIR%%/catalo/options/efge_elno_cart.cata
%%ASTERDIR%%/catalo/options/efge_elno_depl.cata
-%%ASTERDIR%%/catalo/options/efge_elno_depl_c.cata
%%ASTERDIR%%/catalo/options/efge_elno_sens.cata
%%ASTERDIR%%/catalo/options/endo_elga.cata
%%ASTERDIR%%/catalo/options/endo_elno_elga.cata
@@ -8972,10 +9958,8 @@
%%ASTERDIR%%/catalo/options/grad_neut9_r.cata
%%ASTERDIR%%/catalo/options/grad_neut_r.cata
%%ASTERDIR%%/catalo/options/gthe_elno_elga.cata
-%%ASTERDIR%%/catalo/options/hydr_elno_elga.cata
%%ASTERDIR%%/catalo/options/impe_abso.cata
%%ASTERDIR%%/catalo/options/impe_meca.cata
-%%ASTERDIR%%/catalo/options/impe_meca_f.cata
%%ASTERDIR%%/catalo/options/indi_loca_elga.cata
%%ASTERDIR%%/catalo/options/indic_ener.cata
%%ASTERDIR%%/catalo/options/indic_seuil.cata
@@ -8995,7 +9979,6 @@
%%ASTERDIR%%/catalo/options/mass_meca_sensi.cata
%%ASTERDIR%%/catalo/options/mass_ther.cata
%%ASTERDIR%%/catalo/options/mass_zz1.cata
-%%ASTERDIR%%/catalo/options/matr_no_pg.cata
%%ASTERDIR%%/catalo/options/meca_btla_r.cata
%%ASTERDIR%%/catalo/options/meca_bu_r.cata
%%ASTERDIR%%/catalo/options/meca_ddli_c.cata
@@ -9008,8 +9991,6 @@
%%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
%%ASTERDIR%%/catalo/options/meta_init_elno.cata
%%ASTERDIR%%/catalo/options/moy_noeu_s.cata
@@ -9060,7 +10041,7 @@
%%ASTERDIR%%/catalo/options/rigi_meca_elas.cata
%%ASTERDIR%%/catalo/options/rigi_meca_ge.cata
%%ASTERDIR%%/catalo/options/rigi_meca_hyst.cata
-%%ASTERDIR%%/catalo/options/rigi_meca_lagr.cata
+%%ASTERDIR%%/catalo/options/rigi_meca_implex.cata
%%ASTERDIR%%/catalo/options/rigi_meca_prsu_f.cata
%%ASTERDIR%%/catalo/options/rigi_meca_prsu_r.cata
%%ASTERDIR%%/catalo/options/rigi_meca_ro.cata
@@ -9069,14 +10050,11 @@
%%ASTERDIR%%/catalo/options/rigi_meca_sfco3d.cata
%%ASTERDIR%%/catalo/options/rigi_meca_srco3d.cata
%%ASTERDIR%%/catalo/options/rigi_meca_tang.cata
-%%ASTERDIR%%/catalo/options/rigi_meca_thmg.cata
%%ASTERDIR%%/catalo/options/rigi_ther.cata
%%ASTERDIR%%/catalo/options/rigi_ther_coeh_f.cata
%%ASTERDIR%%/catalo/options/rigi_ther_coeh_r.cata
%%ASTERDIR%%/catalo/options/rigi_ther_coet_f.cata
%%ASTERDIR%%/catalo/options/rigi_ther_coet_r.cata
-%%ASTERDIR%%/catalo/options/rigi_ther_conv.cata
-%%ASTERDIR%%/catalo/options/rigi_ther_conv_d.cata
%%ASTERDIR%%/catalo/options/rigi_ther_conv_t.cata
%%ASTERDIR%%/catalo/options/rigi_ther_flutnl.cata
%%ASTERDIR%%/catalo/options/rigi_ther_paro_f.cata
@@ -9085,23 +10063,15 @@
%%ASTERDIR%%/catalo/options/secm_zz1.cata
%%ASTERDIR%%/catalo/options/sief_elga_depl.cata
%%ASTERDIR%%/catalo/options/sief_elga_elno.cata
-%%ASTERDIR%%/catalo/options/sief_elga_lagr.cata
-%%ASTERDIR%%/catalo/options/sief_elga_lgde_f.cata
-%%ASTERDIR%%/catalo/options/sief_elga_lgde_r.cata
%%ASTERDIR%%/catalo/options/sief_elga_sens.cata
%%ASTERDIR%%/catalo/options/sief_elno_elga.cata
%%ASTERDIR%%/catalo/options/sieq_elno_tuyo.cata
%%ASTERDIR%%/catalo/options/sigm_elno_cart.cata
%%ASTERDIR%%/catalo/options/sigm_elno_coqu.cata
%%ASTERDIR%%/catalo/options/sigm_elno_depl.cata
-%%ASTERDIR%%/catalo/options/sigm_elno_depl_c.cata
-%%ASTERDIR%%/catalo/options/sigm_elno_lagr.cata
-%%ASTERDIR%%/catalo/options/sigm_elno_lgde_f.cata
-%%ASTERDIR%%/catalo/options/sigm_elno_lgde_r.cata
%%ASTERDIR%%/catalo/options/sigm_elno_sens.cata
%%ASTERDIR%%/catalo/options/sigm_elno_sief.cata
%%ASTERDIR%%/catalo/options/sigm_elno_tuyo.cata
-%%ASTERDIR%%/catalo/options/sigm_elno_vari.cata
%%ASTERDIR%%/catalo/options/sing_elem.cata
%%ASTERDIR%%/catalo/options/sing_elno_elem.cata
%%ASTERDIR%%/catalo/options/sipo_elno_depl.cata
@@ -9124,13 +10094,10 @@
%%ASTERDIR%%/catalo/options/tou_ini_elno.cata
%%ASTERDIR%%/catalo/options/vale_ncou_maxi.cata
%%ASTERDIR%%/catalo/options/vari_elga_elno.cata
-%%ASTERDIR%%/catalo/options/vari_elga_vari.cata
%%ASTERDIR%%/catalo/options/vari_elno_coqu.cata
%%ASTERDIR%%/catalo/options/vari_elno_elga.cata
%%ASTERDIR%%/catalo/options/vari_elno_tuyo.cata
-%%ASTERDIR%%/catalo/options/vari_elno_vari.cata
%%ASTERDIR%%/catalo/options/veri_jacobien.cata
-%%ASTERDIR%%/catalo/options/vnor_elem_depl.cata
%%ASTERDIR%%/catalo/options/weibull.cata
%%ASTERDIR%%/catalo/options/xcvbca.cata
%%ASTERDIR%%/catalo/options/xfem_smplx_calc.cata
@@ -9465,6 +10432,7 @@
%%ASTERDIR%%/catapy/commande/calc_cham_elem.capy
%%ASTERDIR%%/catapy/commande/calc_char_cine.capy
%%ASTERDIR%%/catapy/commande/calc_char_seisme.capy
+%%ASTERDIR%%/catapy/commande/calc_ecrevisse.capy
%%ASTERDIR%%/catapy/commande/calc_elem.capy
%%ASTERDIR%%/catapy/commande/calc_essai.capy
%%ASTERDIR%%/catapy/commande/calc_europlexus.capy
@@ -9479,6 +10447,7 @@
%%ASTERDIR%%/catapy/commande/calc_matr_elem.capy
%%ASTERDIR%%/catapy/commande/calc_meta.capy
%%ASTERDIR%%/catapy/commande/calc_modal.capy
+%%ASTERDIR%%/catapy/commande/calc_mode_rotation.capy
%%ASTERDIR%%/catapy/commande/calc_no.capy
%%ASTERDIR%%/catapy/commande/calc_precont.capy
%%ASTERDIR%%/catapy/commande/calc_spec.capy
@@ -9514,6 +10483,7 @@
%%ASTERDIR%%/catapy/commande/defi_inte_spec.capy
%%ASTERDIR%%/catapy/commande/defi_interf_dyna.capy
%%ASTERDIR%%/catapy/commande/defi_list_enti.capy
+%%ASTERDIR%%/catapy/commande/defi_list_inst.capy
%%ASTERDIR%%/catapy/commande/defi_list_reel.capy
%%ASTERDIR%%/catapy/commande/defi_maillage.capy
%%ASTERDIR%%/catapy/commande/defi_materiau.capy
@@ -9549,11 +10519,11 @@
%%ASTERDIR%%/catapy/commande/gene_matr_alea.capy
%%ASTERDIR%%/catapy/commande/gene_vari_alea.capy
%%ASTERDIR%%/catapy/commande/impr_co.capy
+%%ASTERDIR%%/catapy/commande/impr_diag_campbell.capy
%%ASTERDIR%%/catapy/commande/impr_fonction.capy
%%ASTERDIR%%/catapy/commande/impr_gene.capy
%%ASTERDIR%%/catapy/commande/impr_jeveux.capy
%%ASTERDIR%%/catapy/commande/impr_macr_elem.capy
-%%ASTERDIR%%/catapy/commande/impr_matrice.capy
%%ASTERDIR%%/catapy/commande/impr_miss_3d.capy
%%ASTERDIR%%/catapy/commande/impr_oar.capy
%%ASTERDIR%%/catapy/commande/impr_resu.capy
@@ -9583,6 +10553,8 @@
%%ASTERDIR%%/catapy/commande/macr_aspic_mail.capy
%%ASTERDIR%%/catapy/commande/macr_cara_poutre.capy
%%ASTERDIR%%/catapy/commande/macr_ecla_pg.capy
+%%ASTERDIR%%/catapy/commande/macr_ecre_calc.capy
+%%ASTERDIR%%/catapy/commande/macr_ecrevisse.capy
%%ASTERDIR%%/catapy/commande/macr_elem_dyna.capy
%%ASTERDIR%%/catapy/commande/macr_elem_stat.capy
%%ASTERDIR%%/catapy/commande/macr_fiab_impr.capy
@@ -9606,6 +10578,7 @@
%%ASTERDIR%%/catapy/commande/mode_statique.capy
%%ASTERDIR%%/catapy/commande/modi_base_modale.capy
%%ASTERDIR%%/catapy/commande/modi_maillage.capy
+%%ASTERDIR%%/catapy/commande/modi_modele.capy
%%ASTERDIR%%/catapy/commande/modi_modele_xfem.capy
%%ASTERDIR%%/catapy/commande/modi_obstacle.capy
%%ASTERDIR%%/catapy/commande/modi_repere.capy
@@ -9627,7 +10600,6 @@
%%ASTERDIR%%/catapy/commande/post_rccm.capy
%%ASTERDIR%%/catapy/commande/post_releve_t.capy
%%ASTERDIR%%/catapy/commande/post_usure.capy
-%%ASTERDIR%%/catapy/commande/post_zac.capy
%%ASTERDIR%%/catapy/commande/poursuite.capy
%%ASTERDIR%%/catapy/commande/pre_gibi.capy
%%ASTERDIR%%/catapy/commande/pre_gmsh.capy
@@ -9640,6 +10612,7 @@
%%ASTERDIR%%/catapy/commande/proj_vect_base.capy
%%ASTERDIR%%/catapy/commande/propa_fiss.capy
%%ASTERDIR%%/catapy/commande/propa_xfem.capy
+%%ASTERDIR%%/catapy/commande/raff_xfem.capy
%%ASTERDIR%%/catapy/commande/reca_weibull.capy
%%ASTERDIR%%/catapy/commande/recu_fonction.capy
%%ASTERDIR%%/catapy/commande/recu_gene.capy
@@ -9663,9 +10636,16 @@
%%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_convergence.capy
+%%ASTERDIR%%/catapy/commun/c_impl_ex.capy
+%%ASTERDIR%%/catapy/commun/c_increment.capy
+%%ASTERDIR%%/catapy/commun/c_newton.capy
%%ASTERDIR%%/catapy/commun/c_nom_cham_into.capy
%%ASTERDIR%%/catapy/commun/c_nom_grandeur.capy
%%ASTERDIR%%/catapy/commun/c_para_fonction.capy
+%%ASTERDIR%%/catapy/commun/c_rech_lineaire.capy
+%%ASTERDIR%%/catapy/commun/c_relation.capy
+%%ASTERDIR%%/catapy/commun/c_solveur.capy
%%ASTERDIR%%/catapy/commun/c_type_cham_into.capy
%%ASTERDIR%%/catapy/entete/accas.capy
%%ASTERDIR%%/commande/cata.py
@@ -9798,6 +10778,9 @@
%%ASTERDIR%%/forma01a.export
%%ASTERDIR%%/materiau/A42_REF_A.NOMI
%%ASTERDIR%%/profile.sh
+aster/bin/as_run
+aster/bin/parallel_cp
+aster/config.txt
@exec mkdir -p %D/%%TOOLDIR%%
%%ASTK_CLIENT%%@exec ln -sf %%ASTKDIR%%/bin/astk %D/%%TOOLDIR%%/
%%ASTK_CLIENT%%@unexec rm -f %D/%%TOOLDIR%%/astk
@@ -9821,8 +10804,6 @@
%%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
@@ -9848,6 +10829,7 @@
@dirrm %%ASTERDIR%%/bibpyt/Intranet
@dirrm %%ASTERDIR%%/bibpyt/Execution
@dirrm %%ASTERDIR%%/bibpyt/Comportement
+@dirrm %%ASTERDIR%%/bibpyt/Cata_Utils
@dirrm %%ASTERDIR%%/bibpyt/Cata
@dirrm %%ASTERDIR%%/bibpyt/Build
@dirrm %%ASTERDIR%%/bibpyt/Accas
@@ -9855,3 +10837,4 @@
@dirrm %%ASTERDIR%%/astest/sdlx100a.ensi
@dirrm %%ASTERDIR%%/astest
@dirrm %%ASTERDIR%%
+@dirrm aster/bin