File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ static void Main(string[] args)
74
74
freeNodes . Add ( i ) ;
75
75
76
76
foreach ( Process proc in Process . GetProcesses ( ) )
77
- if ( proc . ProcessName . StartsWith ( "primegrid_cllr" ) || proc . ProcessName . StartsWith ( "cllr" ) || ( proc . ProcessName . StartsWith ( "llr" ) && proc . ProcessName . IndexOf ( "wrapper" ) < 0 ) || proc . ProcessName . StartsWith ( "genefer_ " ) )
77
+ if ( proc . ProcessName . StartsWith ( "primegrid_cllr" ) || proc . ProcessName . StartsWith ( "cllr" ) || ( proc . ProcessName . StartsWith ( "llr" ) && proc . ProcessName . IndexOf ( "wrapper" ) < 0 ) || ( proc . ProcessName . StartsWith ( "prst" ) && proc . ProcessName . IndexOf ( "wrapper" ) < 0 ) || proc . ProcessName . StartsWith ( "genefer ") )
78
78
{
79
79
long a = ( long ) proc . ProcessorAffinity ;
80
80
int node = - 1 ;
You can’t perform that action at this time.
0 commit comments