OpenEMPI Installation

The following is a quick guide to installing OpenEMPI on Ubuntu. This page is intended to both serve as a reference, as well as gather any problems that may be encountered during installation. Also see http://kenai.com/projects/openempi/pages/InstallationInstructions for more detailed instructions.

OpenEMPI should now be up and running.

Logging

If there are problems, the first place to look is the logs. The OpenEMPI log will get written out to the OpenEMPI home directory. If the OPENEMPI_HOME directory isn't set properly however, the log will get written to /var/lib/tomcat7, but it may happen that the tomcat user doesn't have permission to write to this directory. In this case, if you do wish to have the log generated, you can always run tomcat as root by changing the following lines in /etc/default/tomcat7

TOMCAT7_USER=root
TOMCAT7_GROUP=root

Note however that isn't a very good idea to run tomcat this way, since it presents a security risk, so this approach certainly isn't recommended for production systems and only for troubleshooting purposes.

Importing Fails

With the current version of trunk (tested on revision 235), the configuration needs to be updated to use the hp file loader.