Download presentation
Presentation is loading. Please wait.
Published byMelvyn Parks Modified over 9 years ago
1
Condor Project Computer Sciences Department University of Wisconsin-Madison condor-admin@cs.wisc.edu http://www.cs.wisc.edu/condor A Scientist’s Introduction to Condor Barcelona, 2006
2
2 http://www.cs.wisc.edu/condor Agenda Extended user’s tutorial Advanced Uses of Condor Java programs DAGMan Stork MW Grid Computing Case studies, and a discussion of your application‘s needs
3
3 http://www.cs.wisc.edu/condor Condor Job Universes Serial Jobs Vanilla Standard Grid Scheduler Local Java Parallel Jobs MPI PVM Parallel
4
4 http://www.cs.wisc.edu/condor Java assumptions Java programs require a Java Virtual Machine (JVM) Run time environment is specialized with respect to libraries (class implementations) I/O
5
5 http://www.cs.wisc.edu/condor Condor and Java The Java universe identifies jobs such that Condor can set up the proper environment Condor knows which machines have an installed JVM Condor knows the location, version, and performance of the JVM on each machine Condor understands about jar files Provides more information about Java job completion than the JVM exit code The program runs in a Java wrapper, allowing Condor to report Java exceptions
6
6 http://www.cs.wisc.edu/condor Java Universe Job Example Java Universe submit description file: Universe = java Executable = Main.class jar_files = MyLibrary.jar Input = infile Output = outfile Arguments = Main 1 2 3 Queue
7
7 http://www.cs.wisc.edu/condor Java support % condor_status –java Name JavaVendor Ver State Actv LoadAv Mem abulafia.cs Sun Microsy 1.5.0_ Claimed Busy 0.180 503 acme.cs.wis Sun Microsy 1.5.0_ Unclaimed Idle 0.000 503 adelie01.cs Sun Microsy 1.5.0_ Claimed Busy 0.000 1002 adelie02.cs Sun Microsy 1.5.0_ Claimed Busy 0.000 1002...
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.