|
|
How to run analysis pipelines at Bologna (CNAF) computer center
Perform the following steps:
- Logg in to one of the following machines
ui01-virgo.cr.cnaf.infn.it.
ui02-virgo.cr.cnaf.infn.it.
These are the User Interface machine which shares the following directories with the Worker Nodes:
/storage/gpfs_virgo3/home
/storage/gpfs_virgo3/scratch
/storage/gpfs_virgo3/virgo
If possible use the scratch area, since it is world readable.
- Change to one of the shared directories.
(cmd.: cd /storage/gpfs_virgo3/home/gdebrecz)
- Create a new directory, and enter into it.
(cmd.: mkdir mywd; cd mywd)
- IMPORTANT: Set the file creation mask to 0002, i.e. the files you are creating from now on will be group writeable.
(cmd.: umask 0002)
- Source VIRGO environment setting file:
(cmd.: . /opt/exp_software/virgo/lscsoft/etc/virgoenv.sh)
- Launch some condor test job and check whether it works fine or not.
(cmd:.
cp /storage/gpfs_virgo3/home/gdebrecz/condortest/* .
condor_submit vog-testjob.des
)
- If the testjobs finished OK, then from this point on you can do everything in the same way as on other clusters. Except the fact, that you have to copy the
/opt/exp_software/virgo/lscsoft/etc/LSCdataFind
executable and overwrite the one comes with the standard LSCsoft installation !
BE AWARE, that all your files and software _should be installed
on the shared areas_ and should be group read/writeable so that
your jobs on the Worker Nodes - which are running as a different user -
could access it !
Notes:
- You can find a test installation as an example here:
/opt/exp_software/virgo/lscsoft/
and have a look to
/opt/exp_software/virgo/lscsoft/etc/s5grbenv.sh
to see how I source the various files.
- The system python installation should not be used, use the one installed in the above software area !
|
The RMKI Budapest Virgo Group
This topic: RmiVirgo
> WebHome >
VirgoComputing > CBCatBologna
Topic revision: r1 - 2009-09-03 - GergelyDebreczeni