Indice

Usage of Tramontana

The main source of information about Tramontana is provided by the PISA WIKI located at the web pages http://wiki.infn.it/cn/csn4/calcolo/csn4cluster/home while more dettailled information on cluster are HERE. Fast access to the cluster status can be visualized:

The Tramontana cluster can be accessed also using a simplified access to the grid provided by the web-portal created by CNAF IGI grid portal

The first step is to be authenticate to its usage

voms-proxy-init -voms theophys:/theophys/IS_OG51/Role=parallel  --valid 24:00
myproxy-init -d -n  -c 3880

An easy access to the file on the cluster can be achieved using the "uberftp" protocol

alias UBER='uberftp -D 0 gridce3.pi.infn.it '
UBER

As "theophys" user we do have to three-storage areas whose actual usage can be tested looking at the following files

uberftp -D 0 gridce4.pi.infn.it "cat /gpfs/ddn/csn4home/.disk_usage"
uberftp -D 0 gridce4.pi.infn.it "cat /gpfs/ddn/srm/theophys/.disk_usage"
uberftp -D 0 gridce4.pi.infn.it "cat /gpfs/ddn/theompi/chk/.disk_usage"

For project involving Cactus runs we decided that (let us suppose that the main directory of the project is: "/gpfs/ddn/theompi/chk/OG51/Parma/BarModeRuns") that this tree will contain a

Running Cactus

We have prepared a … THE BEST WAY to manage jobs is using the following commands (SUBMIT/STATUS/GET results)

 glite-wms-job-submit -a -o A100M15b265_r50_8.job A100M15b265_r50_8.jdl                   [SUBMIT]
 glite-wms-job-status -i A100M15b265_r50_8.job                                            [STATUS]
 glite-wms-job-cancel -i A100M15b265_r50_8.job                                           [CANCEL]
 glite-wms-job-output --noint  -i A100M15b265_r50_8.job --dir  ./A100M15b265_r50_8.dir    [GET OUTPUT]

That's all folks….

Compiling Cactus

Now the compilation on "Tramontana" is in two steps. The first step is to create a tar ball of the compilation tree and transfer it on the PISA SRM (Storage Resource Manager). The second step is to submit a compilation job on cluster. This stage will be revised in near future to do compilation on the pisa user interface.

To check which exe is on the SRM one can gives the commands:

lcg-ls -l srm://gridsrm.pi.infn.it/theophys/IS_OG51/Parma/Cactus/exeTRAMONTANA/
lcg-ls -l lfn:/grid/theophys/IS_OG51/Parma/Cactus/exeTRAMONTANA 

lcg-ls -l  srm://gridsrm.pi.infn.it/theophys/IS_OG51/Parma/SRC/
lcg-ls -l  lfn:/grid/theophys/IS_OG51/Parma/SRC/

The one with name ending with "_MP" will refer to executable with OpenMP.

All the script and data need to make compilations are stored in the directory: "/storageQ01/BarModeProject/TramontanaSubmitions/Compilation" on einstein.pr.infn.it.