SlideShare uma empresa Scribd logo
1 de 2
Baixar para ler offline
Niobium2.input
#!/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 Niobium2.input
# Clean up scratch files by default
/bin/rm -r $GAUSS_SCRDIR
echo 'Job is done!'

Mais conteúdo relacionado

Mais procurados

ncstudy#1 build_rails3_server
ncstudy#1 build_rails3_serverncstudy#1 build_rails3_server
ncstudy#1 build_rails3_serverYuya Yoshida
 
Rubinius @ RubyAndRails2010
Rubinius @ RubyAndRails2010Rubinius @ RubyAndRails2010
Rubinius @ RubyAndRails2010Dirkjan Bussink
 
Upgrading To The New Map Reduce API
Upgrading To The New Map Reduce APIUpgrading To The New Map Reduce API
Upgrading To The New Map Reduce APITom Croucher
 
[Paper Reading]The Bw-Tree: A B-tree for New Hardware Platforms
[Paper Reading]The Bw-Tree: A B-tree for New Hardware Platforms[Paper Reading]The Bw-Tree: A B-tree for New Hardware Platforms
[Paper Reading]The Bw-Tree: A B-tree for New Hardware PlatformsPingCAP
 
Using R on High Performance Computers
Using R on High Performance ComputersUsing R on High Performance Computers
Using R on High Performance ComputersDave Hiltbrand
 
Advanced backup methods (Postgres@CERN)
Advanced backup methods (Postgres@CERN)Advanced backup methods (Postgres@CERN)
Advanced backup methods (Postgres@CERN)Anastasia Lubennikova
 
Btree. Explore the heart of PostgreSQL.
Btree. Explore the heart of PostgreSQL. Btree. Explore the heart of PostgreSQL.
Btree. Explore the heart of PostgreSQL. Anastasia Lubennikova
 
Data Consistency Workshop — Oslo Cassandra Users Oct 8, 2013
Data Consistency Workshop — Oslo Cassandra Users Oct 8, 2013Data Consistency Workshop — Oslo Cassandra Users Oct 8, 2013
Data Consistency Workshop — Oslo Cassandra Users Oct 8, 2013DataStax Academy
 
Database High Availability Using SHADOW Systems
Database High Availability Using SHADOW SystemsDatabase High Availability Using SHADOW Systems
Database High Availability Using SHADOW SystemsJaemyung Kim
 
Improving go-git performance
Improving go-git performanceImproving go-git performance
Improving go-git performancesource{d}
 
Some analysis of BlueStore and RocksDB
Some analysis of BlueStore and RocksDBSome analysis of BlueStore and RocksDB
Some analysis of BlueStore and RocksDBXiao Yan Li
 
High Performance OSM Data Manipulation With Osmium - State of the Map 2013
High Performance OSM Data Manipulation With Osmium - State of the Map 2013High Performance OSM Data Manipulation With Osmium - State of the Map 2013
High Performance OSM Data Manipulation With Osmium - State of the Map 2013OSMFstateofthemap
 
In-core compression: how to shrink your database size in several times
In-core compression: how to shrink your database size in several timesIn-core compression: how to shrink your database size in several times
In-core compression: how to shrink your database size in several timesAleksander Alekseev
 
GCE NFS HA
GCE NFS HAGCE NFS HA
GCE NFS HASimon Su
 
Goroutine stack and local variable allocation in Go
Goroutine stack and local variable allocation in GoGoroutine stack and local variable allocation in Go
Goroutine stack and local variable allocation in GoYu-Shuan Hsieh
 
Managing Containerized HPC and AI Workloads on TSUBAME3.0
Managing Containerized HPC and AI Workloads on TSUBAME3.0Managing Containerized HPC and AI Workloads on TSUBAME3.0
Managing Containerized HPC and AI Workloads on TSUBAME3.0Ian Lumb
 
Beyond Lists - Functional Kats Conf Dublin 2015
Beyond Lists - Functional Kats Conf Dublin 2015Beyond Lists - Functional Kats Conf Dublin 2015
Beyond Lists - Functional Kats Conf Dublin 2015Phillip Trelford
 
Object Storage with Gluster
Object Storage with GlusterObject Storage with Gluster
Object Storage with GlusterGluster.org
 

Mais procurados (20)

ncstudy#1 build_rails3_server
ncstudy#1 build_rails3_serverncstudy#1 build_rails3_server
ncstudy#1 build_rails3_server
 
PgconfSV compression
PgconfSV compressionPgconfSV compression
PgconfSV compression
 
Rubinius @ RubyAndRails2010
Rubinius @ RubyAndRails2010Rubinius @ RubyAndRails2010
Rubinius @ RubyAndRails2010
 
Upgrading To The New Map Reduce API
Upgrading To The New Map Reduce APIUpgrading To The New Map Reduce API
Upgrading To The New Map Reduce API
 
[Paper Reading]The Bw-Tree: A B-tree for New Hardware Platforms
[Paper Reading]The Bw-Tree: A B-tree for New Hardware Platforms[Paper Reading]The Bw-Tree: A B-tree for New Hardware Platforms
[Paper Reading]The Bw-Tree: A B-tree for New Hardware Platforms
 
Using R on High Performance Computers
Using R on High Performance ComputersUsing R on High Performance Computers
Using R on High Performance Computers
 
Advanced backup methods (Postgres@CERN)
Advanced backup methods (Postgres@CERN)Advanced backup methods (Postgres@CERN)
Advanced backup methods (Postgres@CERN)
 
Btree. Explore the heart of PostgreSQL.
Btree. Explore the heart of PostgreSQL. Btree. Explore the heart of PostgreSQL.
Btree. Explore the heart of PostgreSQL.
 
Data Consistency Workshop — Oslo Cassandra Users Oct 8, 2013
Data Consistency Workshop — Oslo Cassandra Users Oct 8, 2013Data Consistency Workshop — Oslo Cassandra Users Oct 8, 2013
Data Consistency Workshop — Oslo Cassandra Users Oct 8, 2013
 
Database High Availability Using SHADOW Systems
Database High Availability Using SHADOW SystemsDatabase High Availability Using SHADOW Systems
Database High Availability Using SHADOW Systems
 
Move from C to Go
Move from C to GoMove from C to Go
Move from C to Go
 
Improving go-git performance
Improving go-git performanceImproving go-git performance
Improving go-git performance
 
Some analysis of BlueStore and RocksDB
Some analysis of BlueStore and RocksDBSome analysis of BlueStore and RocksDB
Some analysis of BlueStore and RocksDB
 
High Performance OSM Data Manipulation With Osmium - State of the Map 2013
High Performance OSM Data Manipulation With Osmium - State of the Map 2013High Performance OSM Data Manipulation With Osmium - State of the Map 2013
High Performance OSM Data Manipulation With Osmium - State of the Map 2013
 
In-core compression: how to shrink your database size in several times
In-core compression: how to shrink your database size in several timesIn-core compression: how to shrink your database size in several times
In-core compression: how to shrink your database size in several times
 
GCE NFS HA
GCE NFS HAGCE NFS HA
GCE NFS HA
 
Goroutine stack and local variable allocation in Go
Goroutine stack and local variable allocation in GoGoroutine stack and local variable allocation in Go
Goroutine stack and local variable allocation in Go
 
Managing Containerized HPC and AI Workloads on TSUBAME3.0
Managing Containerized HPC and AI Workloads on TSUBAME3.0Managing Containerized HPC and AI Workloads on TSUBAME3.0
Managing Containerized HPC and AI Workloads on TSUBAME3.0
 
Beyond Lists - Functional Kats Conf Dublin 2015
Beyond Lists - Functional Kats Conf Dublin 2015Beyond Lists - Functional Kats Conf Dublin 2015
Beyond Lists - Functional Kats Conf Dublin 2015
 
Object Storage with Gluster
Object Storage with GlusterObject Storage with Gluster
Object Storage with Gluster
 

Destaque (6)

Day 2 city college
Day 2 city collegeDay 2 city college
Day 2 city college
 
Job type dynemicin
Job type  dynemicinJob type  dynemicin
Job type dynemicin
 
Mark 45 fearfully wonderfully made
Mark 45 fearfully wonderfully madeMark 45 fearfully wonderfully made
Mark 45 fearfully wonderfully made
 
Mark 45 decremented
Mark 45 decrementedMark 45 decremented
Mark 45 decremented
 
Formaldehyde z matrix for gaussian
Formaldehyde  z matrix for gaussianFormaldehyde  z matrix for gaussian
Formaldehyde z matrix for gaussian
 
Lab 10 nmr n1_2011
Lab 10 nmr n1_2011Lab 10 nmr n1_2011
Lab 10 nmr n1_2011
 

Semelhante a Annette g09 job file for cyclohexene for niobium

The Essential postgresql.conf
The Essential postgresql.confThe Essential postgresql.conf
The Essential postgresql.confRobert Treat
 
Perl at SkyCon'12
Perl at SkyCon'12Perl at SkyCon'12
Perl at SkyCon'12Tim Bunce
 
Huge pages
Huge pagesHuge pages
Huge pagesMohsen B
 
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"OpenStack Korea Community
 
Vagrant, Ansible, and OpenStack on your laptop
Vagrant, Ansible, and OpenStack on your laptopVagrant, Ansible, and OpenStack on your laptop
Vagrant, Ansible, and OpenStack on your laptopLorin Hochstein
 
Learning Puppet basic thing
Learning Puppet basic thing Learning Puppet basic thing
Learning Puppet basic thing DaeHyung Lee
 
You know, for search. Querying 24 Billion Documents in 900ms
You know, for search. Querying 24 Billion Documents in 900msYou know, for search. Querying 24 Billion Documents in 900ms
You know, for search. Querying 24 Billion Documents in 900msJodok Batlogg
 
Wanting distributed volumes - Experiences with ceph-docker
Wanting distributed volumes - Experiences with ceph-dockerWanting distributed volumes - Experiences with ceph-docker
Wanting distributed volumes - Experiences with ceph-dockerEwout Prangsma
 
PuppetConf 2016: An Introduction to Measuring and Tuning PE Performance – Cha...
PuppetConf 2016: An Introduction to Measuring and Tuning PE Performance – Cha...PuppetConf 2016: An Introduction to Measuring and Tuning PE Performance – Cha...
PuppetConf 2016: An Introduction to Measuring and Tuning PE Performance – Cha...Puppet
 
Build an High-Performance and High-Durable Block Storage Service Based on Ceph
Build an High-Performance and High-Durable Block Storage Service Based on CephBuild an High-Performance and High-Durable Block Storage Service Based on Ceph
Build an High-Performance and High-Durable Block Storage Service Based on CephRongze Zhu
 
One-Liners to Rule Them All
One-Liners to Rule Them AllOne-Liners to Rule Them All
One-Liners to Rule Them Allegypt
 
Hadoop performance optimization tips
Hadoop performance optimization tipsHadoop performance optimization tips
Hadoop performance optimization tipsSubhas Kumar Ghosh
 
Deep Dive on Amazon EC2 Instances (March 2017)
Deep Dive on Amazon EC2 Instances (March 2017)Deep Dive on Amazon EC2 Instances (March 2017)
Deep Dive on Amazon EC2 Instances (March 2017)Julien SIMON
 
PECL Picks - Extensions to make your life better
PECL Picks - Extensions to make your life betterPECL Picks - Extensions to make your life better
PECL Picks - Extensions to make your life betterZendCon
 
Building Apache Cassandra clusters for massive scale
Building Apache Cassandra clusters for massive scaleBuilding Apache Cassandra clusters for massive scale
Building Apache Cassandra clusters for massive scaleAlex Thompson
 
10 things i wish i'd known before using spark in production
10 things i wish i'd known before using spark in production10 things i wish i'd known before using spark in production
10 things i wish i'd known before using spark in productionParis Data Engineers !
 
X64服务器 lnmp服务器部署标准 new
X64服务器 lnmp服务器部署标准 newX64服务器 lnmp服务器部署标准 new
X64服务器 lnmp服务器部署标准 newYiwei Ma
 

Semelhante a Annette g09 job file for cyclohexene for niobium (20)

The Essential postgresql.conf
The Essential postgresql.confThe Essential postgresql.conf
The Essential postgresql.conf
 
Perl at SkyCon'12
Perl at SkyCon'12Perl at SkyCon'12
Perl at SkyCon'12
 
Huge pages
Huge pagesHuge pages
Huge pages
 
All The Little Pieces
All The Little PiecesAll The Little Pieces
All The Little Pieces
 
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"
[OpenInfra Days Korea 2018] Day 1 - T4-7: "Ceph 스토리지, PaaS로 서비스 운영하기"
 
Vagrant, Ansible, and OpenStack on your laptop
Vagrant, Ansible, and OpenStack on your laptopVagrant, Ansible, and OpenStack on your laptop
Vagrant, Ansible, and OpenStack on your laptop
 
EC2
EC2EC2
EC2
 
Learning Puppet basic thing
Learning Puppet basic thing Learning Puppet basic thing
Learning Puppet basic thing
 
You know, for search. Querying 24 Billion Documents in 900ms
You know, for search. Querying 24 Billion Documents in 900msYou know, for search. Querying 24 Billion Documents in 900ms
You know, for search. Querying 24 Billion Documents in 900ms
 
Wanting distributed volumes - Experiences with ceph-docker
Wanting distributed volumes - Experiences with ceph-dockerWanting distributed volumes - Experiences with ceph-docker
Wanting distributed volumes - Experiences with ceph-docker
 
PuppetConf 2016: An Introduction to Measuring and Tuning PE Performance – Cha...
PuppetConf 2016: An Introduction to Measuring and Tuning PE Performance – Cha...PuppetConf 2016: An Introduction to Measuring and Tuning PE Performance – Cha...
PuppetConf 2016: An Introduction to Measuring and Tuning PE Performance – Cha...
 
Build an High-Performance and High-Durable Block Storage Service Based on Ceph
Build an High-Performance and High-Durable Block Storage Service Based on CephBuild an High-Performance and High-Durable Block Storage Service Based on Ceph
Build an High-Performance and High-Durable Block Storage Service Based on Ceph
 
One-Liners to Rule Them All
One-Liners to Rule Them AllOne-Liners to Rule Them All
One-Liners to Rule Them All
 
Hadoop performance optimization tips
Hadoop performance optimization tipsHadoop performance optimization tips
Hadoop performance optimization tips
 
Deep Dive on Amazon EC2 Instances (March 2017)
Deep Dive on Amazon EC2 Instances (March 2017)Deep Dive on Amazon EC2 Instances (March 2017)
Deep Dive on Amazon EC2 Instances (March 2017)
 
Gpu Join Presentation
Gpu Join PresentationGpu Join Presentation
Gpu Join Presentation
 
PECL Picks - Extensions to make your life better
PECL Picks - Extensions to make your life betterPECL Picks - Extensions to make your life better
PECL Picks - Extensions to make your life better
 
Building Apache Cassandra clusters for massive scale
Building Apache Cassandra clusters for massive scaleBuilding Apache Cassandra clusters for massive scale
Building Apache Cassandra clusters for massive scale
 
10 things i wish i'd known before using spark in production
10 things i wish i'd known before using spark in production10 things i wish i'd known before using spark in production
10 things i wish i'd known before using spark in production
 
X64服务器 lnmp服务器部署标准 new
X64服务器 lnmp服务器部署标准 newX64服务器 lnmp服务器部署标准 new
X64服务器 lnmp服务器部署标准 new
 

Mais de Dr Robert Craig PhD

Hofstra Living environment Dr Rob
Hofstra Living environment Dr RobHofstra Living environment Dr Rob
Hofstra Living environment Dr RobDr Robert Craig PhD
 
Chapter 2-Your text book ves 5.pptx
Chapter 2-Your text book ves 5.pptxChapter 2-Your text book ves 5.pptx
Chapter 2-Your text book ves 5.pptxDr Robert Craig PhD
 
Brown dwarfs and planets jaslyn.pdf
Brown dwarfs and planets jaslyn.pdfBrown dwarfs and planets jaslyn.pdf
Brown dwarfs and planets jaslyn.pdfDr Robert Craig PhD
 
Day 1 Martin file from syllabus ves 5.pptx
Day 1 Martin file from syllabus ves 5.pptxDay 1 Martin file from syllabus ves 5.pptx
Day 1 Martin file from syllabus ves 5.pptxDr Robert Craig PhD
 
Astronomy chapter 1 power point.pptx
Astronomy chapter 1 power point.pptxAstronomy chapter 1 power point.pptx
Astronomy chapter 1 power point.pptxDr Robert Craig PhD
 
5Page43 how to classify stars parkslope heard from Annie.pdf
5Page43 how to classify stars parkslope  heard from Annie.pdf5Page43 how to classify stars parkslope  heard from Annie.pdf
5Page43 how to classify stars parkslope heard from Annie.pdfDr Robert Craig PhD
 
1-D Kinematics AP Lab Graphing.docx
1-D Kinematics AP Lab Graphing.docx1-D Kinematics AP Lab Graphing.docx
1-D Kinematics AP Lab Graphing.docxDr Robert Craig PhD
 
03 - Average Rates of Changec Cameron 1 Sara Hill.pdf
03 - Average Rates of Changec Cameron 1 Sara Hill.pdf03 - Average Rates of Changec Cameron 1 Sara Hill.pdf
03 - Average Rates of Changec Cameron 1 Sara Hill.pdfDr Robert Craig PhD
 
5.4- Measuring the Earth with Eratosthenes. Ves 2.pdf
5.4- Measuring the Earth with Eratosthenes. Ves 2.pdf5.4- Measuring the Earth with Eratosthenes. Ves 2.pdf
5.4- Measuring the Earth with Eratosthenes. Ves 2.pdfDr Robert Craig PhD
 
chapter 2 redone parkslope ves 4.pdf
chapter 2 redone parkslope ves 4.pdfchapter 2 redone parkslope ves 4.pdf
chapter 2 redone parkslope ves 4.pdfDr Robert Craig PhD
 
season_path_of_the_sun_and_latitude.pdf
season_path_of_the_sun_and_latitude.pdfseason_path_of_the_sun_and_latitude.pdf
season_path_of_the_sun_and_latitude.pdfDr Robert Craig PhD
 

Mais de Dr Robert Craig PhD (20)

Hofstra Living environment Dr Rob
Hofstra Living environment Dr RobHofstra Living environment Dr Rob
Hofstra Living environment Dr Rob
 
Mastering_Assignments.pdf.pdf
Mastering_Assignments.pdf.pdfMastering_Assignments.pdf.pdf
Mastering_Assignments.pdf.pdf
 
Lecture3.pdf
Lecture3.pdfLecture3.pdf
Lecture3.pdf
 
Lecture2.pdf
Lecture2.pdfLecture2.pdf
Lecture2.pdf
 
Lecture0.pdf
Lecture0.pdfLecture0.pdf
Lecture0.pdf
 
lecture 11 of 12 ves 1.pptx
lecture 11 of 12 ves 1.pptxlecture 11 of 12 ves 1.pptx
lecture 11 of 12 ves 1.pptx
 
Chapter 2-Your text book ves 5.pptx
Chapter 2-Your text book ves 5.pptxChapter 2-Your text book ves 5.pptx
Chapter 2-Your text book ves 5.pptx
 
Brown dwarfs and planets jaslyn.pdf
Brown dwarfs and planets jaslyn.pdfBrown dwarfs and planets jaslyn.pdf
Brown dwarfs and planets jaslyn.pdf
 
Day 1 Martin file from syllabus ves 5.pptx
Day 1 Martin file from syllabus ves 5.pptxDay 1 Martin file from syllabus ves 5.pptx
Day 1 Martin file from syllabus ves 5.pptx
 
Astronomy chapter 1 power point.pptx
Astronomy chapter 1 power point.pptxAstronomy chapter 1 power point.pptx
Astronomy chapter 1 power point.pptx
 
5Page43 how to classify stars parkslope heard from Annie.pdf
5Page43 how to classify stars parkslope  heard from Annie.pdf5Page43 how to classify stars parkslope  heard from Annie.pdf
5Page43 how to classify stars parkslope heard from Annie.pdf
 
1-D Kinematics AP Lab Graphing.docx
1-D Kinematics AP Lab Graphing.docx1-D Kinematics AP Lab Graphing.docx
1-D Kinematics AP Lab Graphing.docx
 
03 - Average Rates of Changec Cameron 1 Sara Hill.pdf
03 - Average Rates of Changec Cameron 1 Sara Hill.pdf03 - Average Rates of Changec Cameron 1 Sara Hill.pdf
03 - Average Rates of Changec Cameron 1 Sara Hill.pdf
 
5.4- Measuring the Earth with Eratosthenes. Ves 2.pdf
5.4- Measuring the Earth with Eratosthenes. Ves 2.pdf5.4- Measuring the Earth with Eratosthenes. Ves 2.pdf
5.4- Measuring the Earth with Eratosthenes. Ves 2.pdf
 
4.6- The Wanderers ves 7.pptx
4.6- The Wanderers ves 7.pptx4.6- The Wanderers ves 7.pptx
4.6- The Wanderers ves 7.pptx
 
Physics chapter 1.docx
Physics chapter 1.docxPhysics chapter 1.docx
Physics chapter 1.docx
 
chapter 2 redone parkslope ves 4.pdf
chapter 2 redone parkslope ves 4.pdfchapter 2 redone parkslope ves 4.pdf
chapter 2 redone parkslope ves 4.pdf
 
4.6- The Wanderers ves 7.pptx
4.6- The Wanderers ves 7.pptx4.6- The Wanderers ves 7.pptx
4.6- The Wanderers ves 7.pptx
 
season_path_of_the_sun_and_latitude.pdf
season_path_of_the_sun_and_latitude.pdfseason_path_of_the_sun_and_latitude.pdf
season_path_of_the_sun_and_latitude.pdf
 
phys40115050-course-outline.pdf
phys40115050-course-outline.pdfphys40115050-course-outline.pdf
phys40115050-course-outline.pdf
 

Annette g09 job file for cyclohexene for niobium

  • 1. Niobium2.input #!/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
  • 2. 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 Niobium2.input # Clean up scratch files by default /bin/rm -r $GAUSS_SCRDIR echo 'Job is done!'