# -*- Shell -*- # # Copyright (C) 2005-2006 ABINIT Group (Yann Pouillon) # All rights reserved. # # This file is part of the ABINIT software package. For license information, # please see the COPYING file in the top-level directory of the ABINIT source # distribution. # # # IMPORTANT NOTE # # This file must be readable by Bourne-Shell scripts # # ---------------------------------------------------------------------------- # # # ABINIT # # ABINIT binaries abinit_bindir="@abinit_builddir@/src/main" # ABINIT runnable test scripts abinit_rundir="@abinit_srcdir@/tests/Scripts" # ABINIT pseudopotentials abinit_pspdir="@abinit_srcdir@/tests/Psps_for_tests" # Top directory for the test suite inputs abinit_inpdir="@abinit_srcdir@/tests" # Top directory for the test suite outputs abinit_outdir="@abinit_builddir@/tests" export abinit_bindir abinit_rundir abinit_pspdir abinit_inpdir abinit_outdir # ---------------------------------------------------------------------------- # # # MPI # # Run abinip using MPI abinit_cmdpar="@mpi_run@ -np 2 -machinefile @abinit_srcdir@/config/mpi/`hostname`:2 ${abinit_bindir}/abinip" # ---------------------------------------------------------------------------- # # # Other utilities # # Bourne Shell BOURNE_SHELL="${BOURNE_SHELL:-@BOURNE_SHELL@}" # PERL PERL="${PERL:-@PERL@}" # Python PYTHON="${PYTHON:-@PYTHON@}" export BOURNE_SHELL PERL PYTHON