You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,28 +4,28 @@ vagrantGridEngine
4
4
Automatic installation of Grid Engine packages for testing purposes via Vagrant on virtual machines
5
5
6
6
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
9
9
- Having free Vagrant installed
10
10
- 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)
12
12
13
13
Once you have all the files in a own directory (including the ge-8.1.5... packages!)
14
14
just run:
15
15
16
-
vagrant up
16
+
vagrant up
17
17
18
18
A Vagrant "box" (VM image based on CentOS 6.5 is downloaded from Vagrant repository - but just one time)
19
19
is created and 3 virtual machines are created under Virtual Box (master, execd1, execd2).
20
20
21
21
In order to use your cluster, just type
22
22
23
-
vagrant ssh master
23
+
vagrant ssh master
24
24
25
25
Then you can do qhost, qstat -f, qsub -b y sleep 120, qstat -j <jobid> etc.
26
26
27
27
Have fun!
28
28
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.
0 commit comments