On Mar 22, 2:00 am, William Stein <[email protected]> wrote: [...] > > > I've tried usingskynetfor Solaris, but the machines are not very fast, and > > heavily loaded sometimes. > > You have to type > > touch/tmp/`hostname`0 /tmp/`hostname`1 /tmp/`hostname`2 > /tmp/`hostname`3 /tmp/`hostname`4
I tried this on mark, and got: bash-3.00$ touch /tmp/ `hostname` touch: cannot change times on /tmp/mark indeed: bash-3.00$ ls -l /tmp/`hostname`* -rw-r--r-- 1 wbhart sage 0 Oct 15 02:43 /tmp/mark -rw-r--r-- 1 wstein sage 0 Mar 20 18:56 /tmp/mark0 -rw-r--r-- 1 wstein sage 0 Mar 20 18:56 /tmp/mark1 -rw-r--r-- 1 wstein sage 0 Mar 20 18:56 /tmp/mark2 -rw-r--r-- 1 wstein sage 0 Mar 20 18:56 /tmp/mark3 -rw-r--r-- 1 wstein sage 0 Mar 20 18:56 /tmp/mark4 - so this does not seem to be working as advertised - one has to be root, or the users wbhart and wstein should do appropriate chowns... Dima > to temporarily disable the ECM jobs running on a given node onskynet, > which use spare cycles. (They will stop after a certain amount of > time.) > > William -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org To unsubscribe from this group, send email to sage-devel+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
