Changes between Version 115 and Version 116 of FermeLocale


Ignore:
Timestamp:
05/01/2024 11:35:46 (4 months ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FermeLocale

    v115 v116  
    180180}}}
    181181
     182==== exemple d'un fichier de description de soumission en sélectionnant Almalinux9:====
     183{{{
     184more testprog2.submit
     185executable=testprog01.sh
     186universe=vanilla
     187arguments=Example.$(Cluster).$(Process) 100
     188output=results.output.$(Process)
     189error=results.error.$(Process)
     190log=results.log
     191notification=never
     192should_transfer_files=YES
     193when_to_transfer_output = ON_EXIT
     194requirements = (OpSysAndVer =?= "AlmaLinux9")
     195queue
     196}}}
     197
    182198==== Soumettre un job en batch : condor_submit ====
    183199condor_submit testprog01.submit