So far you've run jobs on one grid site, osg-edu.cs.wisc.edu which was specially prepared for this tutorial. Now we will try running on some other sites on the grid. There are a few issues to cover - some in this section and some in the next.
There are a number of machines that you can probably submit to on the Open Science Grid.
VORS (Virtual Organization Resource Selector) is one of the monitoring tools available on the Open Science Grid. It can be used to get a good view of the Open Science Grid. For instance, there is a map of sites in the OSGEDU VO.
You can use this to check the status of many OSG sites on this list, to find out which sites are working and which sites support the OSGEDU VO which you are part of.
Let's test a site, using GRAM2:
$ globus-job-run osg-edu.cs.wisc.edu /bin/date
Sun Jul 10 23:25:25 CDT 2005Try to copy your application to the site.
If you plan to use any of the OSG sites, and you are authorized to do so (GRAM Authentication test successful), go to the VORS page again.
Pick a site. Click on that site to get information about that site. You'll be given information for submitting GRAM2 jobs (the Gatekeeper Address) which can often also be used for file transfer.
Under that listing, the entry labelled $APP location is the APPDIR you can use to store your applications.
Now you can:
Create your workspace in the APPDIR
"Stage-in" your application with globus-url-copy
Execute your application
Remember to replace SITE, APPDIR and YOURUSERNAME with values that are appropriate for you.
$globus-job-run$SITE/bin/mkdirAPPDIR/YOURUSERNAMEglobus-url-copy file://`pwd`/prime gsiftp://$SITE/APPDIR/YOURUSERNAME/primeglobus-job-run$SITE/bin/chmod +xAPPDIR/YOURUSERNAME/primeglobus-job-runNOSITEAPPDIR/YOURUSERNAME/prime 200 2 200