ResourcesSoftwareApplicationsChemistryMaterials Science Mathematics Visualization Climate (restricted) |
Quantum ESPRESSO/PWscfQuantum ESPRESSO is an integrated suite of computer codes for electronic-structure calculations and materials modeling at the nanoscale. It builds onto electronic-structure codes PWscf, PHONON, CP90, FPMD, and Wannier. It is based on density-functional theory, plane waves, and pseudopotentials (both norm-conserving and ultrasoft). Running on Franklin
There are two ways of running espresso on franklin, submitting a batch job, or running interactively in an interactive batch session.
#PBS -N myjob #PBS -q regular #PBS -l mppwidth=16 #PBS -l walltime=8:00:00 #PBS -j oe #PBS -V cd $PBS_O_WORKDIR module load espresso aprun -n 16 pw.x < test.in > test.out % qsub test_espresso.pbs 2) To request an interactive batch session, issue a command (eg., requesting 16 PEs): % qsub -I -V -q interactive -l mppwidth=16 % cd $PBS_O_WORKDIR % module load espresso % aprun -n 16 pw.x < test.in > test.out Running on BassiAfter the module is loaded you can run espresso using % poe pw.x -procs 16 -nodes 2 < test.in > test.out
#@ job_name = myjob #@ class = regular #@ job_type = parallel #@ node = 2 #@ tasks_per_node = 8 #@ network.MPI = sn_all,not_shared,us #@ wall_clock_limit = 2:00:00 #@ output = $(host).$(jobid).$(stepid).out #@ error = $(host).$(jobid).$(stepid).err #@ notification = complete #@ environment = COPY_ALL #@ queue module load espresso poe pw.x < test.in > test.out exit Documentation and Help |
![]() |
Page last modified: Wed, 30 Jan 2008 09:05:23 GMT Page URL: http://www.nersc.gov/nusers/resources/software/apps/materials_science/espresso/ Web contact: webmaster@nersc.gov Computing questions: consult@nersc.gov Privacy and Security Notice |
![]() |