Скачать презентацию Israel Cluster Structure Outline The local Скачать презентацию Israel Cluster Structure Outline The local

2e50ed65c7dcbdb9224c17ccb82e2c60.ppt

  • Количество слайдов: 8

Israel Cluster Structure Israel Cluster Structure

Outline • The local cluster • Local analysis on the cluster – Program location Outline • The local cluster • Local analysis on the cluster – Program location – Storage – Interactive analysis & batch analysis – PBS – Grid-UI

The Local Cluster The Local Cluster

Program Location • • All the software is located on the local software. The Program Location • • All the software is located on the local software. The software directory can be accessed using: $ATLAS_INST_PATH The directory structute of $ATLAS_INST_PATH – setup • environment – general scripts that define all the necessary environment variables for each of the installed program. There is a general script setup. Env. sh that source all the other scripts. • initialization – general scripts that build up the user environment. For example ‘setup. Athena’ will build the athena environment, create a default requirements files and create an init. sh script (see previous tutorial). • sw. Installation – install scripts, relevant for the software administrator only. – athena • releases – the different athena kits for releases versions. • nightly – nightlies that are downloaded regularly during the night (not in use for now) • group. Area – group. Area for certain athena projects. For now only the tutorial group. Area is installed – atlantis – one version of atlantis is locally installed. Should be updated from time to the lates version – grid. Tools • Dq 2 – the latest version of dq 2 only. Should be updated on regular basis. • ganga – a version of ganga (see grid tutorial). Should be updated from time to time – generators – the different generators in use.

Storage • Home directories are backed up. Backup is expensive and the charge is Storage • Home directories are backed up. Backup is expensive and the charge is per MB. The backup is for 6 months, so even if you delete the data the next day we will keep paying for 6 months. So keep your data on the large disks (Panasas or Thumper) and only your analysis code on your home dirs. • Delete old data. It is very easy to overload the disks with old MC samples. But be careful, after deletion there is no turning back. • At later time data management and data control guidelines will be made.

Interactive analysis & Batch analysis • The local cluster holds: – ~140 cpu (tau Interactive analysis & Batch analysis • The local cluster holds: – ~140 cpu (tau ~56 cpu) – ~70 TB – 1 -2 interactive working stations. • Interactive work – First look at data – most of the time ARA/py. Athena/matlab/root – Code development – Testing jobs before submission to batch mode • Batch mode – Everything that takes more than ~1 hr is probably best to send as a batch job. Batch jobs can run either on the Grid or on the local cluster – Grid – All the jobs that need to use datasets that are stored on the Grid must be run on the Grid. Do not copy data to the local cluster! Also, for long jobs that can be fragmented into several small jobs. – Local – short jobs, or jobs on local stored data.

PBS • PBS (Portable Batch System) is the batch system installed on the local PBS • PBS (Portable Batch System) is the batch system installed on the local cluster. • Jobs are submitted into queues. The choice of the queue is according to the job length. • On lxplus there is a similar system called LSF (Load Sharing Facility)

Grid-UI • Grid-UI software is installed on the working stations. After initiating the proxy Grid-UI • Grid-UI software is installed on the working stations. After initiating the proxy it is possible to send jobs to the grid, and retrieving its output, and datasets. • ganga – a software developed in Cern provide a python based environment to send jobs to the different Grids and to the local job manger (PBS/LSF) • dq 2 – a software for dataset manipulation on the grid • pathena – an Athena plug-in that sends athena jobs into the grid. Unlike ganga it can send jobs only to the panda grid (US).