You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
()
The text was updated successfully, but these errors were encountered: