[ase-users] NEB parallel with Abinit parallel

Offermans Willem willem.offermans at vito.be
Thu Nov 15 14:39:19 CET 2018


Dear ASE friends,

I like to do a NEB calculation with 3 images in parallel.

The calculator is abinit, which can run in parallel as well.

How do I specify this in the python script.

I have used the following example as basis:

https://wiki.fysik.dtu.dk/gpaw/tutorials/neb/neb.html#neb-calculations-parallelized-over-images

I like to replace the calc definition from the python script:

<snip>
…

        calc = GPAW(h=0.3,
                    kpts=(2, 2, 1),
                    txt='neb%d.txt' % j,
                    communicator=ranks)

…
</snip>

with corresponding settings for abinit.

Is this possible?

Can you provide an example for abinit?


I expect something like:

<snip>
….

execAbinit = 'mpirun -np ' + torqueTasks + ' -machinefile machinefile.' + pbsJobID + ' ~/bin/abinit < PREFIX.files > pd.log’
...
 calc = Abinit(command=execAbinit,
                autoparal=1,
                communicator=ranks,
                ecut=intEcut * Ha,
                ixc=11,
                kpts=[intKpoints, intKpoints, 1],
                label='pd',
                nstep=400,
                occopt=7,
                pawecutdg=intPawEcut * Ha,
                pawovlp=6,
                pps='pawxml',
                toldfe=1.0e-6,
                tsmear=0.02*eV,
                txt='neb%d.txt' % j,
                xc='PBE')


Can you comment on the Abinit specification?



Met vriendelijke groeten,
Mit freundlichen Grüßen,


Willem Offermans
Researcher Electrocatalysis SCT
VITO NV | Boeretang 200 | 2400 Mol
Phone:+32(0)14335263 Mobile:+32(0)492182073

Willem.Offermans at Vito.be<mailto:Willem.Offermans at Vito.be>

[cid:982BA063-B96A-4A1B-89AB-5A01CA9FC70D at vito.local]

Indien u VITO Mol bezoekt, hou aub er dan rekening mee dat de hoofdingang voortaan enkel bereikbaar is vanuit de richting Dessel-Retie, niet vanuit richting Mol, zie vito.be/route.<http://www.vito.be/route>
If you plan to visit VITO at Mol, then please note that the main entrance can only be reached coming from Dessel-Retie and no longer coming from Mol, see vito.be/en/contact/locations.<http://www.vito.be/en/contact/locations>
VITO Disclaimer: http://www.vito.be/e-maildisclaimer
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listserv.fysik.dtu.dk/pipermail/ase-users/attachments/20181115/f44f1b20/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vito.jpg
Type: image/jpeg
Size: 15232 bytes
Desc: vito.jpg
URL: <http://listserv.fysik.dtu.dk/pipermail/ase-users/attachments/20181115/f44f1b20/attachment-0001.jpg>


More information about the ase-users mailing list