On Sat, 26 Nov 2016, Enrique Artal wrote:
By the way, using server_pool, is there a way to know which user of the
notebook is using a user of the server_pool?
AFAIK not really. I can list files in /tmp and run fuser for them, i.e.
fuser /tmp/*
and see, for example
/tmp/tmpwIR2_j: 758
I think the problem was not in Singular but in the Sage code for division
of polynomials. There is a ticket, https://trac.sagemath.org/ticket/17638.
I may help but my skills are not enough to solve the problem.
El martes, 22 de noviembre de 2016, 19:18:07 (UTC+1), Justin C. Walker
escribió:
>
>
Github is a good idea. I use it for sharing ipynb in different languages
and people can fork it. You can even do your docs in jupyter and it will
present to user in nbviewer.
https://github.com/aishenri (not really interesting, but the fork are)
https://github.com/sagemanifolds (this one is wo
I have been an active sage user for over a year now and have been
doing research and coding under the direction of my professor. As part of
the final, I need to submit my work and I was wondering how I might go
about giving back to sage with some codes and an entire algebraic tropical
mathemat
By the way, using server_pool, is there a way to know which user of the
notebook is using a user of the server_pool?
El sábado, 26 de noviembre de 2016, 11:50:12 (UTC+1), Enrique Artal
escribió:
>
> I forgot to mention we use server_pool (there is one master-server and the
> ssh connections go
I forgot to mention we use server_pool (there is one master-server and the
ssh connections go to accounts in both the master-server and the
secondary-server). All the users have unlimited ulimit, we put the ulimit
as an option for the notebook.
For one notebook we put limits on the users, the pr