You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, WISE needs to be aware of the system architecture it's running on to lock to CPU cores, etc.
On Azure, WISE reports:
WISE is unable to query the operating system for this detail, which means core locking, etc. cannot happen. Furthermore, this call took a minute or so to complete, indicating that there's a time-out or an erroneous loop occurring.
We should review this code, and Azure, to make sure that operations will still be performed efficiently and correctly, and without (e.g.) a potential timeout while these system calls fail.
How will this improve the project or tool?
This was discovered while discussing multithreading and multiprocessing of WISE, with Robert J.
Approvals Process
Testing For Issue
Executive Approval
Merge
Provide Attribution
The text was updated successfully, but these errors were encountered:
Contact Details
[email protected]
What is needed?
Right now, WISE needs to be aware of the system architecture it's running on to lock to CPU cores, etc.
On Azure, WISE reports:
WISE is unable to query the operating system for this detail, which means core locking, etc. cannot happen. Furthermore, this call took a minute or so to complete, indicating that there's a time-out or an erroneous loop occurring.
We should review this code, and Azure, to make sure that operations will still be performed efficiently and correctly, and without (e.g.) a potential timeout while these system calls fail.
How will this improve the project or tool?
This was discovered while discussing multithreading and multiprocessing of WISE, with Robert J.
Approvals Process
The text was updated successfully, but these errors were encountered: