Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] pbs script example for abinit at cines

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] pbs script example for abinit at cines


Chronological Thread 
  • From: Philippe Blaise <philippe.blaise@cea.fr>
  • To: forum@abinit.org, Jacky Even <jacky.even@insa-rennes.fr>
  • Subject: Re: [abinit-forum] pbs script example for abinit at cines
  • Date: Tue, 16 Feb 2010 09:11:28 +0100

jacky even a écrit :
Has anyone a simple example of pbs script for calculation at cines ?
best regards
jeven

Jacky,

this one works pretty well (usge of SGI MPT environment) :

#PBS -S /bin/bash
#PBS -N alpha-Al2O3
#PBS -j oe
#PBS -l walltime=00:30:00
#PBS -l select=2:ncpus=5:mpiprocs=5

cd $PBS_O_WORKDIR

module load abinit
module load MPT

mpiexec abinip < ./Al2O3.files

Regards

Philippe





Archive powered by MHonArc 2.6.16.

Top of Page