I've been getting quite a few errors from submit.php of the below form. It seems that the MPI Install that is being referenced is not valid. Could this is an 'already installed' issue where the user is trying to submit results to the database without having submitted an mpi_install?

-- Josh

On Sep 17, 2007, at 10:37 AM, jjhur...@open-mpi.org wrote:

find_mpi_install_id():
The following SELECT returned -1:
-------------------------------
SELECT mpi_install_id
FROM mpi_install NATURAL JOIN
     mpi_get     NATURAL JOIN
     compiler    NATURAL JOIN
     compute_cluster NATURAL JOIN
     submit
WHERE
        mpi_version = '1.2.4b1r16122M'  AND
        mpi_name    = 'developer'  AND
        compiler_version    = '4.1.2'  AND
        hostname    = 'fog01'  AND
        mtt_client_version    = '2.1devel'  AND
        local_username    = 'paklui'  AND
        platform_name    = 'fog01'
        ORDER BY mpi_install_id DESC limit 1
-------------------------------


Reply via email to