Linux cluster

From CSBLwiki

(Difference between revisions)
Jump to: navigation, search
(Administration)
Line 6: Line 6:
==Administration==
==Administration==
*Change locale (language)
*Change locale (language)
-
<pre>bash shell:
+
<pre>
 +
# bash
export LC_ALL=en_GB.ISO8859-1
export LC_ALL=en_GB.ISO8859-1
export LANG=en_GB.ISO8859-1
export LANG=en_GB.ISO8859-1
 +
# csh/tcsh
 +
setenv LC_ALL en_GB.ISO8859-1
 +
setenv LANG en_GB.ISO8859-1
</pre>
</pre>
 +
==Parallel computing==
==Parallel computing==
===Examples===
===Examples===

Revision as of 03:40, 21 August 2010

Contents

panpyro 파이숭이

Administration

# bash
export LC_ALL=en_GB.ISO8859-1
export LANG=en_GB.ISO8859-1
# csh/tcsh
setenv LC_ALL en_GB.ISO8859-1
setenv LANG en_GB.ISO8859-1

Parallel computing

Examples

MEME

qsub -v np=4 -l nodes=node1 memebatch.csh
qsub -q infi
#!/bin/csh
#PBS -N memejobtest
setenv PATH /usr/local/mpich/bin:$PATH
cd /home/users/igchoi/exp
mpirun -machinefile $PBS_NODEFILE -np $np /home/tools/MEME/bin/meme_p rep21-1.fasta -oc 072909.4 -protein -nmotifs 50 -minsites 2 -minw 8 -p 4

Programs Installed

Bin directory (/home/tools)


Modules

Log book

Panpyro

Misc.

4814207.jpg

Personal tools
Namespaces
Variants
Actions
Site
Choi lab
Resources
Toolbox