diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-04-14 15:47:42 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-04-14 15:47:42 -0400 |
commit | 1842e2754334ffc8e1a5127c19a397fa594f5ee8 (patch) | |
tree | fe26d328b9099ca93469fc7350f6eb79179196c3 /README | |
parent | 0c30d2a1ac3ff3ea9fdb0df7443f1f9659040f46 (diff) | |
download | htcondor_examples-1842e2754334ffc8e1a5127c19a397fa594f5ee8.tar.gz |
Add documentation
Diffstat (limited to 'README')
-rw-r--r-- | README | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -0,0 +1,24 @@ +# Extremely abridged instructions + +## Start htcondor + +### RHEL / CentOS +Execute: +$ service condor start + +### OSX +$ /path/to/condor/sbin/condor_master + + +## Generate sample data + +$ cd data/sample1 +$ ./mkdata.sh + +## Check out the generators + +$ cd ../../generators +$ ./generator1.py +$ ./generator2.py + + |