Revision c19bf8078589c854250e0879229714f6d31c0c52 authored by Leif Strand on 08 November 2005, 19:16:38 UTC, committed by Leif Strand on 08 November 2005, 19:16:38 UTC
in order to gain support for version 8 of the Intel compiler.

To summarize:

$ autoconf --version
autoconf (GNU Autoconf) 2.59
$ automake --version
automake (GNU automake) 1.9.2
$ libtoolize --version
libtoolize (GNU libtool) 1.5.20
$ echo $ACLOCAL
aclocal -I /PATH/TO/libtool-1.5.20/share/aclocal
$ autoreconf -i -f


1 parent a5884a5
Raw File
CitcomS.pml.in
<?xml version="1.0"?>
<!-- @INPUT@ -->
<!-- $Id$ -->

<!--

Edit these defaults as appropriate for your system.

You may override these defaults from ~/.pyre/CitcomS/CitcomS.pml,
./CitcomS.pml, or the command line.

-->

<!DOCTYPE inventory>

<inventory>

    <component name="CitcomS">
        <property name="help">no</property>
        <property name="help-properties">no</property>
        <property name="help-components">no</property>

        <!-- launcher configuration; see @LAUNCHERS_PY@ -->

        <property name="launcher">@LAUNCHER@</property>

        <component name="launcher">
            <property name="python-mpi">@PYTHIA_MPIPYTHON@</property>
        </component>

        <component name="mpich">
            <property name="command">@MPIRUN@</property>
        </component>

        <component name="lam-mpi">
            <property name="command">@MPIRUN@</property>
        </component>

        <component name="pbs">
            <property name="command">@MPIRUN@ -np ${nodes} -machinefile $PBS_NODEFILE</property>
            <property name="batch-command">@QSUB@</property>
        </component>

        <component name="lsf">
            <property name="command">mpijob @MPIRUN@</property>
            <property name="batch-command">@BSUB@</property>
        </component>

        <component name="globus">
            <property name="batch-command">@GLOBUSRUN@</property>
            <!-- passed as "-r <resource>" to globusrun -->
            <property name="resource">localhost</property>
        </component>
    </component>

</inventory>

<!-- End of file -->
back to top