Title: EUROGRID - CCGRID2002
1UNICORE Towards production quality grid
environment
Piotr Bala N. Copernicus
University Torun (PL) ICM Warsaw University (PL)
Funding by European Commission Grant No.
IST-1999-20247 (EUROGRID) and IST-2001-32257
(GRIP)
2EUROGRID Vision
- Build a European Grid infrastructure
- that gives users
- a seamless, secure access to
- High Performance Computing resources
- and that advances computational science
- in Europe
3GRIP Project
- Extend EUROGRID to cooperativity with globus
middleware. - Provide UNICORE users with access to resources
avaliable trough globus.
4EUROGRID Infrastructure and Components
- Based on UNICORE system
- Develop additional GRID components
- efficient data transfer
- ASP infrastructure
- resource broker
- application coupling
- interactive access
- Integration of new components by Intel (former
Pallas) and Fecit
5UNICORE architecture
UNICORE Client
UNICORE Gateway B
Insecure Internet
UNICORE Gateway A
UNICORE Server (NJS)
UNICORE Server (NJS)
TSI
TSI
NQE (Cray T3E)
PBS (Linux cluster)
6UNICORE Security
- Based on the PKA
- Industrial standard X509
- Secure communication
- Gateway, NJS cetificates
- Gateway, NJS check user certificate
- Multiuple CA accepted
- User certificates
- User certificate stored in client
- Public key stored in UUDB database at each site
- PKA mapped to user account (XLOGIN)
- more than one certificate can map to xlogin
- multiple CA allowed
- Multiple certificates allowed
7UNICORE
- Stable and reliable
- Allows access to production systems
- OpenSource
- Commercial Support Available (UNICORE Pro)
- Interoperability with Globus (GT2, GT3)
- (see R. Menday talk tomorrow)
8UNICORE
- Stable and reliable
- Allows access to production systems
- OpenSource
- Commercial Support Available (UNICORE Pro)
- Interoperability with Globus (GT2, GT3)
- (see R. Menday talk tomorrow)
- Pratial support of OGSA standard
- (see next talk)
9EUROGRID resources
- European HPC GRID testbed
- Agreement on security standards, certification,
access policies etc.
10UNICORE Applications
- Job files for user applications
- script tasks
- command tasks
- file transfer tasks (client-vsite, vsite-vsite)
- Plug-in for job and input preparation
- User can run the same script at all VSITEs
- Introduction of IDB entries for site dependent
installation - GROMOS96/pkg/gromos96 export GROMOS96
- GAUSS_EXEDIR/pkg/gaussian/g98 export
GAUSS_EXEDIR - AMBERHOME/pkg/amber6 export AMBERHOME
- CHARMM/pkg/charmm/c27b2/exec/t3e/charmm export
CHARMM
11BioGRID
- UNICORE Client (4.1.5 or UNICORE Pro 1.0.7) unix
and Windows - Easy installation (www.unicore.org,
biogrid.icm.edu.pl) - Example jobs
- Gaussian98, TBDFT, Amber, Gromos
- Plugins
- Gaussian98
- AMBER
- CPMD (V. Huber FZJ)
- BLASS (S. Haubold, TU Dresden)
- PDB Search
- Sequence Search
- Visualization Plugin
- PluginLoader
- List Jobs
12UNICORE Client
- Single application
- Job preparation
- Job monitoring
13UNICORE Client
14UNICORE Client Gaussian98 job preparation
15UNICORE Client edit resources for job
16Gaussian98 in EUROGRID
17Gaussian98 plugin
- Input preparation
- reads existing input, recognizes keywords
- Molecule coordinate editor
- formats
- XYZ
- Z-matrix
- text
18Gaussian98 plugin
- CPU time estimate
- based on known algorithm scaling O(N4)
- Checks program avaliability
19Gaussian98 plugin
- Prepares and transfers files for visualization
20Gaussian98 plugin
21Gaussian Plugin J. Pytlinski, A. Nowinski
22Gaussian Plugin J. Pytlinski, A. Nowinski
23Gaussian Plugin J. Pytlinski, A. Nowinski
24Gaussian Plugin J. Pytlinski, A. Nowinski
25Amber 6.0 plugin L. Skorwider
- Input preparation
- extended input preparation wizard
- covers all most popular options for NVT, NVE, NPT
simulations - NMR simulations are not covered yet
- Extended user help
- short help available for each button
- Keyword list and keyword locator
- user is navigated to the proper panel
- JavaHelp entries
- Plugin checks Amber availability
- SOFTWARE_RESOURCES entries
26Amber plugin
27Amber plugin
- Input can be edited by user
- Errors are marked in red
28Amber plugin
- Panel for each group of options
- Default options
- Help window
29Amber plugin
30Visualizer Plugin K. Benedyczak
31Visualizer Plugin K. Benedyczak
32CPMD plugin
V. Huber (FZJ)
33CPMD plugin
34PDB search plugin
M. Wronski
- Prepares database query
- Protein Data Bank (PDB) database
- Sequence database
- Databases available through web interface
- Plugin uses HTTP protocol to generate query
- Database mirrored at various locations
- Output visualization
- PDB structure can be visualized in the plugin
using external software - JMV (Java Molecular Viewer)
- K. Shulten group Chicago
- Requires Java3D
- JMol
- Sourceforge
- RasMol/RasWin
35PDB search plugin
36PDB search plugin
37PDB search plugin
- User can use different mirrors
- The best one is selected
- (fastest answer)
38PDB search plugin
39PDB search plugin
- Visualization with external packages
40PDB search plugin
- Rasmol
- JMV
- Jmol
- User-defined
41Sequence search plugin
M. Wronski
42Sequence search plugin
43Sequence search plugin
- Simple visualizatio based on BIOJava
44Blast Plugin S. Haubold (TU Dresden)
45List All Jobs Plugin
K. Benedyczak
- List all users jobs
- Scans USITEs and VSITEs
- Lists Job information
- Information on running jobs
- Alternative mechanism based on the additional
buttons which can be defined in the Job window
can be used. - Direct connection to JMC pannel
46List All Jobs Plugin
47File Filter Plugin
J. Wypychowski
- Access to the work directory of the running job
- Filter status file
- Status file
- Intermediate files (eg. coordinates)
- Display results in the Client
- Task running as separate job
- Immediate queue
- User has to be able to run two jobs
48File filter plugin
- Pick up job from JMC
- Define file to process
- Submit job
49File filter plugin
- Tail of the Amber status file
50DBAccess Plugin
M. Wronski
- Access to the SQL databases
- MySQL
- Postgress
- ...
- Results can be saved in the file
- XML output
51Generic plugin - basic idea J. Wypychowski
- Plugin is not a higher level language program
No Java - Applications typically require a set of
parameters from a basic set of types
(integer, string, float) - Constraints for the input data must be available
- UNICORE tasks and interaction must be simple
- Interface should generate itself on the fly
- Text based configuration
(XML) - Independent from UNICORE internal representation
52GenericPlugin - implementation
- Plugin within plugin generic plugin generator
- XML based configuration with strict grammar
definition - Small set of basic parameter types
- Auto-generated interface
- Constraints and parameters are scriptable with
JavaScript - Simplified UNICORE tasks and data
- Common API to create application plugins
- VSite based application plugin storage
53GenericPlugin in UNICORE
54Script Plugin in XML
- 01 lt?xml version"1.0"?gt
- 02 lt!DOCTYPE application SYSTEM "plugin.dtd"gt
- 03 ltapplication name"script"gt
- 04 ltresource type"context"gtshlt/resourcegt
- 05 ltsection name"main" /gt
- 06 ltparameter name"contents"
section"main"gt lttype_string big_area"yes"/gt
lt/parametergt - 07 ltjob namejobgt
- 08 ltscript namescriptgt
ltcontextgtshlt/contextgt - 09 ltcontentsgt ltvariable
namecontents/gt lt/contentsgt - 11 lt/scriptgt
- 12 lt/jobgt
- 13 lt/applicationgt
55DeviceSteer Krzysztof Benedyczak
- Access to the external devices
- Thermometer connected through serial port to TSI
server - Deamon for the device running on the target
system - DeviceSteer Plugin
56DeviceSteer
57DeviceSteer
58BioGRID
- Operate a GRID for biomolecular simulations
- Develop interfaces to existing biological
andchemical codes - Web site biogrid.icm.edu.pl
59Web site
- Information on
- software
- info
- home page
- local info
- VSITEs
- USITEs
60Web site
61biogrid.icm.edu.pl www.eurogrid.org www.grid-inter
operability.org
Piotr Bala J. Pytlinski, L. Skorwider, M.
Wronski, K. Benedyczak, J. Wypychowski, A.
Nowinski, M. Nazaruk, K. Wawruch ICM Warsaw
University (PL)
N. Copernicus University
Torun (PL)
Funding by European Commission Grant No.
IST-1999-20247 (EUROGRID) and IST-2001-32257
(GRIP)
62EUROGRID Workshop
- Eurogrid Workshop (29.10.2003)
Cracow Grid Workshop 2003 Kraków, 27-29.10.2003 - UNICORE Tutorial 28.10.2003 - evening
- Room for 30-40 people
- Lectures 29.10.2003 morning
- UNICORE overview - K.-D. Ortel, Intel
- Meteo-GRID Performing Local Weather Forecast
Using GRID Computing - K.-J. Lenz, DWD - Globus/Unicore interoperability - R. Menday, FZJ
- Plugin development - K. Benedyczak, M.
Wronski ICM/UMK - Unicore in OpenMolgrid project - M. Romberg, FZJ