################################################################################# # # # LLIC PROJECT INSTALLATION PROCEDURE # # # ################################################################################# 1. Unzip and untar the llic.tar.gz file 2. Make sure you have the following bineries in binaries directory: master_submitter, master, agent, job_launcher, master_q. 3. Configure the lllic_config file. 4. Prepare condor submit file. Exactly the same file used to run your jobs with Condor should be used with master_Submitter program. It is highly advisable to submit your jobs to condor first (using same submit file) with small number of jobs and make sure condor properly executes your jobs. Only after that submit your jobs to master_Submitter. 5. Execute: master_submitter [config_file_name] config_file_name is optional - if missing it's name will be loaded from LLIC_CONFIG_FILENAME environment variable. After successful submittion one or more master programs will be submitted to condor. You can watch them by condor_q. Master submits additional number of agent programs to condor – those execute your jobs on remote machines. 6. You can watch your program progress by 2 means: a. If master program does not already appear in list of running program in condor_q output - it means it finished its run. b. Use master_q utility: master_q [config_file_name] * master_state_file is specific file which keeps state of currently running master. It is always of the form of “master.*.in”. You can find one in master output directory. * ALL stands for all master_state_files that can be found from MASTER_OUTPUTS_DIR_PREFIX_PATH in config file * config_file_name is optional - if missing it's name will be loaded from LLIC_CONFIG_FILENAME environment variable.