Changes between Version 115 and Version 116 of FermeLocale
- Timestamp:
- 05/01/2024 11:35:46 (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FermeLocale
v115 v116 180 180 }}} 181 181 182 ==== exemple d'un fichier de description de soumission en sélectionnant Almalinux9:==== 183 {{{ 184 more testprog2.submit 185 executable=testprog01.sh 186 universe=vanilla 187 arguments=Example.$(Cluster).$(Process) 100 188 output=results.output.$(Process) 189 error=results.error.$(Process) 190 log=results.log 191 notification=never 192 should_transfer_files=YES 193 when_to_transfer_output = ON_EXIT 194 requirements = (OpSysAndVer =?= "AlmaLinux9") 195 queue 196 }}} 197 182 198 ==== Soumettre un job en batch : condor_submit ==== 183 199 condor_submit testprog01.submit