Skip to content
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

Merged
merged 9 commits into from
May 31, 2024
Merged

v2.5.62 #1715

merged 9 commits into from
May 31, 2024

Conversation

spond
Copy link
Member

@spond spond commented May 31, 2024

-- Fixes and improvements to various libv3 files
-- Improvements to BUSTED
-- --blb option for aBSREL

@@ -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

This comment appears to contain commented-out code.
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

This comment appears to contain commented-out code.

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

This comment appears to contain commented-out code.
@@ -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

This comment appears to contain commented-out code.

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

This comment appears to contain commented-out code.
Comment on lines +1912 to +1914
//_SimpleList dpv;
//_keepTrackOfDepVars = new _AVLList (&dpv);
//useGlobalUpdateFlag = true;

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
Comment on lines +2760 to +2761
//ObjectToConsole(_keepTrackOfDepVars);
//NLToConsole();

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
Comment on lines +822 to +824
//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

This comment appears to contain commented-out code.
Comment on lines +809 to +811
//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

This comment appears to contain commented-out code.


if (__builtin_expect (useGlobalUpdateFlag, 0)) {
//bool report = IsGlobal() && VerbosityLevel() == 13;

Check notice

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.
@spond spond merged commit 1460f3a into master May 31, 2024
4 of 5 checks passed
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
B Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant