-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNOTES
More file actions
26 lines (19 loc) · 1.03 KB
/
NOTES
File metadata and controls
26 lines (19 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
- run $condor_status -java to view the machines condor can run java applications on.
* currently $condor_status -java shows no machines
- look into utilizing different condor universes
* java for java apps
* standard for more efficient use of idle computers
(checkpointing and remote system calls)
* vanilla for less restrictions than standard but no checkpointing
or remote system calls
Made for using a standalone executable/script
- documentation for htcondor available at:
research.cs.wisc.edu/htcondor/manual/v8.2/index.html
- documentation specifically for running java jobs on htcondor available at:
research.cs.wisc.edu/htcondor/manual/v8.2/2_8JavaApplications.html
- documentation for Java Support Installation available at:
research.cs.wisc.edu/htcondor/manual/v8.2/3_13Java_Support.html#sec:java-install
(maybe useful for fixing the issue of condor not identifying which
computers are available for java jobs)
- good tutorial for condor administrators
research.cs.wisc.edu/htcondor/tutorials/infn-admin/hands-on/html/