A job submitted via JIM takes the path schematically illustrated below.
Jim_client site ==> Scheduler site ==> Execution siteThe user submits the job from the client site to the scheduler site where the job is prepared. The scheduler sends the job to the execution site where it is run. A scheduler site, also called a submission site, maintains the queue of grid jobs, mediates the interactions of the user with the execution site and acts on behalf of the user for job management.
The attributes in red are critical or should be checked by the user.executable = /bin/ls sam_experiment = d0 sam_universe = prd group = mcc99 instances = 1 check_consistency = true job_type = dzero_monte_carlo station_name = manhep runjob_requestid = 13669 runjob_numevts = 20000 d0_release_version= p14.07.00 jobfiles_dataset = jms_set14 minbias_dataset = overlapset_mcp14_cteq5l-tuneA_simulated +notify_user = you_the_user@fnal.gov
$ sam translate constraints --dim="file_name cardFile%" $ sam translate constraints --dim="file_name d0_p%.tar.gz" $ sam translate constraints --dim="file_name mc_runjob_v%.tar.gz"Create the jobfiles dataset with a command like:
$ sam define dataset \ --file_name=cardFile_v00-06-00.tar.gz,d0_p14.05.01.tar.gz,mc_runjob_v06-02-02-jim-01.tar.gz,MagField_v00-01-00.tar.gz \ --defname=jms_set5 --group=dzero
$ setup sam $ setup jim_client $ grid-proxy-init -hours 200 #(this is optional: if not done and a kerberos ticket is present, the KCA will be used) $ samg submit sg-request-13669