SlideShare uma empresa Scribd logo
1 de 3
formaldehye2.input
formaldehyde2.input
. g09_2.job
#!/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 formaldehyde2.input
# Clean up scratch files by default
/bin/rm -r $GAUSS_SCRDIR
echo 'Job is done!'
Formaldehye2  job program

Mais conteúdo relacionado

Mais procurados

Boosting your kubectl productivity @ KubeCon 19 NA
Boosting your kubectl productivity @ KubeCon 19 NABoosting your kubectl productivity @ KubeCon 19 NA
Boosting your kubectl productivity @ KubeCon 19 NAMauricio (Salaboy) Salatino
 
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
 
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
 
ncstudy#1 build_rails3_server
ncstudy#1 build_rails3_serverncstudy#1 build_rails3_server
ncstudy#1 build_rails3_serverYuya Yoshida
 
Advanced backup methods (Postgres@CERN)
Advanced backup methods (Postgres@CERN)Advanced backup methods (Postgres@CERN)
Advanced backup methods (Postgres@CERN)Anastasia Lubennikova
 
Using R on High Performance Computers
Using R on High Performance ComputersUsing R on High Performance Computers
Using R on High Performance ComputersDave Hiltbrand
 
Improving go-git performance
Improving go-git performanceImproving go-git performance
Improving go-git performancesource{d}
 
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
 
Fast and cost effective geospatial analysis pipeline with AWS lambda
Fast and cost effective geospatial analysis pipeline with AWS lambdaFast and cost effective geospatial analysis pipeline with AWS lambda
Fast and cost effective geospatial analysis pipeline with AWS lambdaMila Frerichs
 
15 map reduce on azure
15 map reduce on azure15 map reduce on azure
15 map reduce on azurePatrick Bury
 
もっとgit
もっとgitもっとgit
もっとgitJoe_noh
 
[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
 
Low Overhead System Tracing with eBPF
Low Overhead System Tracing with eBPFLow Overhead System Tracing with eBPF
Low Overhead System Tracing with eBPFAkshay Kapoor
 
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
 
Database High Availability Using SHADOW Systems
Database High Availability Using SHADOW SystemsDatabase High Availability Using SHADOW Systems
Database High Availability Using SHADOW SystemsJaemyung Kim
 
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
 
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
 
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
 

Mais procurados (20)

Boosting your kubectl productivity @ KubeCon 19 NA
Boosting your kubectl productivity @ KubeCon 19 NABoosting your kubectl productivity @ KubeCon 19 NA
Boosting your kubectl productivity @ KubeCon 19 NA
 
Btree. Explore the heart of PostgreSQL.
Btree. Explore the heart of PostgreSQL. Btree. Explore the heart of PostgreSQL.
Btree. Explore the heart of PostgreSQL.
 
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
 
Dns20
Dns20Dns20
Dns20
 
ncstudy#1 build_rails3_server
ncstudy#1 build_rails3_serverncstudy#1 build_rails3_server
ncstudy#1 build_rails3_server
 
Advanced backup methods (Postgres@CERN)
Advanced backup methods (Postgres@CERN)Advanced backup methods (Postgres@CERN)
Advanced backup methods (Postgres@CERN)
 
Using R on High Performance Computers
Using R on High Performance ComputersUsing R on High Performance Computers
Using R on High Performance Computers
 
Improving go-git performance
Improving go-git performanceImproving go-git performance
Improving go-git performance
 
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
 
Fast and cost effective geospatial analysis pipeline with AWS lambda
Fast and cost effective geospatial analysis pipeline with AWS lambdaFast and cost effective geospatial analysis pipeline with AWS lambda
Fast and cost effective geospatial analysis pipeline with AWS lambda
 
15 map reduce on azure
15 map reduce on azure15 map reduce on azure
15 map reduce on azure
 
Move from C to Go
Move from C to GoMove from C to Go
Move from C to Go
 
もっとgit
もっとgitもっとgit
もっとgit
 
[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
 
Low Overhead System Tracing with eBPF
Low Overhead System Tracing with eBPFLow Overhead System Tracing with eBPF
Low Overhead System Tracing with eBPF
 
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
 
Database High Availability Using SHADOW Systems
Database High Availability Using SHADOW SystemsDatabase High Availability Using SHADOW Systems
Database High Availability Using SHADOW Systems
 
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
 
Some analysis of BlueStore and RocksDB
Some analysis of BlueStore and RocksDBSome analysis of BlueStore and RocksDB
Some analysis of BlueStore and RocksDB
 
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
 

Destaque

Dr rob craig turmeric curcumin poster
Dr rob craig turmeric curcumin posterDr rob craig turmeric curcumin poster
Dr rob craig turmeric curcumin posterDr Robert Craig PhD
 
Aaa qualitative and dft analysis of endiynes for isha slideshare
Aaa qualitative and  dft analysis of endiynes for isha slideshareAaa qualitative and  dft analysis of endiynes for isha slideshare
Aaa qualitative and dft analysis of endiynes for isha slideshareDr Robert Craig PhD
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerLuminary Labs
 

Destaque (7)

Lead chromate page 1
Lead chromate page 1Lead chromate page 1
Lead chromate page 1
 
Curcumin z matrix
Curcumin z matrixCurcumin z matrix
Curcumin z matrix
 
The one for evan
The one for evanThe one for evan
The one for evan
 
Dr rob craig turmeric curcumin poster
Dr rob craig turmeric curcumin posterDr rob craig turmeric curcumin poster
Dr rob craig turmeric curcumin poster
 
Aaa qualitative and dft analysis of endiynes for isha slideshare
Aaa qualitative and  dft analysis of endiynes for isha slideshareAaa qualitative and  dft analysis of endiynes for isha slideshare
Aaa qualitative and dft analysis of endiynes for isha slideshare
 
Dr robert craig Resume 2015
Dr robert craig Resume 2015Dr robert craig Resume 2015
Dr robert craig Resume 2015
 
Hype vs. Reality: The AI Explainer
Hype vs. Reality: The AI ExplainerHype vs. Reality: The AI Explainer
Hype vs. Reality: The AI Explainer
 

Semelhante a Formaldehye2 job program

The Essential postgresql.conf
The Essential postgresql.confThe Essential postgresql.conf
The Essential postgresql.confRobert Treat
 
Huge pages
Huge pagesHuge pages
Huge pagesMohsen B
 
Perl at SkyCon'12
Perl at SkyCon'12Perl at SkyCon'12
Perl at SkyCon'12Tim Bunce
 
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
 
One-Liners to Rule Them All
One-Liners to Rule Them AllOne-Liners to Rule Them All
One-Liners to Rule Them Allegypt
 
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
 
♨️CPU limitation per Oracle database instance
♨️CPU limitation per Oracle database instance♨️CPU limitation per Oracle database instance
♨️CPU limitation per Oracle database instanceAlireza Kamrani
 
Learning Puppet basic thing
Learning Puppet basic thing Learning Puppet basic thing
Learning Puppet basic thing DaeHyung Lee
 
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
 
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
 
filesHeap.h#ifndef HEAP_H#define HEAP_H#includ.docx
filesHeap.h#ifndef HEAP_H#define HEAP_H#includ.docxfilesHeap.h#ifndef HEAP_H#define HEAP_H#includ.docx
filesHeap.h#ifndef HEAP_H#define HEAP_H#includ.docxssuser454af01
 
Hadoop performance optimization tips
Hadoop performance optimization tipsHadoop performance optimization tips
Hadoop performance optimization tipsSubhas Kumar Ghosh
 
Perl - laziness, impatience, hubris, and one liners
Perl - laziness, impatience, hubris, and one linersPerl - laziness, impatience, hubris, and one liners
Perl - laziness, impatience, hubris, and one linersKirk Kimmel
 
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 !
 
Algorithm cup 2010
Algorithm cup 2010Algorithm cup 2010
Algorithm cup 2010Wizche
 
PostgreSQL Portland Performance Practice Project - Database Test 2 Howto
PostgreSQL Portland Performance Practice Project - Database Test 2 HowtoPostgreSQL Portland Performance Practice Project - Database Test 2 Howto
PostgreSQL Portland Performance Practice Project - Database Test 2 HowtoMark Wong
 
X64服务器 lnmp服务器部署标准 new
X64服务器 lnmp服务器部署标准 newX64服务器 lnmp服务器部署标准 new
X64服务器 lnmp服务器部署标准 newYiwei Ma
 

Semelhante a Formaldehye2 job program (20)

The Essential postgresql.conf
The Essential postgresql.confThe Essential postgresql.conf
The Essential postgresql.conf
 
Membrane protein-ligand tutorial with GROMACS.pdf
Membrane protein-ligand tutorial with GROMACS.pdfMembrane protein-ligand tutorial with GROMACS.pdf
Membrane protein-ligand tutorial with GROMACS.pdf
 
Huge pages
Huge pagesHuge pages
Huge pages
 
Perl at SkyCon'12
Perl at SkyCon'12Perl at SkyCon'12
Perl at SkyCon'12
 
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
 
All The Little Pieces
All The Little PiecesAll The Little Pieces
All The Little Pieces
 
One-Liners to Rule Them All
One-Liners to Rule Them AllOne-Liners to Rule Them All
One-Liners to Rule Them All
 
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...
 
♨️CPU limitation per Oracle database instance
♨️CPU limitation per Oracle database instance♨️CPU limitation per Oracle database instance
♨️CPU limitation per Oracle database instance
 
Learning Puppet basic thing
Learning Puppet basic thing Learning Puppet basic thing
Learning Puppet basic thing
 
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
 
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
 
EC2
EC2EC2
EC2
 
filesHeap.h#ifndef HEAP_H#define HEAP_H#includ.docx
filesHeap.h#ifndef HEAP_H#define HEAP_H#includ.docxfilesHeap.h#ifndef HEAP_H#define HEAP_H#includ.docx
filesHeap.h#ifndef HEAP_H#define HEAP_H#includ.docx
 
Hadoop performance optimization tips
Hadoop performance optimization tipsHadoop performance optimization tips
Hadoop performance optimization tips
 
Perl - laziness, impatience, hubris, and one liners
Perl - laziness, impatience, hubris, and one linersPerl - laziness, impatience, hubris, and one liners
Perl - laziness, impatience, hubris, and one liners
 
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
 
Algorithm cup 2010
Algorithm cup 2010Algorithm cup 2010
Algorithm cup 2010
 
PostgreSQL Portland Performance Practice Project - Database Test 2 Howto
PostgreSQL Portland Performance Practice Project - Database Test 2 HowtoPostgreSQL Portland Performance Practice Project - Database Test 2 Howto
PostgreSQL Portland Performance Practice Project - Database Test 2 Howto
 
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
 
pdf (4) 4.pdf
pdf (4) 4.pdfpdf (4) 4.pdf
pdf (4) 4.pdf
 
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
 

Último

Microsoft BitLocker Bypass Attack Method.pdf
Microsoft BitLocker Bypass Attack Method.pdfMicrosoft BitLocker Bypass Attack Method.pdf
Microsoft BitLocker Bypass Attack Method.pdfOverkill Security
 
Introduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxIntroduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxFIDO Alliance
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform EngineeringMarcus Vechiato
 
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...ScyllaDB
 
CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)Wonjun Hwang
 
Vector Search @ sw2con for slideshare.pptx
Vector Search @ sw2con for slideshare.pptxVector Search @ sw2con for slideshare.pptx
Vector Search @ sw2con for slideshare.pptxjbellis
 
Design Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxDesign Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxFIDO Alliance
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...caitlingebhard1
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Victor Rentea
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe中 央社
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMKumar Satyam
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch TuesdayIvanti
 
State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!Memoori
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxFIDO Alliance
 
Generative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfGenerative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfalexjohnson7307
 
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...ScyllaDB
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...panagenda
 
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptxFIDO Alliance
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfdanishmna97
 

Último (20)

Microsoft BitLocker Bypass Attack Method.pdf
Microsoft BitLocker Bypass Attack Method.pdfMicrosoft BitLocker Bypass Attack Method.pdf
Microsoft BitLocker Bypass Attack Method.pdf
 
Introduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptxIntroduction to FIDO Authentication and Passkeys.pptx
Introduction to FIDO Authentication and Passkeys.pptx
 
Overview of Hyperledger Foundation
Overview of Hyperledger FoundationOverview of Hyperledger Foundation
Overview of Hyperledger Foundation
 
Working together SRE & Platform Engineering
Working together SRE & Platform EngineeringWorking together SRE & Platform Engineering
Working together SRE & Platform Engineering
 
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
Event-Driven Architecture Masterclass: Integrating Distributed Data Stores Ac...
 
CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)CORS (Kitworks Team Study 양다윗 발표자료 240510)
CORS (Kitworks Team Study 양다윗 발표자료 240510)
 
Vector Search @ sw2con for slideshare.pptx
Vector Search @ sw2con for slideshare.pptxVector Search @ sw2con for slideshare.pptx
Vector Search @ sw2con for slideshare.pptx
 
Design Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptxDesign Guidelines for Passkeys 2024.pptx
Design Guidelines for Passkeys 2024.pptx
 
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...Stronger Together: Developing an Organizational Strategy for Accessible Desig...
Stronger Together: Developing an Organizational Strategy for Accessible Desig...
 
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
Modular Monolith - a Practical Alternative to Microservices @ Devoxx UK 2024
 
Portal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russePortal Kombat : extension du réseau de propagande russe
Portal Kombat : extension du réseau de propagande russe
 
Introduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDMIntroduction to use of FHIR Documents in ABDM
Introduction to use of FHIR Documents in ABDM
 
2024 May Patch Tuesday
2024 May Patch Tuesday2024 May Patch Tuesday
2024 May Patch Tuesday
 
State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!State of the Smart Building Startup Landscape 2024!
State of the Smart Building Startup Landscape 2024!
 
Intro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptxIntro to Passkeys and the State of Passwordless.pptx
Intro to Passkeys and the State of Passwordless.pptx
 
Generative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdfGenerative AI Use Cases and Applications.pdf
Generative AI Use Cases and Applications.pdf
 
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
Event-Driven Architecture Masterclass: Engineering a Robust, High-performance...
 
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
Easier, Faster, and More Powerful – Alles Neu macht der Mai -Wir durchleuchte...
 
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider  Progress from Awareness to Implementation.pptxTales from a Passkey Provider  Progress from Awareness to Implementation.pptx
Tales from a Passkey Provider Progress from Awareness to Implementation.pptx
 
How to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cfHow to Check CNIC Information Online with Pakdata cf
How to Check CNIC Information Online with Pakdata cf
 

Formaldehye2 job program

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