Skip to content

Commit

Permalink
Update 50-main.config
Browse files Browse the repository at this point in the history
Co-authored-by: Matyas Selmeci <[email protected]>
  • Loading branch information
rynge and matyasselmeci committed Dec 13, 2023
1 parent fd4a3d6 commit ace88c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 50-main.config
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ START = (time() < GLIDEIN_ToRetire) && \
((DESIRED_Sites=?=undefined) || stringListMember(GLIDEIN_Site,DESIRED_Sites,",")) && \
((UNDESIRED_Sites=?=undefined) || !stringListMember(GLIDEIN_Site,UNDESIRED_Sites,",")) && \
(!isUndefined(TARGET.ProjectName)) && \
(MY.GPUs is Undefined || MY.GPUs == 0 || \
((MY.GPUs ?: 0) == 0 || \
(TARGET.RequestGPUs ?: 0) > 0 || \
RoomForCPUOnlyJobs is Undefined || RoomForCPUOnlyJobs) && \
(isUndefined(TARGET.SingularityImage) || MY.SINGULARITY_START_CLAUSE) && \
Expand Down

0 comments on commit ace88c5

Please sign in to comment.