ENEAGRID Primer
This page contains a short introduction to the use of
ENEAGRID resources.
ENEAGRID is the infrastructure providing the access to the
computational resources of ENEA ICT Division
More information about ENEAGRID can be found at this page.
The main ENEAGRID computational resources are the CRESCO Clusters.
Here only some basic information are provided:
How to connect to ENEAGRID?
A connection to ENEAGRID front-ends can be established in two
ways:
- Using SSH
to one of the ENEAGRID
front-end machines:
for example cresco-in.portici.enea.it or cresco-in.frascati.enea.it
SSH client availability:
- ssh is available on every UNIX/Linux system while
Windows ssh clients are included in commercial packages
as Exceed.
- Free Windows client are also available on
the Web:
- The PUTTY suite at the putty
download Page which includes a GUI ssh
client and the line command utilities psftp, pscp.
- MobaXterm
provides X sessions as also sftp/scp services
- GUI clients for sftp and scp are also
available:
After the first connection it
is advised to change the password that has been provided
at the moment of the account creation!
The password change is performed using the line command
kpasswd userid from
a terminal window.
ENEAGRID password can also be changed using
ENEAGRID Password Changer
File space and user HOME
directory
All users on all ENEAGRID computing nodes share the
same file space which is based on the AFS/OpenAFS distributed
file system.
User HOME directory is /afs/enea.it/user/
site/userid.
The same directory is also available at
/afs/enea.it/user/
first_userid_character/userid.
The default structure of the user HOME contains the following
directories:
- ~/private
- the directory is readable only for
the user
-
~/public
- the directory is readable by any user
- ~/public_html
- the directory is readable by any user and its content is
published on the web at the address: http://www.afs.enea.it/userid
- ~/rem
- the directory contains the
mount points for volumes remote sites; a request for AFS
volumes on remote sites must be done to the AFS
administrators
- ~/PFS
- the directory contains the
links to the available Parallel File Systems. Information
about Parallel File System can be found at: Parallel File Systems in ENEAGRID
The accessibility of the AFS file space is controlled by AFS
ACL (Access Control List).
The Access Control List of a directory can be displayed by the
command:
- fs la path_of_the_directory
(fs help provides
all the information about fs command )
Informations about OpenAFS can be found at the
AFS page for ENEAGRID
The ENEAGRID file space can also be accessed from a User
Workstation:
see
Workstation Access to ENEAGRID
Data Space
How to submit a job to ENEAGRID
LSF Multicluster is the job and resources management system in
ENEAGRID.
- The most common user commands (man pages are available):
bsub, bjobs, lsload
- A list of all available hosts can be obtained with the
command: lshosts
- A list of all available queues can be obtained with the
command: bqueues
Informations about LSF can be found at the
LSF page
for ENEAGRID(authentication with ENEAGRID credentials
required)
Information about compilation & run for serial and
parallel jobs:
Documentazione
all'uso (italian)
User support can be required using the ENEAGRID ticket
system:
http://gridticket.enea.it
All the ENEAGRID must be subscribed to the mailing list
griduser@enea.it.
The mailing list is used by ENEAGRID administrators to contact
the users