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: matthieu verstraete <Matthieu.Verstraete@ulg.ac.be>
  • To: forum <forum@abinit.org>
  • Subject: Re: [abinit-forum] pbs script example for abinit at cines
  • Date: Fri, 12 Feb 2010 17:28:36 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; b=a/aHEFRERgtmZcNd2Ux+VG0gY5SWeNz88As91HqpoHXhmJyIyMto9A71nvz6jP92Cl YuK0lUpPjjJauiupAmTZyZfjb2Ia623q7iuBexE31wZ8Pqyjcq7+eNpXweMirdppo/RG yd6vTCakE3SmKBnStaPzbbkFw8rm8eNOgthSY=

This one worked, but the last time I used it was a year ago.
Normally the HPC people at cines should give you example files.

Matthieu


>>>>>>>>>>>>>>>>
#!/bin/bash -xv
#PBS -N x_234b3

## pour recevoir les fichiers d’erreurs (.err) et de sorties (.log) par
e-mail.
#PBS -m ae -M YOUREMAIL

## nom des fichiers d’erreurs (.err) et de sorties (.log).
#PBS -e x230.err
#PBS -o x230.log

## ressources allouées :
#PBS -l select=8:ncpus=8:mpiprocs=8

## temps d’exécution prévu :
#PBS -l walltime=24:00:00

############################################################################
df
## récupération de la liste de noms des nœuds alloués pour le calcul
cat $PBS_NODEFILE

## aller dans le directory ou la soumission a été exécutée (où se
trouve l’exécutable)
cd $PBS_O_WORKDIR

export MPI_GROUP_MAX=4096
export MPI_COMM_MAX=4096

echo $MPI_GROUP_MAX
echo $MPI_COMM_MAX

ABINIP=YOURPATH/abinit

## lancement de l’exécutable
/usr/pbs/bin/mpiexec ${ABINIP} < t.files > log.$PBS_JOBID
<<<<<<<<<<<<




On Fri, Feb 12, 2010 at 4:15 PM, jacky even <jacky.even@insa-rennes.fr> wrote:
> Has anyone a simple example of pbs script for calculation at cines ?
> best regards
> jeven
>



--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Prof. Matthieu Verstraete

Universite de Liège
Institut de Physique, Bat. B5, 3/7
Allée du 6 aout, 17
B- 4000 Sart Tilman, Liège
Belgium

Associate member European Theoretical Spectroscopy Facility (ETSF
http://www.etsf.eu)

Phone : +32 4 366 90 17
Fax : +32 4 366 36 29

Mail : matthieu.verstraete@ulg.ac.be
matthieu.jean.verstraete@gmail.com



Archive powered by MHonArc 2.6.16.

Top of Page