Skip to content

Commit 22add72

Browse files
committed
Update README.md
1 parent 2bff624 commit 22add72

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,28 @@ vagrantGridEngine
44
Automatic installation of Grid Engine packages for testing purposes via Vagrant on virtual machines
55

66
Here are the prerequisites:
7-
- Having you own laptop / desktop with MacOS X / Linux (untested) or Windows (untested) running
8-
- Having free VirtualBox installed
7+
- Having your own laptop / desktop with MacOS X / Linux or Windows (untested) running
8+
- Having free VirtualBox installed
99
- Having free Vagrant installed
1010
- Having git version management installed (or alternative you can copy the files from my github account manually)
11-
- Having free Grid Engine tar.gz packages (I assume here ge-8.1.5-demo-common.tar.gz and ge-8.1.5-demo-bin-lx-amd64.tar.gz which you can get for free here: http://www.univa.com/resources/univa-grid-engine-trial.php)
11+
- Having free Grid Engine tar.gz packages (I assume here ge-8.1.5-demo-common.tar.gz and ge-8.1.5-demo-bin-lx-amd64.tar.gz which you can get for free here: http://www.univa.com/resources/univa-grid-engine-trial.php / it also works with Univa Grid Engine 8.2)
1212

1313
Once you have all the files in a own directory (including the ge-8.1.5... packages!)
1414
just run:
1515

16-
vagrant up
16+
vagrant up
1717

1818
A Vagrant "box" (VM image based on CentOS 6.5 is downloaded from Vagrant repository - but just one time)
1919
is created and 3 virtual machines are created under Virtual Box (master, execd1, execd2).
2020

2121
In order to use your cluster, just type
2222

23-
vagrant ssh master
23+
vagrant ssh master
2424

2525
Then you can do qhost, qstat -f, qsub -b y sleep 120, qstat -j <jobid> etc.
2626

2727
Have fun!
2828

29-
Note that I just hacked that together to have it running and it is not perfect.
29+
Note that this just a quick hack to get it running and it is not perfect.
3030

3131
Daniel

0 commit comments

Comments
 (0)