#!/bin/bash
#PBS -l walltime=24:00:00
# selecting 2 nodes = 2 * 4 = 8 processors for use, mpiprocs needs to equal ncpus and doesn't exceed 4
#PBS -l select=2:mpiprocs=4:ncpus=4
# scatter required
#PBS -l place=scatter
# account required
#PBS -A yout_project_number
cd $PBS_O_WORKDIR
echo "RUNNING ON: `/usr/bin/uniq $PBS_NODEFILE`"
mpirun_jaws -np 8 interFoam -parallel > $WORKDIR/test_case/
This is not a blog, but my notes and tips for research. Feel free to take any information and leave any comments or questions.
Thursday, March 31, 2011
Subscribe to:
Post Comments (Atom)
Labels
- Academic Notes (4)
- CEE618 (2)
- Conferences (1)
- Hawaii Tour (2)
- Just (1)
- LaTex (20)
- Life and Humanity (7)
- Linux and Computing (81)
- LSF (1)
- Lyx (1)
- Macintosh (5)
- News (11)
- Software (4)
Blog Archive
-
▼
2011
(59)
-
►
August
(11)
- How to put a background image only on one beamer s...
- remove color after word search in vi editor
- How to increase upload file size of wordpress in U...
- How to includepdf files to SmartNotebook
- The simplest way to print text and pdf files throu...
- Your PHP installation appears to be missing the My...
- How to add US Holidays to iPad
- how to sync more than one google calendar to iPhon...
- Useful pbs tutorial
- How to disable blinking cursor of gnome terminal o...
- splitting vim editor windows horizontally
-
▼
March
(11)
- Jaws parallel job submission
- Clone Remote Subversion Repositories With svnsync
- CFD Online
- How to install OpenFOAM in Mac
- Installation of Elmer CFD using Intel Compilers ve...
- Coding Guidelines for Intel® Architectures
- Mesh generation (free) software
- capturing messages from configure and make
- cluster pach update using yum and repoman
- Raster3D version 2.9.2 installation on Ubuntu Marv...
- iPhone
-
►
August
(11)
0 comments:
Post a Comment