We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a8a85 commit cf11981Copy full SHA for cf11981
htcondor/templates/energize.sub
@@ -11,8 +11,7 @@ output = output/condor_logs/rosetta_$(Cluster)_$(Process).out
11
12
# rosetta provides the precompiled 64bit binaries for linux
13
# has_avx is included because I think I ran into avx-related errors in the past
14
-requirements = (Arch == "X86_64") && (has_avx == true) && (OpSys=="LINUX")
15
-
+requirements = (Arch == "X86_64") && (has_avx == true) && (OpSys=="LINUX") && (GlideIN_Site != "FNAL")
16
executable = run.sh
17
18
should_transfer_files = YES
0 commit comments