Lecture #2 covering vector products and an introduction to charge and Coulomb’s law.
Lecture #2 covering vector products and an introduction to charge and Coulomb’s law.
The first lecturefor Physics 114 Fall 2007, August 29 2007.
Topics covered include course policies and a review of vector algebra.
Harmonic Motion 4 The last of four short video lectures on simple harmonic motion.
The support of the Wake Forest University IS Department, through their STARs program, is gratefully acknowledged in the production of these videos.
Harmonic Motion 3 The third of four short video lectures on simple harmonic motion.
The support of the Wake Forest University IS Department, through their STARs program, is gratefully acknowledged in the production of these videos.
Harmonic Motion 2 The second of four short video lectures on simple harmonic motion.
The support of the Wake Forest University IS Department, through their STARs program, is gratefully acknowledged in the production of these videos.
Harmonic Motion 1 The first of four short video lectures on simple harmonic motion.
The support of the Wake Forest University IS Department, through their STARs program, is gratefully acknowledged in the production of this video.
These are now posted, and have been updated, on the DEAC wiki along with the rest of the documentation developed by Dr. Salsbury. Updated versions of these should be on the DEAC wiki.
This is not a guide on using g98 nor on writing PBS scripts.
To submit a gaussian job (in single processor mode):
Use [...]
These are now posted, and have been updated, on the DEAC wiki along with the rest of the documentation developed by Dr. Salsbury.
Command Description
qsub me.job submit script me.job
qsub -v al=1,par=12 me.job submit script me.job with
[...]
These are now posted on the DEAC wiki along with the rest of the documentation developed by Dr. Salsbury. The scripts here are slightly out-of-date for the current cluster configuration, the wiki pages are updated.
Another of Fred’s PBS tutorial Scripts
#
#PBS -l nodes=2:ppn=2:clan4
#PBS -l walltime=24:00:00
#PBS -l cput=96:00:00
#PBS -j oe
#PBS -l mem=256mb
#PBS -l pmem=64mb
#PBS -m bea
#PBS -M salsbufr@wfu.edu
mkdir /data0
cd [...]
These are now posted on the DEAC wiki along with the rest of the documentation developed by Dr. Salsbury. The scripts here are slightly out-of-date for the current cluster configuration, the wiki pages are updated.
Basic Script
# Fred’s pbs tutorial script
#
#PBS -l nodes=4:ppn=2:clan5
#PBS -l walltime=24:00:00
#PBS -l cput=192:00:00
#PBS -j oe
#PBS -l mem=256mb
#PBS -l pmem=32mb
#PBS -m bea
#PBS -M [...]