Skip to content

Commit cf11981

Browse files
committed
Blacklist OSG site
1 parent 88a8a85 commit cf11981

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

htcondor/templates/energize.sub

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ output = output/condor_logs/rosetta_$(Cluster)_$(Process).out
1111

1212
# rosetta provides the precompiled 64bit binaries for linux
1313
# 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-
14+
requirements = (Arch == "X86_64") && (has_avx == true) && (OpSys=="LINUX") && (GlideIN_Site != "FNAL")
1615
executable = run.sh
1716

1817
should_transfer_files = YES

0 commit comments

Comments
 (0)