-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2.5.62 #1715
Conversation
@@ -1413,7 +1413,8 @@ | |||
profileCounter->theData[instCounter*2+1] += 1.0; | |||
} | |||
} else { | |||
(((_ElementaryCommand**)list_data)[currentCommand])->Execute(*this); | |||
GetIthCommand(currentCommand)->Execute(*this); | |||
//(((_ElementaryCommand**)list_data)[currentCommand])->Execute(*this); |
Check notice
Code scanning / CodeQL
Commented-out code Note
stack[stackTop-1].value = stack[stackTop-1].value / stack[stackTop].value; | ||
break; | ||
case HY_OP_CODE_POWER: { | ||
//stack[stackTop-1].value = pow (stack[stackTop-1].value, stack[stackTop].value); |
Check notice
Code scanning / CodeQL
Commented-out code Note
|
||
for (long blockID = 0; blockID < parallelOptimizerTasks.lLength; blockID ++) { | ||
if (requests[blockID]) { | ||
//MPI_Wait((MPI_Request *)requests[blockID], MPI_STATUS_IGNORE); |
Check notice
Code scanning / CodeQL
Commented-out code Note
@@ -2397,6 +2436,14 @@ | |||
UpdateBlockResult (status.MPI_SOURCE-1, blockRes); | |||
totalSent--; | |||
} | |||
//printf ("Overall result = %15.12g\n", result); |
Check notice
Code scanning / CodeQL
Commented-out code Note
|
||
while (totalSent) { | ||
MPI_Status status; | ||
hyFloat blockRes; | ||
ReportMPIError(MPI_Recv (&blockRes, 1, MPI_DOUBLE, MPI_ANY_SOURCE , HYPHY_MPI_DATA_TAG, MPI_COMM_WORLD,&status),true); | ||
//printf ("Got %g from block %d \n", blockRes, status.MPI_SOURCE-1); | ||
//printf ("\nGot %15.12g from block %d \n", blockRes, status.MPI_SOURCE-1); |
Check notice
Code scanning / CodeQL
Commented-out code Note
//_SimpleList dpv; | ||
//_keepTrackOfDepVars = new _AVLList (&dpv); | ||
//useGlobalUpdateFlag = true; |
Check notice
Code scanning / CodeQL
Commented-out code Note
//ObjectToConsole(_keepTrackOfDepVars); | ||
//NLToConsole(); |
Check notice
Code scanning / CodeQL
Commented-out code Note
//if (report) { | ||
// printf (">COMPUTED %s result = %d/%d\n", GetName()->get_str(), varFlags & HY_DEP_V_MODIFIED, res); | ||
//} |
Check notice
Code scanning / CodeQL
Commented-out code Note
//if (report) { | ||
// printf (">INSPECTED %s result = %d\n", GetName()->get_str(), varFlags & HY_DEP_V_MODIFIED); | ||
//} |
Check notice
Code scanning / CodeQL
Commented-out code Note
|
||
|
||
if (__builtin_expect (useGlobalUpdateFlag, 0)) { | ||
//bool report = IsGlobal() && VerbosityLevel() == 13; |
Check notice
Code scanning / CodeQL
Commented-out code Note
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
-- Fixes and improvements to various
libv3
files-- Improvements to BUSTED
--
--blb
option for aBSREL