managing_install.md
... ...
@@ -10,13 +10,13 @@ The master server will require at least 250 GB of free disk space on a case-sens
10 10
![NFS-based installation](images/site_diagram.png "NFS-based installation")
11 11
12 12
## Pre-Installation
13
-```
14
- | Installation Requirements | |
15
- | ------------------------- | ----------------------------------------------------|
16
- | Hard Drive Space | 250 GB required |
17
- | Operating System | Linux, OS X and other UNIX |
18
- | Privileges | Root account (Linux) or Administrator account (Mac) |
19
-```
13
+
14
+| Installation Requirements | |
15
+| ------------------------- | ----------------------------------------------------|
16
+| Hard Drive Space | 250 GB required |
17
+| Operating System | Linux, OS X and other UNIX |
18
+| Privileges | Root account (Linux) or Administrator account (Mac) |
19
+
20 20
Email [accounts@sbgrid.org](accounts@sbgrid.org) to request the installation script for the software. Be sure to include the following information in your email:
21 21
22 22
* Lab Name
overrides.md
... ...
@@ -50,11 +50,11 @@ The override file is named .sbgrid.conf and should be placed in your $HOME direc
50 50
51 51
APPLICATION_X is the name of the application followed by an underscore and the shorthand initial for the architecture. The last field on the line is the software version number you want to use. The initials for each software branch are:
52 52
53
- | Software Directory | Shorthand Initial |
54
- | :----------------- | :---------------- |
55
- | i386-linux | _L |
56
- | x86_64-linux | _X |
57
- | i386-mac | _M |
53
+| Software Directory | Shorthand Initial |
54
+| ------------------ | ----------------- |
55
+| i386-linux | _L |
56
+| x86_64-linux | _X |
57
+| i386-mac | _M |
58 58
59 59
To quickly open the overrides file in your default $EDITOR, you can run *sbgrid-overrides -e*.
60 60
resources.md
... ...
@@ -12,30 +12,29 @@ This machine (internally named sbgrid-dev-architect) is the only external facing
12 12
13 13
The following are the always-on operating system/hardware combinations. They are generally kept at the latest point release:
14 14
15
-```
16
- Hostname Operating System Architecture Notes
17
- ------------------|-----------------|-------------|------------------------------------
18
- sbgrid-c5b CentOS 5 x86 base SBGrid 32-bit Linux build VM
19
- sbgrid-c5b-64 CentOS 5 x86_64 base SBGrid 64-bit Linux build VM
20
- sbgrid-c5t-64 CentOS 5 x86_64 minimal install for portability testing
21
- sbgrid-c6b CentOS 6 x86 base SBGrid 32-bit Linux build VM
22
- sbgrid-c6b-64 CentOS 6 x86_64 base SBGrid 64-bit Linux build VM
23
- sbgrid-c6t-64 CentOS 6 x86_64 minimal install for portability testing
24
- sbgrid-dev-vm-07 Debian 5 x86
25
- sbgrid-dev-vm-08 Debian 5 x86_64
26
- sbgrid-dev-vm-16 Debian 6 x86
27
- sbgrid-dev-vm-17 Debian 6 x86_64
28
- sbgrid-dev-vm-03 Ubuntu 10.10 x86
29
- sbgrid-dev-vm-04 Ubuntu 10.10 x86_64
30
- sbgrid-dev-vm-14 OpenSuSE 11.3 x86
31
- sbgrid-dev-vm-15 OpenSuSE 11.3 x86_64
32
- sbgrid-m106 OS X 10.6 x86/x86_64 Base SBGrid OS X Intel build machine
33
- sbgrid-m107 OS X 10.7 x86/x86_64
34
- sbgrid-m108 OS X 10.8 x86/x86_64
35
- sbgrid-m109 OS X 10.9 x86/x86_64
36
- sbgrid-m1010 OS X 10.10 x86/x86_64
37
- sbgrid-dev-flange OS X 10.5 PowerPC
38
-```
15
+| Hostname | Operating System | Architecture | Notes |
16
+| ------------------ | --------------- | ----------- | ----------------------------------------- |
17
+| sbgrid-c5b | CentOS 5 | x86 | base SBGrid 32-bit Linux build VM |
18
+| sbgrid-c5b-64 | CentOS 5 | x86_64 | base SBGrid 64-bit Linux build VM |
19
+| sbgrid-c5t-64 | CentOS 5 | x86_64 | minimal install for portability testing |
20
+| sbgrid-c6b | CentOS 6 | x86 | base SBGrid 32-bit Linux build VM |
21
+| sbgrid-c6b-64 | CentOS 6 | x86_64 | base SBGrid 64-bit Linux build VM |
22
+| sbgrid-c6t-64 | CentOS 6 | x86_64 | minimal install for portability testing |
23
+| sbgrid-dev-vm-07 | Debian 5 | x86 | |
24
+| sbgrid-dev-vm-08 | Debian 5 | x86_64 | |
25
+| sbgrid-dev-vm-16 | Debian 6 | x86 | |
26
+| sbgrid-dev-vm-17 | Debian 6 | x86_64 | |
27
+| sbgrid-dev-vm-03 | Ubuntu 10.10 | x86 | |
28
+| sbgrid-dev-vm-04 | Ubuntu 10.10 | x86_64 | |
29
+| sbgrid-dev-vm-14 | OpenSuSE 11.3 | x86 | |
30
+| sbgrid-dev-vm-15 | OpenSuSE 11.3 | x86_64 | |
31
+| sbgrid-m106 | OS X 10.6 | x86/x86_64 | Base SBGrid OS X Intel build machine |
32
+| sbgrid-m107 | OS X 10.7 | x86/x86_64 | |
33
+| sbgrid-m108 | OS X 10.8 | x86/x86_64 | |
34
+| sbgrid-m109 | OS X 10.9 | x86/x86_64 | |
35
+| sbgrid-m1010 | OS X 10.10 | x86/x86_64 | |
36
+| sbgrid-dev-flange | OS X 10.5 | PowerPC | |
37
+
39 38
40 39
We have the Intel, Portland and Absoft (PPC) compilers:
41 40
usage/managing_install.md
... ...
@@ -10,13 +10,13 @@ The master server will require at least 250 GB of free disk space on a case-sens
10 10
![NFS-based installation](images/site_diagram.png "NFS-based installation")
11 11
12 12
## Pre-Installation
13
-```
14
- | Installation Requirements | |
15
- | ------------------------- | ----------------------------------------------------|
16
- | Hard Drive Space | 250 GB required |
17
- | Operating System | Linux, OS X and other UNIX |
18
- | Privileges | Root account (Linux) or Administrator account (Mac) |
19
-```
13
+
14
+| Installation Requirements | |
15
+| ------------------------- | ----------------------------------------------------|
16
+| Hard Drive Space | 250 GB required |
17
+| Operating System | Linux, OS X and other UNIX |
18
+| Privileges | Root account (Linux) or Administrator account (Mac) |
19
+
20 20
Email [accounts@sbgrid.org](accounts@sbgrid.org) to request the installation script for the software. Be sure to include the following information in your email:
21 21
22 22
* Lab Name
usage/overrides.md
... ...
@@ -50,11 +50,11 @@ The override file is named .sbgrid.conf and should be placed in your $HOME direc
50 50
51 51
APPLICATION_X is the name of the application followed by an underscore and the shorthand initial for the architecture. The last field on the line is the software version number you want to use. The initials for each software branch are:
52 52
53
- | Software Directory | Shorthand Initial |
54
- | :----------------- | :---------------- |
55
- | i386-linux | _L |
56
- | x86_64-linux | _X |
57
- | i386-mac | _M |
53
+| Software Directory | Shorthand Initial |
54
+| ------------------ | ----------------- |
55
+| i386-linux | _L |
56
+| x86_64-linux | _X |
57
+| i386-mac | _M |
58 58
59 59
To quickly open the overrides file in your default $EDITOR, you can run *sbgrid-overrides -e*.
60 60
usage/resources.md
... ...
@@ -12,30 +12,29 @@ This machine (internally named sbgrid-dev-architect) is the only external facing
12 12
13 13
The following are the always-on operating system/hardware combinations. They are generally kept at the latest point release:
14 14
15
-```
16
- Hostname Operating System Architecture Notes
17
- ------------------|-----------------|-------------|------------------------------------
18
- sbgrid-c5b CentOS 5 x86 base SBGrid 32-bit Linux build VM
19
- sbgrid-c5b-64 CentOS 5 x86_64 base SBGrid 64-bit Linux build VM
20
- sbgrid-c5t-64 CentOS 5 x86_64 minimal install for portability testing
21
- sbgrid-c6b CentOS 6 x86 base SBGrid 32-bit Linux build VM
22
- sbgrid-c6b-64 CentOS 6 x86_64 base SBGrid 64-bit Linux build VM
23
- sbgrid-c6t-64 CentOS 6 x86_64 minimal install for portability testing
24
- sbgrid-dev-vm-07 Debian 5 x86
25
- sbgrid-dev-vm-08 Debian 5 x86_64
26
- sbgrid-dev-vm-16 Debian 6 x86
27
- sbgrid-dev-vm-17 Debian 6 x86_64
28
- sbgrid-dev-vm-03 Ubuntu 10.10 x86
29
- sbgrid-dev-vm-04 Ubuntu 10.10 x86_64
30
- sbgrid-dev-vm-14 OpenSuSE 11.3 x86
31
- sbgrid-dev-vm-15 OpenSuSE 11.3 x86_64
32
- sbgrid-m106 OS X 10.6 x86/x86_64 Base SBGrid OS X Intel build machine
33
- sbgrid-m107 OS X 10.7 x86/x86_64
34
- sbgrid-m108 OS X 10.8 x86/x86_64
35
- sbgrid-m109 OS X 10.9 x86/x86_64
36
- sbgrid-m1010 OS X 10.10 x86/x86_64
37
- sbgrid-dev-flange OS X 10.5 PowerPC
38
-```
15
+| Hostname | Operating System | Architecture | Notes |
16
+| ------------------ | --------------- | ----------- | ----------------------------------------- |
17
+| sbgrid-c5b | CentOS 5 | x86 | base SBGrid 32-bit Linux build VM |
18
+| sbgrid-c5b-64 | CentOS 5 | x86_64 | base SBGrid 64-bit Linux build VM |
19
+| sbgrid-c5t-64 | CentOS 5 | x86_64 | minimal install for portability testing |
20
+| sbgrid-c6b | CentOS 6 | x86 | base SBGrid 32-bit Linux build VM |
21
+| sbgrid-c6b-64 | CentOS 6 | x86_64 | base SBGrid 64-bit Linux build VM |
22
+| sbgrid-c6t-64 | CentOS 6 | x86_64 | minimal install for portability testing |
23
+| sbgrid-dev-vm-07 | Debian 5 | x86 | |
24
+| sbgrid-dev-vm-08 | Debian 5 | x86_64 | |
25
+| sbgrid-dev-vm-16 | Debian 6 | x86 | |
26
+| sbgrid-dev-vm-17 | Debian 6 | x86_64 | |
27
+| sbgrid-dev-vm-03 | Ubuntu 10.10 | x86 | |
28
+| sbgrid-dev-vm-04 | Ubuntu 10.10 | x86_64 | |
29
+| sbgrid-dev-vm-14 | OpenSuSE 11.3 | x86 | |
30
+| sbgrid-dev-vm-15 | OpenSuSE 11.3 | x86_64 | |
31
+| sbgrid-m106 | OS X 10.6 | x86/x86_64 | Base SBGrid OS X Intel build machine |
32
+| sbgrid-m107 | OS X 10.7 | x86/x86_64 | |
33
+| sbgrid-m108 | OS X 10.8 | x86/x86_64 | |
34
+| sbgrid-m109 | OS X 10.9 | x86/x86_64 | |
35
+| sbgrid-m1010 | OS X 10.10 | x86/x86_64 | |
36
+| sbgrid-dev-flange | OS X 10.5 | PowerPC | |
37
+
39 38
40 39
We have the Intel, Portland and Absoft (PPC) compilers:
41 40