Skip to content

Commit

Permalink
Merge pull request #17 from mmlynari/patch-1
Browse files Browse the repository at this point in the history
switch OpSysAndVer to AlmaLinux9
  • Loading branch information
BrieucF authored Dec 11, 2023
2 parents 009bc1a + db6acae commit 821cf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FCCSW_ecal/condor_submit_fccsw.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def get_condor_submit_header(executable_regex, jobFlavour = 'longlunch'):
Log = $(filename).log
Output = $(filename).out
Error = $(filename).err
requirements = ( (OpSysAndVer =?= "CentOS7") && (Machine =!= LastRemoteHost) && (TARGET.has_avx2 =?= True) )
requirements = ( (OpSysAndVer =?= "AlmaLinux9") && (Machine =!= LastRemoteHost) && (TARGET.has_avx2 =?= True) )
max_retries = 3
+JobFlavour = "{0}"
RequestCpus = 1
Expand Down

0 comments on commit 821cf05

Please sign in to comment.