How to stop a calculation in GAP without closing GAP?

835 Views Asked by At

I have the following question concerning GAP:

If I want to stop a calculation, how can I do this?

I know the command Ctrl+Z, but then GAP is closed.

I am using Linux Ubuntu 14.

Thanks for the help!

1

There are 1 best solutions below

1
On BEST ANSWER

CTRL-C will interrupt a calculation (and enter the break loop -- type quit; or press CTRL-D to exit it). Note that some calculations purely within the kernel (e.g. matrix inversion) cannot be interrupted.