Differences between revisions 40 and 41
Revision 40 as of 2016-05-03 19:35:05
Size: 1352
Editor: JendrikSeipp
Comment: PATH seems to require absolute paths and ~ doesn't get expanded
Revision 41 as of 2018-04-13 15:00:59
Size: 524
Editor: JendrikSeipp
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
We recommend using the {{{downward}}} package for running Fast Downward experiments. It is part of {{{lab}}}, a python library for running code on large benchmark sets. Experiments can be run either locally or on a computer cluster. You can find the code at https://bitbucket.org/jendrikseipp/lab. The documentation is available at http://lab.rtfd.org. We recommend using the {{{Downward Lab}}} toolkit for running Fast Downward experiments. Experiments can be run either locally or on a computer cluster. You can find the code at https://bitbucket.org/jendrikseipp/lab. The documentation is available at http://lab.rtfd.org.
Line 7: Line 7:
== Experiments on Maia (AI-Basel grid) == == AI Basel Grid ==
Line 9: Line 9:
Please follow the instructions in the [[https://lab.readthedocs.io/en/latest/downward.tutorial.html|downward tutorial]] to install the necessary components.

The components need some environment variables and program modules. Here is an example ''~/.profile'' file (from May 2016):

{{{#!highlight bash
export PATH=${PATH}:${HOME}/bin # You can put the "validate" executable here
export PYTHONPATH="~/lib/python/lab:~/lib/cplex/CPLEX_Studio/cplex/python/x86-64_sles10_4.1/"

export DOWNWARD_CPLEX_INCDIR=~/lib/cplex/cplex/include/ilcplex
export DOWNWARD_CPLEX_LIBDIR=~/lib/cplex/cplex/lib/x86_sles10_4.1/static_pic
export DOWNWARD_CPLEX_ROOT=~/lib/cplex/cplex
export DOWNWARD_COIN_ROOT=~/lib/coin

module purge
module -q load Mercurial/2.5.2-goolf-1.4.10-Python-2.7.5 # Also loads Python 2.7
module -q load Clang/3.3-GCC-4.8.2 # Also loads GCC 4.8
module -q load CMake/2.8.11-GCC-4.8.2
}}}
Please see https://wiki.dmi.unibas.ch/doku.php?id=fbi:ai:compute-cluster (only available from within the University of Basel network) for instructions on how to use the AI Basel grid.

Back to HomePage.

Experiments

We recommend using the Downward Lab toolkit for running Fast Downward experiments. Experiments can be run either locally or on a computer cluster. You can find the code at https://bitbucket.org/jendrikseipp/lab. The documentation is available at http://lab.rtfd.org.

AI Basel Grid

Please see https://wiki.dmi.unibas.ch/doku.php?id=fbi:ai:compute-cluster (only available from within the University of Basel network) for instructions on how to use the AI Basel grid.