Contact: Greg Thain, gthain@cs.wisc.edu, 608-890-0031
machine name is submit.chtc.wisc.edu

To log in use one of this 2 machines to ssh to Condor cluster:
stargrid01.rcf.bnl.gov (130.199.6.111) for login and
stargrid02.rcf.bnl.gov (130.199.6.168) copying back data.
Those machines see /star/data05/

Copy VMware imake to
submit.chtc.wisc.edu/~gthain/starvm

Produce VMawre as a VMware vmdk image

Tutorials
Here's a getting started with Condor video and powerpoint: http://www.cs.wisc.edu/condor/CondorWeek2008/tuesday_condor.html

IP can be found in /sbin/ifconfig eth0

Here's an example which simply runs /bin/sleep 10

=====================================
universe = vanilla
executable = /bin/sleep
arguments = 10

should_transfer_files = yes
when_to_transfer_output = on_exit
transfer_input_files = some_input_file

+JobSignature = "NeedStarWorker"

output = out
error = error
log = log

queue
========================

If this file is named "submit", just run "condor_submit submit", and the program should start in the VM.

  • No labels