Partecipants: A. Del Linz M.Prica, R.Pugliese, David Gutièrrez, Emilio Diaz, Stefano Salon, Elena Mauri, Giorgio Bolzon, Matteo Lanati, Ignacio Coterillo, Maria Del Campo, Alex Cheptsov
Goal of this meeting is to get an update on the status of the applications, decide the final list of pilot applications and then have a training on how to integrate an instrument element and a storage element.
Status of the OGS applications - RA is now operating - IM integration is on the way. Giorgio is visiting ELETTRA to speed up the process. - Alex will first execute the model in a machine offered by PSNC via local queue system, then using the command line UI, finally via VCR. - OGS will be one of the pilot applications
Status of the UC application - HORUS_bench will use the VCR installed by CSIC - Ignacio installed the VCR with some problems in the Information System and in the Job submission. - In order to get support Ignacio will be in contact with VCR people. Image processing is under development. - UC will be one of the pilot applications
Status of ELETTRA applications. - We have some progress in the integration of an interactive application fit2d with the VCR - SAXS online processing will be one of the pilot applications.
Status of EUCENTER application. - RA should be set in this week - porting of the simulation code in C is under development. - This application will be one of the pilot applications.
The final list of the pilot applications is: - Environmental community: OGS (floats + model), UC (horus_bench) - Experimental community: ELETTRA (saxs) - Earthquake community; EUCENTER (network centric seismic simulations)
The training on IE - SE integrations was issued by Milan and Andrea. The code to move a file from an IE to a SE is very simple, just one line of code. In particular, there are two utility methods (provided by the IE framework): 1. To copy a file from an IE to a SE:
GridUtils.ftpPut(getSessionId(), targetURL1, sourceURL2);
2. To copy a file from a SE to an IE:
GridUtils.ftpGet(getSessionId(), targetURL1, sourceURL2);
Next meeting next week same day same time.
Back to top