Update
This commit is contained in:
parent
814fc14e59
commit
c1805010f4
2 changed files with 46 additions and 47 deletions
|
@ -157,24 +157,24 @@
|
||||||
state: present
|
state: present
|
||||||
line: "ClientAliveCountMax 500"
|
line: "ClientAliveCountMax 500"
|
||||||
|
|
||||||
- name: Set Services (sge_qmaster)
|
# - name: Set Services (sge_qmaster)
|
||||||
lineinfile:
|
# lineinfile:
|
||||||
path: /etc/services
|
# path: /etc/services
|
||||||
state: present
|
# state: present
|
||||||
line: "sge_qmaster 6444/tcp"
|
# line: "sge_qmaster 6444/tcp"
|
||||||
create: true
|
# create: true
|
||||||
|
|
||||||
- name: Set Services (sge_execd)
|
# - name: Set Services (sge_execd)
|
||||||
lineinfile:
|
# lineinfile:
|
||||||
path: /etc/services
|
# path: /etc/services
|
||||||
state: present
|
# state: present
|
||||||
line: "sge_execd 6445/tcp"
|
# line: "sge_execd 6445/tcp"
|
||||||
|
|
||||||
- name: Set Services (nrpe)
|
# - name: Set Services (nrpe)
|
||||||
lineinfile:
|
# lineinfile:
|
||||||
path: /etc/services
|
# path: /etc/services
|
||||||
state: present
|
# state: present
|
||||||
line: "nrpe 5666/tcp # NRPE"
|
# line: "nrpe 5666/tcp # NRPE"
|
||||||
|
|
||||||
- name: Set Cups
|
- name: Set Cups
|
||||||
lineinfile:
|
lineinfile:
|
||||||
|
@ -220,33 +220,33 @@
|
||||||
dest: /bin/chrome
|
dest: /bin/chrome
|
||||||
state: link
|
state: link
|
||||||
|
|
||||||
- name: set /etc/profile
|
# - name: set /etc/profile
|
||||||
blockinfile:
|
# blockinfile:
|
||||||
path: /etc/profile.d/sge.sh
|
# path: /etc/profile.d/sge.sh
|
||||||
state: present
|
# state: present
|
||||||
create: true
|
# create: true
|
||||||
owner: "root"
|
# owner: "root"
|
||||||
group: "root"
|
# group: "root"
|
||||||
mode: "0666"
|
# mode: "0666"
|
||||||
block: |
|
# block: |
|
||||||
SGE_ROOT=/sge-root
|
# SGE_ROOT=/sge-root
|
||||||
export SGE_ROOT
|
# export SGE_ROOT
|
||||||
|
|
||||||
SGE_ARCH=`/opt/sge/util/arch`
|
# SGE_ARCH=`/opt/sge/util/arch`
|
||||||
export SGE_ARCH
|
# export SGE_ARCH
|
||||||
DRMAA_LIBRARY_PATH=/opt/sge/lib/lx-amd64/libdrmaa.so
|
# DRMAA_LIBRARY_PATH=/opt/sge/lib/lx-amd64/libdrmaa.so
|
||||||
|
|
||||||
SGE_CELL=neuro
|
# SGE_CELL=neuro
|
||||||
export SGE_CELL
|
# export SGE_CELL
|
||||||
SGE_CLUSTER_NAME=Neuro
|
# SGE_CLUSTER_NAME=Neuro
|
||||||
export SGE_CLUSTER_NAME
|
# export SGE_CLUSTER_NAME
|
||||||
|
|
||||||
unset SGE_QMASTER_PORT
|
# unset SGE_QMASTER_PORT
|
||||||
unset SGE_EXECD_PORT
|
# unset SGE_EXECD_PORT
|
||||||
|
|
||||||
MANPATH=/opt/sge/man:$MANPATH
|
# MANPATH=/opt/sge/man:$MANPATH
|
||||||
export MANPATH
|
# export MANPATH
|
||||||
PATH=/opt/sge/bin:/opt/sge/bin/lx-amd64/:$PATH
|
# PATH=/opt/sge/bin:/opt/sge/bin/lx-amd64/:$PATH
|
||||||
export PATH
|
# export PATH
|
||||||
shlib_path_name=/opt/sge/lib/lx-amd64/:$LD_LIBRARY_PATH
|
# shlib_path_name=/opt/sge/lib/lx-amd64/:$LD_LIBRARY_PATH
|
||||||
export shlib_path_name
|
# export shlib_path_name
|
||||||
|
|
|
@ -2,10 +2,10 @@ package3names:
|
||||||
- "audacious"
|
- "audacious"
|
||||||
- "audacious*"
|
- "audacious*"
|
||||||
- "filezilla"
|
- "filezilla"
|
||||||
- "gridengine"
|
# - "gridengine"
|
||||||
- "gridengine-execd"
|
# - "gridengine-execd"
|
||||||
- "gridengine-qmaster"
|
# - "gridengine-qmaster"
|
||||||
- "gridengine-qmon"
|
# - "gridengine-qmon"
|
||||||
- "intel-aikit"
|
- "intel-aikit"
|
||||||
- "intel-basekit"
|
- "intel-basekit"
|
||||||
- "intel-dlfdkit"
|
- "intel-dlfdkit"
|
||||||
|
@ -22,4 +22,3 @@ package3names:
|
||||||
- "xpdf"
|
- "xpdf"
|
||||||
- "xscreensaver"
|
- "xscreensaver"
|
||||||
- "microsoft-edge-stable"
|
- "microsoft-edge-stable"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue