News For SkyNet Users

A long time ago in a galaxy far, far away...


25.01.2001

PBS installation: NQS was stoped on all machines. It was replaced by PBS. Four queues were created for jobs execution: xxl for jobs longer than 5 days long with 120 hours (5 days) CPU time limit, medium with 24 hours limit and small with 4 hours limit. Jobs exceeding the time limit of its queue will be stoped and removed automatically. The jobs will be submitted to the queue depending on requested time (qsub flag: "-l cput=hh:mm:ss").

The information on job execution tranfered to the machine there the job was submitted via ssh channel. So you should configure the ssh for login without password for cluster machines:

$ ssh-keygen
........
$ cat ~/.ssh/identity.pub >> authorized_keys

Job can be submited to the queue by the command:

qsub [-key val] batch.sh

Job parameters can be spcified in the job script header, for example:

#QSUB -l cput=20:00:00

See man qsub for more details.

You can gat an info about queues by qstat command, for example: qstat -a show the information about all queues on all machines in the domain/cluster. See also man qstat

You can stop/remove your job with the qdel command. For removing job on the remote clusters you should specify the name of master machime, for example:

qdel 123.rrcsrv

See man qdel for more details.

Export of the local /scratch directories was not changed, the scheme remains the same: hydra-0:/scratch -> /scr/hydra-0 with an exception for triton: triton:/scratch will be found in /scr/triton_

You can find an example of job file here: /home/triton/skynet/pbs.csh.

29.12.2000

ORCA-4.40 was installed by Olga Kodolova. Use the objectivity.sh or objectivity.csh (it depends on your shell) to tune the parameters for Objectivity/DB. You can find these scripta in /home/triton/skynet Look to the /home/triton/skynet/orca42.txt for instructions how to work with Objectivity/DB.

30.10.2000

StarOffice-5.2 was installed on triton in configuration that allowed multiuser work. You should run /home/cms/local/soffice52/program/setup for your personal configuration. Check "Standard installation of the workstation" during the configuration (it should be default option). When the dialog "Install Java" appears, check "manual search" and set the path: /opt/jdk. Then you can run the program from you home directory.

26.05.2000

NQS reorganistion: Three queues were created for jobs execution: long with 120 hours (5 days) CPU time limit, medium with 24 hours limit and small with 4 hours limit. Jobs exceeding the time limit of its queue will be stoped and removed automatically.

Job can be submited to the queue by the command:

qsub -q queue batch.sh

where queue is the name of the appropriate queue (long/medium/short). Queue name can be spcified in the job script header, for example:

#QSUB -q medium

See man qsub for more details. Note: mail sending does not work at this moment.

You can gat an info about queues by qstat command, for example: qstat -a -d show the information about all queues on all machines in the domain/cluster. See also man qstat

You can stop/remove your job with the qdel command. For removing job on the remote machines you should specify thei names, for example:

qdel -k 123@hydra_2

Use -k flag, if you need to stop the job which already running. See man qdel for more details.

Export of the local /scratch directories was not changed, the scheme remains the same: hydra_0:/scratch -> /scr/hydra_0 with an exception for triton: triton:/scratch will be found in /scr/triton_

12.04.2000

Printing changes: Printer filters were replaced for all printers. All old options remains, but in addition you have the following possibilities:
  1. Printing directly in PS (as before upgrade), PDF, troff, TIFF, JPEG, GIF, PNG, BMP, PPM/PBM/PNM/PGM, fax (g3), DVI (without external iclusions), fig (xfig format);
  2. Any printable file can be printed even if it was been compressed by bzip2, gzip, compress commands;
  3. Plain text documents are printed automaticaly by means of a2ps command using koi8-r fonts.
Additon options for lpr command can be set via "-C" flag:
-CD, -Cdouble - Printing two pages on one in landscape mode.
-CP, -Cplain - Printing the texts without borders and standard headers/footers in portrait mode

These flags can be combined, for example: -CDP - this combination will print plain text file in two columns without system headers in landscape mode.

16.04.2000

Keyboard russification changes!!! kikbd will not be started automaticaly. If you need to write something in Russion, start this utility manualy or specify this in your autostart. You can use any other program to russify the keyboard (xrus or kikbd for example).

22.11.99

The farm is ready to be completly noninteractive. NQS is installed as a batch queueing system. Use qsub, qdel, qstat commands to control the queue. One queue only is in the use now. You can find ah example of batch job in /home/triton/skynet/nqs.sh. The flags in the header are described in man qsub. SCRATCH disks of farm can be automatically mounted in /scr directory on all machines using the following map: hydra_0:/scratch -> /scr/hydra_0 (for triton triton:/scratch will be found in /scr/triton_)

20.08.99

The batch farm was built in our laboratory. It has four nodes of 400 MHz PII with 128MB RAM and about 7GB of accessible disk space. The names of the nodes are hydra_0, hydra_1, hydra_2, hydra_3.

02.08.99

The versions of CMSIM 116 and 117 were installed in SkyNet. The environment should be the same as in CMS. Use cmsim command to set the versions. The examples can be found in $CMS_PATH/cmsim/cmsxxx/examples. The default vesion is CMS117

14.05.99

The beta version of Objectivity/DB was replaced with the release v5.1. All settings remain the same.

10.04.99

Geant-4.0.0 was installed into /home/cms/geant4.0.0. The version was compiled with the support of Mesa-3.0 for visualisation and Motif and Athene as UI. Initialization script G4env.csh can be used for setting the common environment variables by means of the command "source G4env.csh".

23.08.98

CMSIM is installed now!
Some buges are still needed to be fixed but as a whole it works. The development environment is almost the same as in CMS.

The versions of emacs and xemacs were updated, the editor fte was installed and wpe was updated as well.

09.07.98

STRONG ACCESS RESTRICTIONS !!!
Due to continuous Internet attacks against our machines (and other machines in ITEP as well) I applied the following limitations:

21.05.98

Translation to glibc2 is in progress. Troubles are possible.
CERNLIB v 98 was installed as CERN_LEVEL=new into the directory new of standard CERN tree.
WARNING!!! This distribution includes new version of PYTHIA - it is incompatible with ALL your old programs!

Templates for ITEP documents now available. In TeX you can use itep ΙΜΙ eafo secondary styles and a command \header to activate the settings.
In Applixware (applix) you should simply select ITEP or EAFO templates then creating new document (File->New menu item)

15.03.98

07.02.98

29.11.97

17.11.97

25.10.97

20.10.97

10.01.97

20.09.97

17.09.97

16.09.97

23.07.97

08.07.97

07.07.97

07.06.97

08.04.97

01.04.97

01.04.97

10.10.96

03.09.96

09.08.96

17.07.96

12.06.96

20.05.96

03.04.96

02.02.96

19.01.96

15.09.95


Created by V.Kolosov 27.06.96, Last update 14.02.2001