140 likes | 249 Vues
This document outlines the procedures for executing jobs within the SeeGrid Information System. It includes guidance for using essential executable files such as Copy.exe and Multiply.exe to manage input and output files effectively. Additionally, it details the process to extend access rights using ExtendRightsSeeGrid.sh, ensuring proper permissions for group access to the designated TEST directory. The definitions of remote and local file handling, as well as job results, are clearly outlined to facilitate smooth operation and successful outcomes.
E N D
Test jobs: • Copy.exe(INPUT -> OUTPUT) • Multiply.exe (INPUT1 x INPUT2 -> OUTPUT) • ExtendRightsSeeGrid.shfor i in `lfc-ls /grid/seegrid/TEST`; do lfc-setacl -m group::rwx /grid/seegrid/TEST/$i done