Open cc-a opened 8 years ago
The problem seems to be in that reconstructing the LaunchMode
object from the database, Sumatra retrieves an invalid value for the version (None
, ought to be 'unknown'
), which then causes it to attempt to launch mpirun to get the version.
We need to figure out how the value of None
is getting stored in the database.
Please see the below traceback generated by smtweb. Viewing the same record with
smt list --long
does not cause any problems. I have encountered the same issue using a variety of different executables on both Arch Linux and Red Hat.Environment:
Request Method: GET Request URL: http://127.0.0.1:8001/test/20160113-181836/
Django Version: 1.8.8 Python Version: 2.7.5 Installed Applications: [u'sumatra.recordstore.django_store', u'django.contrib.contenttypes', u'tagging', 'sumatra.web'] Installed Middleware: ()