Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GCL optimized maxima command line does not work #28

Open
jkyprian opened this issue Feb 9, 2018 · 1 comment
Open

GCL optimized maxima command line does not work #28

jkyprian opened this issue Feb 9, 2018 · 1 comment

Comments

@jkyprian
Copy link

jkyprian commented Feb 9, 2018

Setting the command.line to
/path/to/moodledata/stack/maxima-optimised -eval '(cl-user::run)'
as explained in the STACK documentation didn't work for me (always resulted in a timeout).

Putting the above command in a shell script works, however! So maybe something goes wrong during parsing of the process.conf file.

@aharjula
Copy link
Member

Thank you for reporting this, I'll try to remember to check it out once I get some time to work on the Pool.

Maybe wrapping the command in "..."-quotes, would protect it from any possible config file parsing?
command.line = "/path/to/moodledata/stack/maxima-optimised -eval '(cl-user::run)'"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants