diff options
author | bapt <bapt@FreeBSD.org> | 2014-09-02 18:07:49 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-09-02 18:07:49 +0800 |
commit | 10e03167f487d64719cc43ea4950b4d925234d80 (patch) | |
tree | abf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /science/abinit | |
parent | e36550b4b5e2ea827b9bd0c16daa7304d897c23b (diff) | |
download | freebsd-ports-gnome-10e03167f487d64719cc43ea4950b4d925234d80.tar.gz freebsd-ports-gnome-10e03167f487d64719cc43ea4950b4d925234d80.tar.zst freebsd-ports-gnome-10e03167f487d64719cc43ea4950b4d925234d80.zip |
Remove non staged ports without pending PR from s*
Diffstat (limited to 'science/abinit')
-rw-r--r-- | science/abinit/Makefile | 88 | ||||
-rw-r--r-- | science/abinit/distinfo | 2 | ||||
-rw-r--r-- | science/abinit/files/makefile_macros | 50 | ||||
-rw-r--r-- | science/abinit/files/patch-bindings_parser_ab_dtset_c.c | 11 | ||||
-rw-r--r-- | science/abinit/files/patch-bindings_parser_parser.mk | 11 | ||||
-rw-r--r-- | science/abinit/files/patch-config+m4+init.m4 | 129 | ||||
-rw-r--r-- | science/abinit/files/patch-config+optflags | 14 | ||||
-rw-r--r-- | science/abinit/files/patch-config.mk.in | 11 | ||||
-rw-r--r-- | science/abinit/files/patch-config_scripts_make-macros-autotools | 11 | ||||
-rw-r--r-- | science/abinit/files/patch-configure | 27 | ||||
-rw-r--r-- | science/abinit/files/patch-prereqs+linalg+linalg.mk | 11 | ||||
-rw-r--r-- | science/abinit/pkg-descr | 7 | ||||
-rw-r--r-- | science/abinit/pkg-plist | 2407 |
13 files changed, 0 insertions, 2779 deletions
diff --git a/science/abinit/Makefile b/science/abinit/Makefile deleted file mode 100644 index 7f1a021a8a16..000000000000 --- a/science/abinit/Makefile +++ /dev/null @@ -1,88 +0,0 @@ -# Created by: NAKATA Maho <maho@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= abinit -PORTVERSION= 5.7.3 -PORTREVISION= 16 -CATEGORIES= science -MASTER_SITES= ftp://ftp.abinit.org/pub/abinitio/ABINIT_v${PORTVERSION}/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Abinit calculates electronic structure of systems - -BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ - ${PYTHON_SITELIBDIR}/numarray/__init__.py:${PORTSDIR}/math/py-numarray -LIB_DEPENDS= libnetcdff.so:${PORTSDIR}/science/netcdf-fortran \ - libgsl.so:${PORTSDIR}/math/gsl - -USES= fortran gmake perl5 -USE_PYTHON= yes -USE_PERL5= build -USE_AUTOTOOLS= autoconf automake -CONFIGURE_ENV= WGET=${TRUE} -CONFIGURE_ARGS= --disable-wannier90 --disable-bigdft --disable-etsf-io \ - --with-plugins-tardir=/dev/null \ - --with-netcdf-includes="-I${LOCALBASE}/include" \ - --enable-bindings --enable-gsl \ - --with-netcdf-libs="-L${LOCALBASE}/lib -lnetcdff -lnetcdf" -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -OPTIONS_DEFINE= DOCS EXAMPLES - -NO_STAGE= yes -.include <bsd.port.options.mk> - -.if ${PORT_OPTIONS:MDOCS} -USE_TEX= latex:build dvipsk:build -BUILD_DEPENDS+= gm4:${PORTSDIR}/devel/m4 \ - markdown:${PORTSDIR}/textproc/markdown -USE_GHOSTSCRIPT_BUILD= yes -.endif - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -MANUAL_PACKAGE_BUILD= takes a tremendous amount of time to build on pointyhat nodes -.endif - -.if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) -WITH_ATLAS= yes -.endif -.if defined(WITH_ATLAS) -LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas -BLAS= -lf77blas -LAPACK= -lalapack -lcblas -.else -LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas -LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack -BLAS= -lblas -LAPACK= -llapack -.endif - -pre-configure: -.if ! ${PORT_OPTIONS:MDOCS} - ${REINPLACE_CMD} -e '/^abinit_top_subdirs =/s| doc||' ${WRKSRC}/config/specs/other.cf -.endif -.if ! ${PORT_OPTIONS:MEXAMPLES} - ${REINPLACE_CMD} -e '/^abinit_top_subdirs =/s| tests||' ${WRKSRC}/config/specs/other.cf -.endif - (cd ${WRKSRC} && ./config/scripts/makemake) - ${CHMOD} a+x ${WRKSRC}/bindings/parser/*.py - -post-build: - @(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} libabinit) - -post-install: - ${MKDIR} ${PREFIX}/include ${PREFIX}/lib -.for lf in libabinip.a libabinis.a - ${INSTALL_DATA} ${WRKSRC}/${lf} ${PREFIX}/lib -.endfor -.for lf in ab_dtset_c.h dtset_c.h dtset_c.static.h dtset_f90.inc dtset_py.h \ - ab_dtset_f90_get.f90 - ${INSTALL_DATA} ${WRKSRC}/bindings/parser/${lf} ${PREFIX}/include -.endfor - -regression-test: - cd ${WRKSRC}/tests ; ${MAKE_CMD} tests_min - -.include <bsd.port.mk> diff --git a/science/abinit/distinfo b/science/abinit/distinfo deleted file mode 100644 index f7a015b72b79..000000000000 --- a/science/abinit/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (abinit-5.7.3.tar.gz) = caac56530ceaa5e16326fd4407adcd0b1aede07ded51017f3eb6a6a3696c2867 -SIZE (abinit-5.7.3.tar.gz) = 31683174 diff --git a/science/abinit/files/makefile_macros b/science/abinit/files/makefile_macros deleted file mode 100644 index 3fec072104db..000000000000 --- a/science/abinit/files/makefile_macros +++ /dev/null @@ -1,50 +0,0 @@ -# This file contains the definitions needed for every possible script -# to be used with the ABINIT makefiles. It is very much machine-dependent. -# It is read by makemake and makearch. - -# This file for cernunnos (Pentium 4, Slackware Linux) at the Institute for -# Materials Physics, University of Vienna, by Wolfgang Pichl -# with the Intel compiler, Version 7.1 -# see http://www.intel.com/software/products/compilers/flin/noncom.htm - -# In this file, the blas library is linked in the same way as the other -# libraries (lapack, ffts, numrecip). - -# Explanations about this file can be found in the help.makefile_macros file, -# in the Infos subdirectory - -#################################################################### -# Only for the sequential version - -# Machine type -MACHINE=P6 -# Fortran optimized compilation -FC=%%FC%% -FFLAGS=%%FFLAGS%% -FFLAGS_LIBS=%%FFLAGS_LIBS%% - -# C preprocessor, used to preprocess the fortran source. -CPP=%%CPP%% -CPP_FLAGS=-P -traditional -D__IFC -# The cpp directive CHGSTDIO changes the standard I/O definition -# Uncomment the next line for this to happen. -#CPP_FLAGS=-P -DCHGSTDIO - -# C optimized compilation. -CC=%%CC%% -CFLAGS=%%CFLAGS%% - -# Location of perl . Used to generate the script fldiff, in ~ABINIT/Utilities . -PERL=%%PERL%% - -# List of machine-dependent routines -MACHINE_DEP_C_SEQ_SUBS_LIST=etime.o - -# Create BLAS library from abinis source -# The following lines should be redundant, since this is the default -# however, we got troubles when they where missing -BLAS=%%BLAS%% -LAPACK=%%LAPACK%% -LIBS=$(LAPACK) $(BLAS) - -# This is a last line in makefile_macros ---------- diff --git a/science/abinit/files/patch-bindings_parser_ab_dtset_c.c b/science/abinit/files/patch-bindings_parser_ab_dtset_c.c deleted file mode 100644 index e1f4eb3da3ec..000000000000 --- a/science/abinit/files/patch-bindings_parser_ab_dtset_c.c +++ /dev/null @@ -1,11 +0,0 @@ ---- bindings/parser/ab_dtset_c.c.orig 2009-02-22 07:08:32.000000000 +0100 -+++ bindings/parser/ab_dtset_c.c 2009-03-26 22:21:33.000000000 +0100 -@@ -7,6 +7,8 @@ - /* g95 : #define FC_MOD_NAME(A) ab_dtset_MP_ ## A */ - #define FC_MOD_CALL(A,...) FC_MOD_NAME(A)(__VA_ARGS__) - -+typedef unsigned int uint; -+ - /* Fortran interface. */ - void FC_MOD_NAME(ab_dtset_new)(int *dt, const char *filename, int *len); - void FC_MOD_NAME(ab_dtset_new_from_string)(int *dt, const char *string, int *len); diff --git a/science/abinit/files/patch-bindings_parser_parser.mk b/science/abinit/files/patch-bindings_parser_parser.mk deleted file mode 100644 index 8ce3bac27ce3..000000000000 --- a/science/abinit/files/patch-bindings_parser_parser.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- bindings/parser/parser.mk~ 2009-03-11 14:12:20.000000000 +0900 -+++ bindings/parser/parser.mk 2009-04-13 11:53:44.000000000 +0900 -@@ -25,7 +25,7 @@ - $(RANLIB) libbindings.a - - ab_dtset_py.o: dtset_py.h ab_dtset_c.h -- $(CC) $(CPPFLAGS) $(PYTHON_CPPFLAGS) -I. $(CFLAGS) -c $(abinit_srcdir)/bindings/parser/ab_dtset_py.c -+ $(CC) $(CPPFLAGS) $(CFLAGS_EXTRA) $(PYTHON_CPPFLAGS) -I. $(CFLAGS) -c $(abinit_srcdir)/bindings/parser/ab_dtset_py.c - - - python: ab_dtset_py.o diff --git a/science/abinit/files/patch-config+m4+init.m4 b/science/abinit/files/patch-config+m4+init.m4 deleted file mode 100644 index 0d31f2013a99..000000000000 --- a/science/abinit/files/patch-config+m4+init.m4 +++ /dev/null @@ -1,129 +0,0 @@ ---- ./config/m4/init.m4.orig 2009-03-11 06:12:22.000000000 +0100 -+++ ./config/m4/init.m4 2009-03-28 16:29:06.000000000 +0100 -@@ -231,6 +231,101 @@ - abi_cpu_bits="64" - ;; - -+ i386-*freebsd*) -+ dnl Pentium 3 ? -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model=`sysctl hw.model | grep 'Pentium III'` -+ if test "${abi_cpu_model}" != ""; then -+ abi_cpu_model="pentium3" -+ abi_cpu_64bits="no" -+ abi_cpu_bits="32" -+ fi -+ fi -+ dnl Pentium 4 ? -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model=`sysctl hw.model | grep 'Intel(R) Pentium(R) 4'` -+ if test "${abi_cpu_model}" != ""; then -+ abi_cpu_model="pentium4" -+ abi_cpu_64bits="no" -+ abi_cpu_bits="32" -+ fi -+ fi -+ dnl Pentium 4M ? -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model=`sysctl hw.model | grep 'Intel(R) Pentium(R) M'` -+ if test "${abi_cpu_model}" != ""; then -+ abi_cpu_model="pentium4" -+ abi_cpu_64bits="no" -+ abi_cpu_bits="32" -+ fi -+ fi -+ dnl Unknown -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model="unknown" -+ fi -+ dnl The processor is anyway 32-bit -+ abi_cpu_64bits="no" -+ abi_cpu_bits="32" -+ ;; -+ -+ amd64-*freebsd*) -+ dnl Opteron ? -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model=`sysctl hw.model | grep 'Opteron'` -+ if test "${abi_cpu_model}" != ""; then -+ abi_cpu_model="opteron" -+ abi_cpu_64bits="yes" -+ abi_cpu_bits="64" -+ fi -+ fi -+ dnl Xeon ? -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model=`sysctl hw.model | grep 'Intel(R) XEON(TM)'` -+ if test "${abi_cpu_model}" != ""; then -+ abi_cpu_model="xeon" -+ abi_cpu_64bits="yes" -+ abi_cpu_bits="64" -+ fi -+ fi -+ dnl Unknown -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model="unknown" -+ fi -+ dnl The processor is anyway 64-bit -+ abi_cpu_64bits="yes" -+ abi_cpu_bits="64" -+ ;; -+ -+ ia64-*freebsd*) -+ dnl Itanium 1 ? -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model=`sysctl hw.model | grep 'Itanium 1'` -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model="itanium1" -+ fi -+ fi -+ dnl Itanium 2 ? -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model=`sysctl hw.model | grep 'Itanium 2'` -+ if test "${abi_cpu_model}" != ""; then -+ abi_cpu_model="itanium2" -+ fi -+ fi -+ dnl Unknown -+ if test "${abi_cpu_model}" = ""; then -+ abi_cpu_model="unknown" -+ fi -+ dnl The processor is anyway 64-bit -+ abi_cpu_64bits="yes" -+ abi_cpu_bits="64" -+ ;; -+ -+ sparc64-*freebsd*) -+ abi_cpu_model="unknown" -+ abi_cpu_64bits="yes" -+ abi_cpu_bits="64" -+ ;; -+ - esac - - AC_SUBST(abi_cpu_vendor) -@@ -289,15 +384,15 @@ - fi - - dnl Set-up all directory names -- abinit_bindir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/bin" -- abinit_chkdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/tests" -- abinit_datdir="${abinit_prefix}/abinit" -- abinit_docdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/doc" -- abinit_incdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/include" -- abinit_libdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/lib" -- abinit_mandir="${abinit_prefix}/abinit/man" -- abinit_rundir="${abinit_prefix}/abinit/bin" -- abinit_wwwdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/www" -+ abinit_bindir="${abinit_prefix}/bin" -+ abinit_chkdir="${abinit_prefix}/share/examples/abinit/tests" -+ abinit_datdir="${abinit_prefix}/share/abinit" -+ abinit_docdir="${abinit_prefix}/share/doc/abinit/" -+ abinit_incdir="${abinit_prefix}/include/abinit" -+ abinit_libdir="${abinit_prefix}/lib" -+ abinit_mandir="${abinit_prefix}/man" -+ abinit_rundir="${abinit_prefix}/bin" -+ abinit_wwwdir="${abinit_prefix}/www/abinit" - - dnl Substitute all variables - AC_SUBST(abinit_prefix) diff --git a/science/abinit/files/patch-config+optflags b/science/abinit/files/patch-config+optflags deleted file mode 100644 index 148b307fe95d..000000000000 --- a/science/abinit/files/patch-config+optflags +++ /dev/null @@ -1,14 +0,0 @@ ---- /dev/null Wed Jan 17 11:53:59 2007 -+++ config/optflags/gnu_fc/all/opteron Wed Jan 17 11:53:27 2007 -@@ -0,0 +1 @@ -+FCFLAGS_OPT="-O2 -fforce-addr -ffast-math -mmmx -msse -msse2" - ---- /dev/null Wed Jan 17 11:55:01 2007 -+++ config/optflags/gnu_cc/all/opteron Wed Jan 17 11:54:40 2007 -@@ -0,0 +1 @@ -+CFLAGS_OPT="-O2 -fforce-addr -ffast-math -mmmx -msse -msse2" - ---- /dev/null Wed Jan 17 11:55:01 2007 -+++ config/optflags/gnu_cxx/all/opteron Wed Jan 17 11:54:40 2007 -@@ -0,0 +1 @@ -+CFLAGS_OPT="-O2 -fforce-addr -ffast-math -mmmx -msse -msse2" diff --git a/science/abinit/files/patch-config.mk.in b/science/abinit/files/patch-config.mk.in deleted file mode 100644 index e69c33ab59cb..000000000000 --- a/science/abinit/files/patch-config.mk.in +++ /dev/null @@ -1,11 +0,0 @@ ---- config.mk.in.orig 2009-02-22 07:08:32.000000000 +0100 -+++ config.mk.in 2009-03-08 09:54:35.000000000 +0100 -@@ -41,7 +41,7 @@ - PYTHON = @PYTHON@ - LN_S = @LN_S@ - EGREP = @EGREP@ --MKDIR_P = @MKDIR_P@ -+MKDIR_P = @abinit_builddir@/@MKDIR_P@ - - # Architecture - target = @target@ diff --git a/science/abinit/files/patch-config_scripts_make-macros-autotools b/science/abinit/files/patch-config_scripts_make-macros-autotools deleted file mode 100644 index 690b7c8cb422..000000000000 --- a/science/abinit/files/patch-config_scripts_make-macros-autotools +++ /dev/null @@ -1,11 +0,0 @@ ---- ./config/scripts/make-macros-autotools.orig 2009-02-22 07:08:33.000000000 +0100 -+++ ./config/scripts/make-macros-autotools 2009-03-25 22:34:01.000000000 +0100 -@@ -413,7 +413,7 @@ - now = strftime("%Y/%m/%d %H:%M:%S +0000",gmtime()) - - # Get Autotools versions --(m4_ret,m4_version) = commands.getstatusoutput("m4 --version") -+(m4_ret,m4_version) = commands.getstatusoutput("gm4 --version") - (ac_ret,ac_version) = commands.getstatusoutput("autoconf --version") - (am_ret,am_version) = commands.getstatusoutput("automake --version") - (lt_ret,lt_version) = commands.getstatusoutput("libtool --version") diff --git a/science/abinit/files/patch-configure b/science/abinit/files/patch-configure deleted file mode 100644 index 64c8c2e1efdf..000000000000 --- a/science/abinit/files/patch-configure +++ /dev/null @@ -1,27 +0,0 @@ ---- configure.orig 2009-02-22 08:32:10.000000000 +0100 -+++ configure 2009-03-09 20:01:48.000000000 +0100 -@@ -5151,15 +5151,15 @@ - abinit_prefix="${prefix}" - fi - -- abinit_bindir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/bin" -- abinit_chkdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/tests" -- abinit_datdir="${abinit_prefix}/abinit" -- abinit_docdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/doc" -- abinit_incdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/include" -- abinit_libdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/lib" -- abinit_mandir="${abinit_prefix}/abinit/man" -- abinit_rundir="${abinit_prefix}/abinit/bin" -- abinit_wwwdir="${abinit_prefix}/abinit/${ABINIT_VERSION_BASE}/www" -+ abinit_bindir="${abinit_prefix}/bin" -+ abinit_chkdir="${abinit_prefix}/share/examples/abinit/tests" -+ abinit_datdir="${abinit_prefix}/share/abinit" -+ abinit_docdir="${abinit_prefix}/share/doc/abinit/" -+ abinit_incdir="${abinit_prefix}/include/abinit" -+ abinit_libdir="${abinit_prefix}/lib" -+ abinit_mandir="${abinit_prefix}/man" -+ abinit_rundir="${abinit_prefix}/bin" -+ abinit_wwwdir="${abinit_prefix}/www/abinit" - - - diff --git a/science/abinit/files/patch-prereqs+linalg+linalg.mk b/science/abinit/files/patch-prereqs+linalg+linalg.mk deleted file mode 100644 index c64ff71cbca9..000000000000 --- a/science/abinit/files/patch-prereqs+linalg+linalg.mk +++ /dev/null @@ -1,11 +0,0 @@ ---- prereqs/linalg/linalg.mk~ 2009-03-11 14:12:18.000000000 +0900 -+++ prereqs/linalg/linalg.mk 2009-04-13 11:39:18.000000000 +0900 -@@ -32,7 +32,7 @@ - touch build-stamp - - install-stamp: build -- $(MKDIR_P) tmp/lib -+ mkdir -p tmp/lib - cp blas/libblas.a lapack/liblapack.a tmp/lib - touch install-stamp - diff --git a/science/abinit/pkg-descr b/science/abinit/pkg-descr deleted file mode 100644 index 54c997fdb564..000000000000 --- a/science/abinit/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -ABINIT is a package whose main program allows one to find -the total energy, charge density and electronic structure of -systems made of electrons and nulcei (molecules and periodic -solids) within Density Functional Theory (DFT), using pseudo- -potentials and a planewave basis. - -WWW: http://www.abinit.org/ diff --git a/science/abinit/pkg-plist b/science/abinit/pkg-plist deleted file mode 100644 index 9d0e50ca46a3..000000000000 --- a/science/abinit/pkg-plist +++ /dev/null @@ -1,2407 +0,0 @@ -bin/abinetcdf -bin/abinis -bin/aim -bin/anaddb -bin/band2eps -bin/conducti -bin/cut3d -bin/lwf -bin/macroave -bin/mrgddb -bin/mrggkk -bin/mrgscr -bin/newsp -bin/optic -include/ab_dtset_c.h -include/ab_dtset_f90_get.f90 -include/dtset_c.h -include/dtset_c.static.h -include/dtset_f90.inc -include/dtset_py.h -lib/libabibase.a -lib/libabinip.a -lib/libabinis.a -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/build/README -%%PORTDOCS%%%%DOCSDIR%%/build/adding-extlibs.tex -%%PORTDOCS%%%%DOCSDIR%%/build/before-starting.tex -%%PORTDOCS%%%%DOCSDIR%%/build/build-docs.mk -%%PORTDOCS%%%%DOCSDIR%%/build/build-system-guide.pdf -%%PORTDOCS%%%%DOCSDIR%%/build/build-system-guide.tex -%%PORTDOCS%%%%DOCSDIR%%/build/configure-options.tex -%%PORTDOCS%%%%DOCSDIR%%/build/contributors.tex -%%PORTDOCS%%%%DOCSDIR%%/build/conventions.tex -%%PORTDOCS%%%%DOCSDIR%%/build/extending-the-build-system.tex -%%PORTDOCS%%%%DOCSDIR%%/build/overview.tex -%%PORTDOCS%%%%DOCSDIR%%/build/preprocessing-macros.tex -%%PORTDOCS%%%%DOCSDIR%%/config/build-config.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/README -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/alphaev67-compaq_deccint.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-g95-mpich_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-g95-openmpi_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-gfortran4.1_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-gfortran4.2_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-gfortran4.3_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-intel10.1_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-intel9.1_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-open64_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-pathscale_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-pgi7.2-3_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/amd-sunstudio12_chum.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/fujitsu-fujitsu_eliza.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-gfortran_mac.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-intel9.0_hemera.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-intel9.1_antarion.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/i686-intel9.1_sirius.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/ia64-intel8.1_chpit.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/ia64-intel9.1_arina.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/intel-gfortran4.3_bigmac.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/itanium2-intel9.1_urano.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/macosx-gfortran_gandalf.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/macosx-gfortran_rafael.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/mips-mipspro_spinoza.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/opteron-intel9.1_lemaitre.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc-ibm_datastar.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc-ibm_dirac.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc-ibm_generic.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc-ibm_max.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/powerpc64-ibm_fock.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-examples/sr11k-hitachi_hikari1.ac -%%PORTDOCS%%%%DOCSDIR%%/config/build-howto.txt -%%PORTDOCS%%%%DOCSDIR%%/config/mpi-options.html -%%PORTDOCS%%%%DOCSDIR%%/config/using-configure.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/FFT_in_parallel.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/HM2.document.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/HM5.document.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/MACHINES -%%PORTDOCS%%%%DOCSDIR%%/developers/Markdown-HOWTO -%%PORTDOCS%%%%DOCSDIR%%/developers/NetCDF-API -%%PORTDOCS%%%%DOCSDIR%%/developers/Patches-HOWTO -%%PORTDOCS%%%%DOCSDIR%%/developers/README -%%PORTDOCS%%%%DOCSDIR%%/developers/checklist.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/contributing.html -%%PORTDOCS%%%%DOCSDIR%%/developers/contributors.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/devs.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/dirs_and_files.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/formabinit.css -%%PORTDOCS%%%%DOCSDIR%%/developers/format_KSS.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/planning.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/preprocessing-options.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/programmer_guide.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/rules_OMP.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/rules_coding.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/rules_paral.txt -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/README -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/d2term1.fort -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/d2term1.out -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/format_code.c -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/fort_2fix.scr -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/fort_fix3.scr -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/fort_fixis.scr -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/make_met2str.m -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/make_metintstr.m -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/make_metintstrv.m -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/make_metstr3.m -%%PORTDOCS%%%%DOCSDIR%%/developers/strain_nonlocal/strainpert.pdf -%%PORTDOCS%%%%DOCSDIR%%/developers/use_cpp.txt -%%PORTDOCS%%%%DOCSDIR%%/features/features.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v2.3.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.0.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.1.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.2.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.3.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v3.4.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.0.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.1.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.2.htm -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.3.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.4.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.5.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.6.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v4.7.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.0.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.1.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.2.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.3.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.4.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.5.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.6.html -%%PORTDOCS%%%%DOCSDIR%%/features/features_v5.7.html -%%PORTDOCS%%%%DOCSDIR%%/gallery/Plot1.jpg -%%PORTDOCS%%%%DOCSDIR%%/gallery/mode.png -%%PORTDOCS%%%%DOCSDIR%%/gallery/pcpm.gif -%%PORTDOCS%%%%DOCSDIR%%/gallery/t5o_DEN.png -%%PORTDOCS%%%%DOCSDIR%%/gallery/t5o_DEN.ps.gz -%%PORTDOCS%%%%DOCSDIR%%/gallery/t5o_DEN_extended.png -%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_doc -%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_src -%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_tests -%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_tests_dev -%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_top -%%PORTDOCS%%%%DOCSDIR%%/help_make/help_make_top_dev -%%PORTDOCS%%%%DOCSDIR%%/input_variables/README_EFIELD_BEC_DIEL -%%PORTDOCS%%%%DOCSDIR%%/input_variables/formabinit.css -%%PORTDOCS%%%%DOCSDIR%%/input_variables/keyhr.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varbas.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/vardev.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varfil.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/vargeo.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/vargs.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/vargw.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varint.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varpar.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varpaw.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varrf.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varrlx.html -%%PORTDOCS%%%%DOCSDIR%%/input_variables/varw90.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v1.7.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v1.8.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v1.9.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v2.0.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v2.1.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v2.2.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v2.3.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.0.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.1.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.2.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.3.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v3.4.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.0.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.1.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.2.htm -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.3.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.4.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.5.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.6.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v4.7.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.0.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.1.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.2.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.3.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.4.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.5.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.6.html -%%PORTDOCS%%%%DOCSDIR%%/install_notes/install_v5.7.html -%%PORTDOCS%%%%DOCSDIR%%/known_problems/known_problems.4.6.x -%%PORTDOCS%%%%DOCSDIR%%/macroave/README -%%PORTDOCS%%%%DOCSDIR%%/macroave/macroave-docs.mk -%%PORTDOCS%%%%DOCSDIR%%/macroave/macroave.pdf -%%PORTDOCS%%%%DOCSDIR%%/macroave/macroave.tex -%%PORTDOCS%%%%DOCSDIR%%/maintainers/TODO-doc -%%PORTDOCS%%%%DOCSDIR%%/maintainers/check_list.txt -%%PORTDOCS%%%%DOCSDIR%%/manpages/abinit.1 -%%PORTDOCS%%%%DOCSDIR%%/misc/ATLAS -%%PORTDOCS%%%%DOCSDIR%%/misc/AtomicReferenceData -%%PORTDOCS%%%%DOCSDIR%%/misc/BibSearch -%%PORTDOCS%%%%DOCSDIR%%/misc/Crystals -%%PORTDOCS%%%%DOCSDIR%%/misc/DFT -%%PORTDOCS%%%%DOCSDIR%%/misc/DetectMemLeaks -%%PORTDOCS%%%%DOCSDIR%%/misc/ElectronicStructure_DDB -%%PORTDOCS%%%%DOCSDIR%%/misc/Equation_of_state -%%PORTDOCS%%%%DOCSDIR%%/misc/FLOP.benchmark -%%PORTDOCS%%%%DOCSDIR%%/misc/Graphics -%%PORTDOCS%%%%DOCSDIR%%/misc/Guidelines_for_presentation -%%PORTDOCS%%%%DOCSDIR%%/misc/Landolt-Boernstein -%%PORTDOCS%%%%DOCSDIR%%/misc/LectureNotes -%%PORTDOCS%%%%DOCSDIR%%/misc/Links_for_Fortran_codes -%%PORTDOCS%%%%DOCSDIR%%/misc/LiterateProgramming -%%PORTDOCS%%%%DOCSDIR%%/misc/PLOTMTV_Phonons -%%PORTDOCS%%%%DOCSDIR%%/misc/PeriodicTable -%%PORTDOCS%%%%DOCSDIR%%/misc/Phonon_dispersion -%%PORTDOCS%%%%DOCSDIR%%/misc/Publishing_in_English -%%PORTDOCS%%%%DOCSDIR%%/misc/README -%%PORTDOCS%%%%DOCSDIR%%/misc/Scilab_vs_Matlab -%%PORTDOCS%%%%DOCSDIR%%/misc/TtH -%%PORTDOCS%%%%DOCSDIR%%/misc/VASP_Data_View -%%PORTDOCS%%%%DOCSDIR%%/misc/XCrysDen -%%PORTDOCS%%%%DOCSDIR%%/presentation/coding.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/easy.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/features1.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/features2.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/groups.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/motivation.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/open.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/overview.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/portable.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/presentation-docs.mk -%%PORTDOCS%%%%DOCSDIR%%/presentation/presentation.pdf -%%PORTDOCS%%%%DOCSDIR%%/presentation/presentation.tex -%%PORTDOCS%%%%DOCSDIR%%/presentation/reliable.tex -%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp1_data.txt -%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp1_info.txt -%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp3_info.txt -%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp45_info.txt -%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp5spinorbit_info.txt -%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp6_info.txt -%%PORTDOCS%%%%DOCSDIR%%/psp_infos/psp8_info.txt -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v2.3.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.0.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.1.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.2.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.3.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v3.4.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.0.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.1.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.2.htm -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.3.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.4.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.5.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.6.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v4.7.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.0.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.1.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.2.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.3.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.4.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.5.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.6.html -%%PORTDOCS%%%%DOCSDIR%%/release_notes/release_notes_v5.7.html -%%PORTDOCS%%%%DOCSDIR%%/theory/1WF.pdf -%%PORTDOCS%%%%DOCSDIR%%/theory/1WF.tex -%%PORTDOCS%%%%DOCSDIR%%/theory/ABINIT-documentation-elasticity.odt -%%PORTDOCS%%%%DOCSDIR%%/theory/Figure.eps -%%PORTDOCS%%%%DOCSDIR%%/theory/Figure.png -%%PORTDOCS%%%%DOCSDIR%%/theory/README -%%PORTDOCS%%%%DOCSDIR%%/theory/elasticity-oganov.pdf -%%PORTDOCS%%%%DOCSDIR%%/theory/geometry.pdf -%%PORTDOCS%%%%DOCSDIR%%/theory/geometry.tex -%%PORTDOCS%%%%DOCSDIR%%/theory/gwa.pdf -%%PORTDOCS%%%%DOCSDIR%%/theory/gwa.tex -%%PORTDOCS%%%%DOCSDIR%%/theory/noncol.pdf -%%PORTDOCS%%%%DOCSDIR%%/theory/noncol.tex -%%PORTDOCS%%%%DOCSDIR%%/theory/response.eps -%%PORTDOCS%%%%DOCSDIR%%/theory/set_WFs.pdf -%%PORTDOCS%%%%DOCSDIR%%/theory/set_WFs.tex -%%PORTDOCS%%%%DOCSDIR%%/theory/theory-docs.mk -%%PORTDOCS%%%%DOCSDIR%%/theory/vanderbilt-anaddb-notes.pdf -%%PORTDOCS%%%%DOCSDIR%%/theory/vanderbilt-anaddb-notes.tex -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_1.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_1/Plot1.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_1/dim.m -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_2.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_3.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_4.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_cp1.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_sequencer_control.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_view_control.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_vpe1.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/opendx_vpe2.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_analysis_tools/si_den_111.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_elastic.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_elphon.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_ffield.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_ffield/image004.gif -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_ffield/image007.gif -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_gw1.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_gw2.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_ldau.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/filelist.xml -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image001.gif -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image002.pct -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image003.gif -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image005.pct -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image006.gif -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image008.pct -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_nlo/image009.gif -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_optic.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_optic/toptic_ref_0001_0001-linopt.out -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_optic/toptic_ref_0001_0002_0003-ChiTotIm.out -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_optic/toptic_ref_0001_0002_0003-ChiTotRe.out -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_parallelism.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_parallelism/lesson_parallelism_overhead.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_parallelism/lesson_parallelism_speedup.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1/DOS-2proj.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1/DOS-4proj.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1/DOS-6proj.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw1/etotal-acell.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/AtompawAbinit.tar.gz -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input.semicore -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input.vanderbilt -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input1 -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input2 -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.atompaw.input3 -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/Ni.ghost.atompaw.input -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/RSO.png -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/RSOcompa.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/abinit.pawps.rrkj -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/acell-etotal.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/atompawUG.pdf -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/ecut.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log0a.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log0b.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log1a.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log1b.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log1c.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/log2a.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/wfn1a.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/wfn6a.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_paw2/wfn6b.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_rf1.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_rf2.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_rf2/trf2_6.out.eps -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_source_code.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin/bccfe_mag_dos2.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin/bccfe_nonmag_dos2.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin/energy_diff_fccfe.jpg -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_spin/gz2.py -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_tddft.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_visual.txt -%%PORTDOCS%%%%DOCSDIR%%/tutorial/lesson_wannier90.html -%%PORTDOCS%%%%DOCSDIR%%/tutorial/welcome.html -%%PORTDOCS%%%%DOCSDIR%%/users/AbinitBandStructureMaker_manual.pdf -%%PORTDOCS%%%%DOCSDIR%%/users/AbinitBandStructureMaker_manual.tex -%%PORTDOCS%%%%DOCSDIR%%/users/FAQ.html -%%PORTDOCS%%%%DOCSDIR%%/users/How_to_use_LDA+U.txt -%%PORTDOCS%%%%DOCSDIR%%/users/abinis_help.html -%%PORTDOCS%%%%DOCSDIR%%/users/acknowledgments.html -%%PORTDOCS%%%%DOCSDIR%%/users/aim_help.html -%%PORTDOCS%%%%DOCSDIR%%/users/aimhelp.pdf -%%PORTDOCS%%%%DOCSDIR%%/users/aimhelp.ps -%%PORTDOCS%%%%DOCSDIR%%/users/aimhelp.tex -%%PORTDOCS%%%%DOCSDIR%%/users/anaddb_help.html -%%PORTDOCS%%%%DOCSDIR%%/users/band2eps_help -%%PORTDOCS%%%%DOCSDIR%%/users/bibliography.html -%%PORTDOCS%%%%DOCSDIR%%/users/conducti_manual.pdf -%%PORTDOCS%%%%DOCSDIR%%/users/conducti_manual.tex -%%PORTDOCS%%%%DOCSDIR%%/users/conductivity_paw_manu.pdf -%%PORTDOCS%%%%DOCSDIR%%/users/conductivity_paw_manu.tex -%%PORTDOCS%%%%DOCSDIR%%/users/context.txt -%%PORTDOCS%%%%DOCSDIR%%/users/cut3d_help.html -%%PORTDOCS%%%%DOCSDIR%%/users/ddbs_upgrade.txt -%%PORTDOCS%%%%DOCSDIR%%/users/elphon_manual.pdf -%%PORTDOCS%%%%DOCSDIR%%/users/elphon_manual.tex -%%PORTDOCS%%%%DOCSDIR%%/users/formabinit.css -%%PORTDOCS%%%%DOCSDIR%%/users/gwmanual.txt -%%PORTDOCS%%%%DOCSDIR%%/users/linear_optics_paw.pdf -%%PORTDOCS%%%%DOCSDIR%%/users/linear_optics_paw.tex -%%PORTDOCS%%%%DOCSDIR%%/users/mrgddb_help.html -%%PORTDOCS%%%%DOCSDIR%%/users/netiquette.html -%%PORTDOCS%%%%DOCSDIR%%/users/new_user_guide.html -%%PORTDOCS%%%%DOCSDIR%%/users/newsp_help.txt -%%PORTDOCS%%%%DOCSDIR%%/users/optic_help.html -%%PORTDOCS%%%%DOCSDIR%%/users/other_codes.txt -%%PORTDOCS%%%%DOCSDIR%%/users/paral_use.txt -%%PORTDOCS%%%%DOCSDIR%%/users/piezoelectric.txt -%%PORTDOCS%%%%DOCSDIR%%/users/positronmanual.txt -%%PORTDOCS%%%%DOCSDIR%%/users/problem_report.txt -%%PORTDOCS%%%%DOCSDIR%%/users/respfn_help.html -%%PORTDOCS%%%%DOCSDIR%%/users/respfn_help.keep -%%PORTDOCS%%%%DOCSDIR%%/users/spacegrouphelpfile.html -%%PORTDOCS%%%%DOCSDIR%%/users/spgrcopyright.html -%%PORTDOCS%%%%DOCSDIR%%/users/spgrdefinition.html -%%PORTDOCS%%%%DOCSDIR%%/users/spgrdescription.html -%%PORTDOCS%%%%DOCSDIR%%/users/spgrhead.html -%%PORTDOCS%%%%DOCSDIR%%/users/tuning.txt -%%PORTDOCS%%%%DOCSDIR%%/users/users-docs.mk -%%PORTDOCS%%%%DOCSDIR%%/versioning/abinit-website.txt -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-intro-p1.txt -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-intro-p2.txt -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-intro-p3.txt -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-logo.eps -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-logo.png -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-logo.xcf -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-quickref.pdf -%%PORTDOCS%%%%DOCSDIR%%/versioning/bzr-quickref.tex -%%PORTDOCS%%%%DOCSDIR%%/versioning/leaflet.cls -%%PORTDOCS%%%%DOCSDIR%%/versioning/vcs-comparison.txt -%%PORTDOCS%%%%DOCSDIR%%/versioning/versioning-docs.mk -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/0.11-Na.8.density.AE -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/0.17-Cl.8.density.AE -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/01h.bare -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/01h.pspgth -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/01h_WC.fhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/02he.bare -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/03-Li.psp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/03li.pspfhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/04be.pspgth -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/05b.soft_tm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/06c.pspgth -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o-gga.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o.6.blyp.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o.6.bp.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o.6.olyp.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o.pspgth -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/08o_001023.pspfhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/09-F.psp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/11na.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/12mg.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/12mg.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.981214.fhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.pspgth -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13al.psppos -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/13alpos.psppos -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14Si_pade-q4 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.Doug_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.Hamann_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.phoney_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.psp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.pspgth -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/14si_WC.fhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/15p.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/17cl.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/19k.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/1h.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/1h.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/20ca.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/20ca.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/20ca_sic.drh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/22ti.psp_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/22ti.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/24cr.000107.fhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/26fe.num.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/26fe.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/26fe.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/28ni-gga.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/28ni.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/28ni.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/2he.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/2he_ca_30t.psp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/31Ga_LDA_abinit -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/31ga.SGS_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/31ga.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/31ga.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/32ge.SJ_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/32ge_lda.fhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33As_LDA_abinit -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33as.SGS_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33as.drh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33as.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/33as.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/3li.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/41nb.pspfhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/41nb_001023.pspfhi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/42mo.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/4be.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/4be.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/50sn.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/50sn.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/50sn.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/51Sb_pbe-q5 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/56ba.psp_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/57la.drh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/5b.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/64gd.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c.lda.atompaw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c.lda.test-2proj.atompaw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c.lda.test-6proj.atompaw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/6c_lda.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/70yb.pho -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/70yb.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/73ta.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/73ta.hghsc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/73ta.tm_so -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/78pt.18.khgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/79au.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/79au.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/7n.1s.psp_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/7n.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/7n.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/82pb.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/82pb.960808c_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/83bi.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/83bi.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/83bi_halfso.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.2.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.phoney_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.psp_mod -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.psphgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/8o_sic.drh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/9f.pspnc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/Al.gga.uspp.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/As_ps.abinit.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/F.noRSO.rc1.4.pawps -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/10ne.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/11na.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/11na.9.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/12mg.10.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/12mg.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/13al.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/14si.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/15p.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/16s.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/17cl.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/18ar.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/19k.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/19k.9.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/1h.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/20ca.10.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/20ca.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/21sc.11.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/21sc.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/22ti.12.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/22ti.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/23v.13.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/23v.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/24cr.14.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/24cr.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/25mn.15.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/25mn.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/26fe.16.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/26fe.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/27co.17.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/27co.9.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/28ni.10.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/28ni.18.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/29cu.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/29cu.11.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/2he.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/30zn.12.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/30zn.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/31ga.13.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/31ga.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/32ge.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/33as.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/34se.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/35br.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/36kr.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/37rb.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/37rb.9.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/38sr.10.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/38sr.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/39y.11.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/39y.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/3li.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/3li.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/40zr.12.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/40zr.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/41nb.13.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/41nb.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/42mo.14.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/42mo.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/43tc.15.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/43tc.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/44ru.16.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/44ru.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/45rh.17.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/45rh.9.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/46pd.10.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/46pd.18.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/47ag.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/47ag.11.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/48cd.12.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/48cd.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/49in.13.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/49in.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/4be.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/4be.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/50sn.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/51sb.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/52te.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/53i.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/54xe.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/55cs.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/55cs.9.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/56ba.10.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/56ba.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/57la.11.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/58ce.12.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/59pr.13.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/5b.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/60nd.14.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/61pm.15.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/62sm.16.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/63eu.17.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/64gd.18.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/65tb.19.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/66dy.20.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/67ho.21.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/68er.22.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/69tm.23.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/6c.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/70yb.24.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/71lu.25.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/72hf.12.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/73ta.13.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/73ta.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/74w.14.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/74w.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/75re.15.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/75re.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/76os.16.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/76os.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/77ir.17.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/77ir.9.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/78pt.10.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/78pt.18.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/79au.1.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/79au.11.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/7n.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/80hg.12.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/80hg.2.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/81tl.13.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/81tl.3.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/82pb.4.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/83bi.5.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/84po.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/85at.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/86rn.8.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/8o.6.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/HGH/9f.7.hgh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/Na.noRSO.9e.pawps -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/Si-LDA.paw -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/al_h.cpi -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/cu_ps.736.lda -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/dummy_atom -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/mg.fc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/o.fc -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/o_ps.736.lda -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/o_ps.736.pbe -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/si_ps.736.lda -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Psps_for_tests/si_ps.736.pbe -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/benchabinit.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/chkinabi.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/contextdiff.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/drive-parallel-tests.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/fldiff.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/make-cpu-report.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/make-input-solid.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-basic-dotest.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-basic-tests.com -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-basic-tests.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-basic-tests.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-charge-tests.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-netcdf-tests.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-parallel-tests.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/run-standard-tests.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/wrap-parallel-tests.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/Scripts/wrap-standard-tests.sh -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t05.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t10.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t20.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Input/t22.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t05.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t20.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/Refs/t22.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/bigdft/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/Input/test6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/built-in/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Input/inputA -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Input/inputB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Input/inputC -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/changeref -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportA3 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportA6 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportB3 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportB6 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportC3 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/Refs/reportD3 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/cpu/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t06.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t07.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t08.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Input/t10.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t06.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t07.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t08.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/Refs/t10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_io/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Input/t05.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/Refs/t05.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/etsf_xc/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t05.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t06.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t07.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t08.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t14.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t16.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t17.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t19.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t20.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t23.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t24.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t25.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t26.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t27.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t28.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t29.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Input/t30.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t05.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t06.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t07.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t08.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t14.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t16.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t17.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t19.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t20.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t23.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t25.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t26.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t27.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t28.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t28o_TIM2_GEO -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t29.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t29o_TIM8_GEO -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/Refs/t30.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/fast/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/netcdf/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/si_kpt_band_fft.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/si_kpt_band_fft.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t9.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tA.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tB.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tC.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tD.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tE.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tF.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tG.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tH.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tI.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tJ.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tK.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tL.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tM.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tN.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tO.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tP.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tQ.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tR.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tS.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tT.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tU.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tV.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tW.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tX.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/tY.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t_bandfft.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t_bandfft.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t_kpt+spin.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Input/t_kpt+spin.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t90.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t91.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t92.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t93.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t94.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t95.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t96.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t97.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t98.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/t99.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tA4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tB4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tC4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tD0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tD1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tD2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tD4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tE4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tF4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tG4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tH4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tI0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tI1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tI2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tI4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tJ4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tK4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tM4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tN4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tO0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tO1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tO2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tO4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tP0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tP4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tQ4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tR0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tR4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tS4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tT0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tT4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tU0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tU1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tU2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tU4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tV4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tW0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tW4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tX0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tX4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tY0.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/paral/Refs/tY4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Input/ab.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Refs/t12.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/physics/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tests.env -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_1.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_2.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_3.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_4.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_5.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_6.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telast_6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_1.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_4.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/telphon_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_3.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_7.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tffield_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_5.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/tnlo_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_1.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_2.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_3.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_4.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/toptic_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf1_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_1.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_2.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_4.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_5.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_6.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_6.in_freq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_7.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Input/trf2_7.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telast_6.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_2.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/telphon_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_6.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tffield_7.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_4.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/tnlo_6.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0001-linopt.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiAbs.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiTotIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0001_0002_0003-ChiTotRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiAbs.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiTotIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0002_0002-ChiTotRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_2_0002_0003-linopt.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/toptic_4_0001_0001-linopt.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf1_6.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_3.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_6.out.eps -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Refs/trf2_7.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART0-STRUC/alas_str.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART0-STRUC/alas_str.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/README-PART1 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_fdiff.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_fdiff.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_nonlin_ng6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_nonlin_ng6.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_strain_ng6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alas_strain_ng6.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_nl_DS1_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_nl_DS4_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_nl_DS5_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_str_DS1_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/alaso_str_DS4_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/anaddb.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/anaddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/fausthenry.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/fausthenry.sci -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/mrgddb.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT/raman_fdiff.sci -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/README-PART2 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_ddk.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_ddk.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_piezo_clampedion.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_piezo_clampedion.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_piezo_relaxedion.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_piezo_relaxedion.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_zstar.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alas_zstar.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/alaso_ddk_DS3_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/anaddb.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/anaddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_anaddb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_ddk -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_piezo_clampedion -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_piezo_relaxedion -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/files_zstar -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/piezo_clamped_ion.sci -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/piezo_relaxed_ion.sci -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/strain.sci -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY/zstar.sci -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/README-PART3 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/alas_clampedion.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/alas_clampedion.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/alas_relaxedion.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/alas_relaxedion.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/fcart.eps -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/fcart.gnu -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/fcart.lst -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/fit.log -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol.eps -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol.gnu -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol.lst -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol_relaxedion.gnu -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/pol_relaxedion.lst -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma.eps -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma.gnu -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma.lst -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma_relaxedion.gnu -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD/sigma_relaxedion.lst -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/summary_NLO.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorespfn/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t14.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t15.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t1x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t22.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t23.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t24.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t25.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t2x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t31.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t32.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t33.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t34.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t35.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t3x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t41.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t42.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t43.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t44.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t45.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t46.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t47.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t48.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/t4x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_6.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_7.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_8.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_9.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw1_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tgw2_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tldau_X.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_1.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_2.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_3.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tparal_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_1.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_2.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_3.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_4.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_5.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw1_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw2_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw2_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tpaw2_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_5.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tspin_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/ttddft_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/ttddft_x.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_1.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_1.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_2.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_2.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_3.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_3.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_4.files -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/tw90_4.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/w90/silane.win -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/w90/silicon.win -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Input/w90/silicon2.win -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/Pb_in_SiO2.out.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t14.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t15.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t22.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t23.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t25.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t31.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t32.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t33.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t34.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t35.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t41.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t42.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t43.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t44.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t45.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t46.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t47.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/t48.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_6.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_7.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_8.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw1_9.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw2_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw2_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw2_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tgw2_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tldau_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tldau_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tldau_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tldau_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tparal_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tparal_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tparal_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_4.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_1.paw.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_2.paw.ecutdg24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_2.paw.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4.2proj.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4.4proj.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4.6proj.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4o_2proj_DOS_AT0001 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4o_4proj_DOS_AT0001 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4o_6proj_DOS_AT0001 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons/tpaw1_4o_DOS -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.bloechl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.polynom2 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rc18 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rc20 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rc22 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rrkj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.rso -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_1.out.vanderbilt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_2.out.semicore -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.bloechl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.polynom2 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.rrkj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.rso -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.semicore -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets/abinit.pawps.vanderbilt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_ti_ps.abinit.paw.rc18 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_ti_ps.abinit.paw.rc20 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_ti_ps.abinit.paw.rc22 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tspin_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tspin_2.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tspin_3.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/tspin_5.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/Refs/ttddft_1.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/tutorial/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t05.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t07.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t08.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t10.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t14.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t15.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t16.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t17.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t18.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t19.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t20.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t22.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t23.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t24.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t28.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t29.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t30.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t31.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t32.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t33.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t34.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t35.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t36.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t37.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t38.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t39.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t40.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t41.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t42.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t43.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t44.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t45.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t46.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t47.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t48.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t49.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t50.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t51.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t52.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t53.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t54.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t55.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t56.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t57.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t58.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t59.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t60.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t61.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t62.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t63.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t64.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t65.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t66.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t67.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t68.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t69.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t70.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t71.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t72.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t73.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t74.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t75.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t76.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t77.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t78.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t79.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t80.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t81.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t82.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t83.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t84.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t85.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t86.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t87.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t88.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t89.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t90.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t91.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t92.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t93.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t94.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t95.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t96.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t97.exit -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t97.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t98.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Input/t99.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t05.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t07.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t07o_DOS -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t08.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t14.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t15.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t16.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t17.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t18.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t19.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t20.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t22.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t23.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t28.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t29.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t30.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t31.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t32.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t33.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t34.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t35.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t36.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t37.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t38.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t39.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t40.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t40o_CML.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t41.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t41o_CML.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t42.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t42o_CML.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t43.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t44.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t45.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t46.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t47.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t48.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t49.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t50.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t51.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t52.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t53.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t54.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t55.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t56.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t57.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t58.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t59.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t60.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t61.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t62.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t63.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t64.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t65.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t66.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t67.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t68.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t69.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t70.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t71.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t72.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t73.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t74.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t75.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t76.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t77.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t78.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t79.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t80.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t81.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t82.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t83.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t84.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t85.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t86.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t87.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t88.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t89.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t90.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t91.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t92.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t93.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t94.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t95.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t96.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t97.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t98.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/Refs/t99.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v1/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t05.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t06.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t07.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t08.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t10.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t13.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t14.ddb.0.0.25.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t14.ddb.5.0.25.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t14.ddb.gamma.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t15.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t16.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t16.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t17.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t18.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t18.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t19.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t20.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t22.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t22.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Ba.G.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Bax.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Baz.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Ef.G.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O1.G.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O1x.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O1y.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O1z.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O2.G.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O2x.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.O2z.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Ti.G.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Tix.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t23.ddb.Tiz.X.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t24.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t25.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t25.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t26.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t28.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t29.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t29.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t30.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t32.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t33.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t34.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t35.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t36.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t37.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t38.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t39.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t39.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t40.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t41.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t42.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t43.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t44.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t45.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t46.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t47.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t48.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t49.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t50.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t51.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t52.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t53.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t54.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t55.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t56.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t57.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t58.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t59.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t60.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t61.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t62.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t63.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t64.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t65.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t66.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t67.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t68.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t69.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t70.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t71.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t72.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t73.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t74.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t75.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t76.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t77.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t78.cut.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t78.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t78.xyz.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t79.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t80.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t81.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t82.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t83.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t84.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t85.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t86.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t87.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t88.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t90.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t91.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t92.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t93.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t94.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t95.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t96.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t97.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t98.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Input/t99.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t05.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t06.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t07.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t08.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t14.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t15.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t16.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t17.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t18.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t19.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t20.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t22.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t23.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t25.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t26.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t27.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t28.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t29.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t30.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t31.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t32.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t33.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t34.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t35.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t36.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t37.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t38.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t39.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t40.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t41.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t42.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t43.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t44.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t45.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t46.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t47.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t48.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t49.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t50.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t51.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t52.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t53.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t54.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t55.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t56.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t57.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t58.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t59.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t60.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t61.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t62.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t63.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t64.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t65.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t66.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t67.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t68.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t69.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t70.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t71.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t72.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t73.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t74.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t75.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t76.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t77.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t77.outden -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t78.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t79.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t80.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t81.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t82.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t83.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t84.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t85.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t86.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t87.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t88.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t90.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t91.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t92.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t93.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t94.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t95.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t96.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t97.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t98.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/Refs/t99.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v2/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t02a.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t05.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t06.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t07.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t08.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t10.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t14.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t15.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t16.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t17.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t18.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t19.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t20.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t23.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t24.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t25.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t26.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t27.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t28.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t29.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t30.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t31.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t32.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t33.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t34.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t35.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t36.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t37.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t38.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t39.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t40.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t41.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t42.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t43.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t45.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t46.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t47.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t48.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t49.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t50.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t51.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t52.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t53.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t54.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t55.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t56.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t57.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t58.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t59.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t60.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t61.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t62.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t63.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t64.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t65.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t66.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t67.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t68.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t68.in_CML.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t69.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t69a.in_CML.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t69b.in_CML.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t70.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t71.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t72.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t73.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t74.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t75.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t76.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t77.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t78.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t79.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t80.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t81.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t82.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t83.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t84.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t85.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t86.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t87.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t90.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t91.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t92.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t93.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t94.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t95.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t96.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t96.moldyn.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t97.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t97.moldyn.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t98.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Input/t99.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t05.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t06.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t07.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t08.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t14.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t15.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t16.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t17.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t18.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t19.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t20.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t23.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t25.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t26.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t27.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t28.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t29.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t30.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t31.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t32.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t33.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t34.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t35.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t36.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t37.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t38.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t39.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t40.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t41.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t42.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t43.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t45.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t46.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t46o_DS2_DOS -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t47.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t48.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t49.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t50.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t51.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t52.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t53.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t54.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t55.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t56.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t57.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t58.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t59.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t59_k2_b3_s2 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t60.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t61.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t62.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t63.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t63_k1_b1_s1 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t64.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t64_k2_b2_s1 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t65.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t66.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t67.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t68.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t69.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t70.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t71.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t72.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t73.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t74.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t75.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t76.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t77.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t78.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t79.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t80.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t81.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t82.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t83.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t84.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t85.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t86.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t87.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t88.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t89.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t90.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t91.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t92.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t93.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t94.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t95.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t96.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t97.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t98.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/Refs/t99.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v3/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t05.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t06.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t07.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t08.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t10.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t14.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t15.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t16.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t20.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t22.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t23.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t24.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t25.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t26.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t27.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t28.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t29.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t30.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t31.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t32.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t33.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t34.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t35.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t36.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t37.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t38.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t39.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t40.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t41.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t42.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t43.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t44.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t45.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t46.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t47.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t48.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t48.in_aux -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t49.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t49.in_aux -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t50.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t50.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t51.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t51.in_displ -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t51.in_freq -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t52.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t53.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t54.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t55.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t56.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t57.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t58.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t59.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t60.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t61.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t62.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t63.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t64.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t65.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t66.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t67.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t68.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t69.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t70.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t71.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t71.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t72.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t74.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t75.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t77.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t78.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t79.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t80.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t81.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t82.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t83.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t84.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t85.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t86.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t87.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t88.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t89.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t90.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t91.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t92.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t93.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t94.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t95.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t96.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t97.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t98.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Input/t99.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t05.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t06.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t07.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t08.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t14.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t15.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t16.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t20.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t22.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t23.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t25.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t26.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t27.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t28.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t29.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t30.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t31.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t32.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t33.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t34.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t35.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t35o_DS2_DOS -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t35o_DS3_DOS_AT0001 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t36.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t37.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t38.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t38o_DS3_DOS_AT0002 -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t39.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t40.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t41_DEN.MAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t41_DEN.PAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t42.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t43_VHXC.MAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t43_VHXC.PAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t44_VHXC.MAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t44_VHXC.PAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t45_DEN.MAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t45_DEN.PAV -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t46.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t47.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t48.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t49.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t50.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t51.out.eps -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t52.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t53.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t54.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t55.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t56.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0001-linopt.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiAbs.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiTotIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0001_0002_0003-ChiTotRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiAbs.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiTotIm.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0002_0002-ChiTotRe.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0002_0003-linopt.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t57_0003_0003-linopt.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t58.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t59.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t60.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t61.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t62.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t63.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t64.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t65.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t66.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t67.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t67o_DS3_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t68.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t69.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t69o_DS3_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t70.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t71.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t72.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t73.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t74.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t75.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t76.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t77.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t78.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t79.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t80.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t81.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t82.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t83.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t83_DDB -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t84.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t85.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t86.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t87.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t88.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t89.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t90.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t91.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t92.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t93.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t94.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t95.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t96.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t97.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t98.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/Refs/t99.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v4/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t04.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t08.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t09.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t10.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t11.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t12.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t13.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t14.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t15.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t16.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t17.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t18.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t19.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t21.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t22.ddb.in.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t22.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t23.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t24.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t25.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t28.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t31.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t32.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t33.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t34.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t35.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t36.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t37.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t41.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t42.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t44.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t48.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t49.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t51.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t52.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t53.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t54.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t55.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t56.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t57.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t58.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t59.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t60.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t61.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t62.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t63.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t64.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t65.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t66.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t67.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t68.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t69.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t70.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t81.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t85.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t86.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t86o.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t87.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t88.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t89.ddk -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t89.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t91.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t95.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t96.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t96o.gz -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t97.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Input/t98.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t04.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t08.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t09.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t10.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t11.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t12.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t13.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t14.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t15.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t16.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t17.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t18.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t19.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t21.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t22.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t23.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t24.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t25.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t28.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t31.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t32.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t33.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t34.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t35.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t36.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t37.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t41.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t42.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t44.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t48.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t49.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t51.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t52.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t53.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t54.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t55.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t56.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t57.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t58.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t59.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t60.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t61.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t62.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t63.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t64.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t65.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t66.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t67.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t68.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t69.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t70.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t81.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t85.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t86.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t87.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t88.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t89.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t91.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t95.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t96.ddb.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t97.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/Refs/t98.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/v5/tests.cnf -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/report.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t01.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t01o_w90.win -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t02.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t02o_w90.win -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t03.in -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Input/t03o_DS7_w90.win -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t01.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t01o_w90.wout -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t02.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t02o_w90.wout -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t03.out -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/Refs/t03o_DS7_w90.wout -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/tests/wannier90/tests.cnf -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/wannier90/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/wannier90/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/wannier90 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v5/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v5/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v5 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v4/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v4/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v4 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v3/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v3/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v3 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v2/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v2/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v2 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v1/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v1/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/v1 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw2_PAW_datasets -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Refs/tpaw1_addons -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Input/w90 -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorial -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART3-EFIELD -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART2-BERRY -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART1-DFPT -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO/PART0-STRUC -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Tutorial-NLO -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/tutorespfn -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/physics/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/physics/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/physics -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/paral/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/paral/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/paral -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/netcdf -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/fast/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/fast/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/fast -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_xc/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_xc/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_xc -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_io/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_io/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/etsf_io -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/cpu/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/cpu/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/cpu -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/built-in/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/built-in -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/bigdft/Refs -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/bigdft/Input -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/bigdft -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Scripts -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Psps_for_tests/HGH -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests/Psps_for_tests -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/tests -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/versioning -%%PORTDOCS%%@dirrm %%DOCSDIR%%/users -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_spin -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_rf2 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_paw2 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_paw1 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_parallelism -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_optic -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_nlo -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_ffield -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_analysis_tools -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial/lesson_1 -%%PORTDOCS%%@dirrm %%DOCSDIR%%/tutorial -%%PORTDOCS%%@dirrm %%DOCSDIR%%/theory -%%PORTDOCS%%@dirrm %%DOCSDIR%%/release_notes -%%PORTDOCS%%@dirrm %%DOCSDIR%%/psp_infos -%%PORTDOCS%%@dirrm %%DOCSDIR%%/presentation -%%PORTDOCS%%@dirrm %%DOCSDIR%%/misc -%%PORTDOCS%%@dirrm %%DOCSDIR%%/manpages -%%PORTDOCS%%@dirrm %%DOCSDIR%%/maintainers -%%PORTDOCS%%@dirrm %%DOCSDIR%%/macroave -%%PORTDOCS%%@dirrm %%DOCSDIR%%/known_problems -%%PORTDOCS%%@dirrm %%DOCSDIR%%/install_notes -%%PORTDOCS%%@dirrm %%DOCSDIR%%/input_variables -%%PORTDOCS%%@dirrm %%DOCSDIR%%/help_make -%%PORTDOCS%%@dirrm %%DOCSDIR%%/gallery -%%PORTDOCS%%@dirrm %%DOCSDIR%%/features -%%PORTDOCS%%@dirrm %%DOCSDIR%%/developers/strain_nonlocal -%%PORTDOCS%%@dirrm %%DOCSDIR%%/developers -%%PORTDOCS%%@dirrm %%DOCSDIR%%/config/build-examples -%%PORTDOCS%%@dirrm %%DOCSDIR%%/config -%%PORTDOCS%%@dirrm %%DOCSDIR%%/build -%%PORTDOCS%%@dirrm %%DOCSDIR%% |