|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--edu.unima.ky.parallel.jomp.ExAtomJomp
ExAtomJomp This program simulates the concurrent execution of two atomic blocks using OpenMP. (jdk 1.3, jomp 1.0)
Constructor Summary | |
ExAtomJomp()
|
Method Summary | |
(package private) static void |
doSomeWork(double t)
|
(package private) boolean |
isDone()
|
static void |
main(java.lang.String[] args)
|
(package private) void |
setDone()
|
(package private) void |
work(java.io.PrintWriter out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ExAtomJomp()
Method Detail |
public static void main(java.lang.String[] args)
void work(java.io.PrintWriter out)
void setDone()
boolean isDone()
static void doSomeWork(double t)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |