SlideShare a Scribd company logo
#!/bin/csh
# This script runs a 2-cpu (core) Gaussian 09 job
# with the 2 cpus packed onto a single compute node.
# This job uses only one fourth of an 8-core compute
# node (2 cores, 1 quarter memory, 1 quarter scratch disk).
# The methane2.input deck in this directory is configured
# to work with these resources, although this methane
# computation is really too small to make use of even
# one fourth of a node. To increase the resources used
# (cpus memory, or disk) change the '-l select' line here
# and the parameter values at the head of the Gaussian
# input deck.
#PBS -q production_gau
#PBS -N gaussian_job
#PBS -l select=1:ncpus=2:mem=3840mb:lscratch=200gb
#PBS -l place=free
#PBS -V
# Find out name of master execution host (compute node)
echo -n ">>>> PBS Master compute node is: "
hostname
# set up G09 environment and scratch directory
setenv g09root /share/apps/gaussian
setenv MY_SCRDIR `whoami;date '+%m.%d.%y_%H:%M:%S'`
setenv MY_SCRDIR `echo $MY_SCRDIR | sed -e 's; ;_;'`
setenv GAUSS_SCRDIR /state/partition1/g09_scr/${MY_SCRDIR}_$$
mkdir -p $GAUSS_SCRDIR
echo $GAUSS_SCRDIR
source $g09root/g09/bsd/g09.login
# You must explicitly change to your working directory under PBS
cd $PBS_O_WORKDIR
$g09root/g09/g09 Curcumin2.input
# Clean up scratch files by default
/bin/rm -r $GAUSS_SCRDIR
echo 'Job is done!'

More Related Content

DOCX
Annette g09 job file for cyclohexene for niobium
DOCX
Formaldehye2 job program
PDF
Ruby 2.0 at the Ruby drink-up of Sophia, February 2013
PDF
Cluster Drm
PDF
Cluster Drm
PPTX
Boosting your kubectl productivity @ KubeCon 19 NA
ODP
Hackerspace PostgreSQL Atolyesi - 3
PDF
PgconfSV compression
Annette g09 job file for cyclohexene for niobium
Formaldehye2 job program
Ruby 2.0 at the Ruby drink-up of Sophia, February 2013
Cluster Drm
Cluster Drm
Boosting your kubectl productivity @ KubeCon 19 NA
Hackerspace PostgreSQL Atolyesi - 3
PgconfSV compression

What's hot (19)

KEY
ncstudy#1 build_rails3_server
PPT
Upgrading To The New Map Reduce API
PDF
Rubinius @ RubyAndRails2010
PDF
Advanced backup methods (Postgres@CERN)
PPTX
Using R on High Performance Computers
PDF
Data Consistency Workshop — Oslo Cassandra Users Oct 8, 2013
PPTX
[Paper Reading]The Bw-Tree: A B-tree for New Hardware Platforms
PDF
Btree. Explore the heart of PostgreSQL.
PDF
Fast and cost effective geospatial analysis pipeline with AWS lambda
PDF
Some analysis of BlueStore and RocksDB
PDF
Move from C to Go
PPTX
Improving go-git performance
PDF
High Performance OSM Data Manipulation With Osmium - State of the Map 2013
PDF
GCE NFS HA
PDF
Object Storage with Gluster
PDF
Goroutine stack and local variable allocation in Go
PPTX
Beyond Lists - Functional Kats Conf Dublin 2015
PPTX
Nvvp streams-3
PDF
Page compression. PGCON_2016
ncstudy#1 build_rails3_server
Upgrading To The New Map Reduce API
Rubinius @ RubyAndRails2010
Advanced backup methods (Postgres@CERN)
Using R on High Performance Computers
Data Consistency Workshop — Oslo Cassandra Users Oct 8, 2013
[Paper Reading]The Bw-Tree: A B-tree for New Hardware Platforms
Btree. Explore the heart of PostgreSQL.
Fast and cost effective geospatial analysis pipeline with AWS lambda
Some analysis of BlueStore and RocksDB
Move from C to Go
Improving go-git performance
High Performance OSM Data Manipulation With Osmium - State of the Map 2013
GCE NFS HA
Object Storage with Gluster
Goroutine stack and local variable allocation in Go
Beyond Lists - Functional Kats Conf Dublin 2015
Nvvp streams-3
Page compression. PGCON_2016
Ad

Viewers also liked (6)

PDF
Zahl des Tages; 39,1 Milliarden Euro Umsatz im deutschen eCommerce
 
PDF
2013.10.07. happyweek 38
PDF
Shellfish Management Plan Meeting Updates
DOC
Lab 10 nmr n1_2011
PDF
Informat9klas
PDF
Trendradar: Der DIY Google Cardboard Controller
 
Zahl des Tages; 39,1 Milliarden Euro Umsatz im deutschen eCommerce
 
2013.10.07. happyweek 38
Shellfish Management Plan Meeting Updates
Lab 10 nmr n1_2011
Informat9klas
Trendradar: Der DIY Google Cardboard Controller
 
Ad

Similar to Curcumin job file (20)

PDF
NASA Advanced Supercomputing (NAS) Division - Overview of The New Cabeus Clus...
PDF
The Essential postgresql.conf
DOC
Huge pages
PDF
Perl at SkyCon'12
PDF
Membrane protein-ligand tutorial with GROMACS.pdf
PDF
♨️CPU limitation per Oracle database instance
KEY
You know, for search. Querying 24 Billion Documents in 900ms
PDF
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"
ZIP
All The Little Pieces
PPTX
Vagrant, Ansible, and OpenStack on your laptop
PDF
PDF
Build an High-Performance and High-Durable Block Storage Service Based on Ceph
PDF
PECL Picks - Extensions to make your life better
PPTX
Learning Puppet basic thing
PDF
Wanting distributed volumes - Experiences with ceph-docker
PDF
PuppetConf 2016: An Introduction to Measuring and Tuning PE Performance – Cha...
PDF
10 things i wish i'd known before using spark in production
PDF
Building Apache Cassandra clusters for massive scale
DOC
X64服务器 lnmp服务器部署标准 new
PDF
Deep Dive on Amazon EC2 Instances (March 2017)
NASA Advanced Supercomputing (NAS) Division - Overview of The New Cabeus Clus...
The Essential postgresql.conf
Huge pages
Perl at SkyCon'12
Membrane protein-ligand tutorial with GROMACS.pdf
♨️CPU limitation per Oracle database instance
You know, for search. Querying 24 Billion Documents in 900ms
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"
All The Little Pieces
Vagrant, Ansible, and OpenStack on your laptop
Build an High-Performance and High-Durable Block Storage Service Based on Ceph
PECL Picks - Extensions to make your life better
Learning Puppet basic thing
Wanting distributed volumes - Experiences with ceph-docker
PuppetConf 2016: An Introduction to Measuring and Tuning PE Performance – Cha...
10 things i wish i'd known before using spark in production
Building Apache Cassandra clusters for massive scale
X64服务器 lnmp服务器部署标准 new
Deep Dive on Amazon EC2 Instances (March 2017)

More from Dr Robert Craig PhD (20)

PDF
Hofstra Living environment Dr Rob
PDF
pdf (4) 4.pdf
PDF
Mastering_Assignments.pdf.pdf
PDF
Lecture3.pdf
PDF
Lecture2.pdf
PDF
Lecture0.pdf
PPTX
lecture 11 of 12 ves 1.pptx
PPTX
Chapter 2-Your text book ves 5.pptx
PDF
Brown dwarfs and planets jaslyn.pdf
PPTX
Day 1 Martin file from syllabus ves 5.pptx
PPTX
Astronomy chapter 1 power point.pptx
PDF
5Page43 how to classify stars parkslope heard from Annie.pdf
DOCX
1-D Kinematics AP Lab Graphing.docx
PDF
03 - Average Rates of Changec Cameron 1 Sara Hill.pdf
PDF
5.4- Measuring the Earth with Eratosthenes. Ves 2.pdf
PPTX
4.6- The Wanderers ves 7.pptx
DOCX
Physics chapter 1.docx
PDF
chapter 2 redone parkslope ves 4.pdf
PPTX
4.6- The Wanderers ves 7.pptx
PDF
season_path_of_the_sun_and_latitude.pdf
Hofstra Living environment Dr Rob
pdf (4) 4.pdf
Mastering_Assignments.pdf.pdf
Lecture3.pdf
Lecture2.pdf
Lecture0.pdf
lecture 11 of 12 ves 1.pptx
Chapter 2-Your text book ves 5.pptx
Brown dwarfs and planets jaslyn.pdf
Day 1 Martin file from syllabus ves 5.pptx
Astronomy chapter 1 power point.pptx
5Page43 how to classify stars parkslope heard from Annie.pdf
1-D Kinematics AP Lab Graphing.docx
03 - Average Rates of Changec Cameron 1 Sara Hill.pdf
5.4- Measuring the Earth with Eratosthenes. Ves 2.pdf
4.6- The Wanderers ves 7.pptx
Physics chapter 1.docx
chapter 2 redone parkslope ves 4.pdf
4.6- The Wanderers ves 7.pptx
season_path_of_the_sun_and_latitude.pdf

Curcumin job file

  • 1. #!/bin/csh # This script runs a 2-cpu (core) Gaussian 09 job # with the 2 cpus packed onto a single compute node. # This job uses only one fourth of an 8-core compute # node (2 cores, 1 quarter memory, 1 quarter scratch disk). # The methane2.input deck in this directory is configured # to work with these resources, although this methane # computation is really too small to make use of even # one fourth of a node. To increase the resources used # (cpus memory, or disk) change the '-l select' line here # and the parameter values at the head of the Gaussian # input deck. #PBS -q production_gau #PBS -N gaussian_job #PBS -l select=1:ncpus=2:mem=3840mb:lscratch=200gb #PBS -l place=free #PBS -V # Find out name of master execution host (compute node) echo -n ">>>> PBS Master compute node is: " hostname # set up G09 environment and scratch directory setenv g09root /share/apps/gaussian
  • 2. setenv MY_SCRDIR `whoami;date '+%m.%d.%y_%H:%M:%S'` setenv MY_SCRDIR `echo $MY_SCRDIR | sed -e 's; ;_;'` setenv GAUSS_SCRDIR /state/partition1/g09_scr/${MY_SCRDIR}_$$ mkdir -p $GAUSS_SCRDIR echo $GAUSS_SCRDIR source $g09root/g09/bsd/g09.login # You must explicitly change to your working directory under PBS cd $PBS_O_WORKDIR $g09root/g09/g09 Curcumin2.input # Clean up scratch files by default /bin/rm -r $GAUSS_SCRDIR echo 'Job is done!'