¡@

Home 

java Programming Glossary: myhibound

How to ensure Java threads run on different cores

http://stackoverflow.com/questions/1896065/how-to-ensure-java-threads-run-on-different-cores

they way I use slice and extra to calculate myLowBound and myHiBound ensure that each thread will not overlap in domain of the dynProgMatrix... myRank Integer.parseInt this.getName int myLowBound int myHiBound if myRank extra myLowBound myRank slice 1 myHiBound myLowBound.. int myHiBound if myRank extra myLowBound myRank slice 1 myHiBound myLowBound slice else myLowBound myRank slice extra myHiBound..