-
Notifications
You must be signed in to change notification settings - Fork 179
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [PEx] Change schedule choice from PMachine to PMachineId * [PEx] Major revamping of Choice: 1/n Old schedule/data choice changed to schedule/data SearchUnit Added new class for schedule/data Choice, which is just a wrapper around PMachineId/PValue<?> TODO: clean up Schedule with new class structure * Revert "[PEx] Major revamping of Choice: 1/n" This reverts commit 53c5d15. * [PEx] Separates unexplored choices from schedule * [PEx] Cleanup and minor corrections to recent changes to SearchTask * [PEx] Minor correction * [PEx] Corrections to new backtracking logic * Ongoing Changes * Week 6 tasks * discussed changes * discussed changes * Recent Changes * [PEx] Add thread-safe code for search strategies, minor cleanup * [PEx] Refactoring and cleanup * More changes * New changes * Changes * Changes * Remove optional parameters in Monitor (#747) * Changes * Changes * Changes * Local CHanges * All changes * Changes * Required changes * 1. Changes made. 2. For hardcoded log path, need to know where scripts are placed are inside the P folder (else can then change) 3. For nproc 4, added code for killing other threads when bugfoundException is raised * Hardcoded path changed * Added code for gracefully interrupting other threads, but confusing error: comment and uncomment L151 and L152, and run for both * nproc: 4, bugs < 86 * Changes --------- Co-authored-by: Aman Goel <[email protected]> Co-authored-by: mchadalavada <[email protected]>
- Loading branch information
1 parent
7644120
commit 419f335
Showing
20 changed files
with
423 additions
and
195 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Src/PRuntimes/PExplicitRuntime/regressionTestScript 11.14.59 AM.sh
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
./scripts/build.sh | ||
mvn test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.