Re: [sage-support] Re: How to limit heavy computations

2016-11-26 Thread Jori Mäntysalo
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

Re: [sage-support] Re: Bug(?) in the division of polynomials with the TermOrder('neglex')

2016-11-26 Thread Enrique Artal
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ó: > >

Re: [sage-support] Giving Back to the Community

2016-11-26 Thread Henri Girard
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

[sage-support] Giving Back to the Community

2016-11-26 Thread Ryan
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

[sage-support] Re: How to limit heavy computations

2016-11-26 Thread Enrique Artal
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

[sage-support] Re: How to limit heavy computations

2016-11-26 Thread Enrique Artal
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