Download presentation
Presentation is loading. Please wait.
Published byNora Small Modified over 8 years ago
2
INFSO-RI-508833 Enabling Grids for E-sciencE www.eu-egee.org Configuring new services in GENIUS Giuseppe La Rocca INFN Catania Retreat between GILDA and ESR VO on gLite Bratislava, 27-30.06.2005
3
Retreat between GILDA and ESR VO on gLite - Bratislava, 27-30.06.2005 2 Enabling Grids for E-sciencE INFSO-RI-508833 Service Examples (1) gzip sample maximum medium none EF_SPOOLER_NAME="gzip $file” export EF_SPOOLER_NAME ${EF_ROOT}/plugins/lsf/bin/bsub -o output.txt gzip -$level \"$FILE\” gzip sample maximum medium none EF_SPOOLER_NAME="gzip $file” export EF_SPOOLER_NAME ${EF_ROOT}/plugins/lsf/bin/bsub -o output.txt gzip -$level \"$FILE\”
4
Retreat between GILDA and ESR VO on gLite - Bratislava, 27-30.06.2005 3 Enabling Grids for E-sciencE INFSO-RI-508833 Test Service 1 /usr/bin/env Service Examples (2)
5
Retreat between GILDA and ESR VO on gLite - Bratislava, 27-30.06.2005 4 Enabling Grids for E-sciencE INFSO-RI-508833 Test Service 2 $EF_ROOT/plugins/infngrid/bin/gilda/gildagrid.sh test-service-2 Service Examples (3)
6
Retreat between GILDA and ESR VO on gLite - Bratislava, 27-30.06.2005 5 Enabling Grids for E-sciencE INFSO-RI-508833 test-service-2 test_service_2 () { echo " " echo "Hello World!" echo " " }
7
Retreat between GILDA and ESR VO on gLite - Bratislava, 27-30.06.2005 6 Enabling Grids for E-sciencE INFSO-RI-508833 Test Service 4 Please, select a name for the following list, and than click on the button. XXXYYYZZZ $EF_ROOT/plugins/infngrid/bin/gilda/gildagrid.sh test- service-4 Service Examples (4)
8
Retreat between GILDA and ESR VO on gLite - Bratislava, 27-30.06.2005 7 Enabling Grids for E-sciencE INFSO-RI-508833 test_service_4 () { echo " " echo "Hello ${GILDA_NAME} and welcome to the gLite Tutorial on GILDA. echo "Catania, 13th-15th, June 2005" echo " " } test-service-4
9
Retreat between GILDA and ESR VO on gLite - Bratislava, 27-30.06.2005 8 Enabling Grids for E-sciencE INFSO-RI-508833 Output
10
Retreat between GILDA and ESR VO on gLite - Bratislava, 27-30.06.2005 9 Enabling Grids for E-sciencE INFSO-RI-508833 Test Service 5 Please, select a Fortran file to compile and than click on Compile. $EF_ROOT/plugins/infngrid/bin/gilda/gildagrid.sh test- service-5 Service Examples (5)
11
Retreat between GILDA and ESR VO on gLite - Bratislava, 27-30.06.2005 10 Enabling Grids for E-sciencE INFSO-RI-508833 test_service_5 () { echo "Compiling the following file...${COMPILEFILE}" FILEOBJECT=`echo ${COMPILEFILE} | awk -F'.' '{print $1}'` /usr/bin/g95 -o ${FILEOBJECT} ${COMPILEFILE} chmod 777 ${FILEOBJECT} echo "..Execution of the file." exec ${FILEOBJECT} } test-service-5
12
Retreat between GILDA and ESR VO on gLite - Bratislava, 27-30.06.2005 11 Enabling Grids for E-sciencE INFSO-RI-508833 Output
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.