<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>Dear Christian,</div><div>Your error looks to be exactly the same as the one described by Hans Hogreve in the link you sent. Since you have an error with the MPI Broadcasting, can you tell us what MPI library was used when you installed MOLPRO? FCIQMC is parallelized with MPI, so at the stage where you got this error, it's trying to send a copy of some data to all cores that you have available. This data delivery (MPI broadcast) is done by the MPI library that was used to build your version of MOLPRO. The installation manual says "Intel MPI, Bull MPI, MPICH2, and Open MPI have been tested", so if you can check that you're using one of these, and the versions are compatible with everything else that was used, you might find the source of your problem. </div><div><br></div><div>Alternatively, if you turn off MPI and try on a single core of a single node you should not get this error, but the calculation will be approximately a factor of N slower where N is the number of cores you have available, because the speed-up when going through the loop over determinants in FCIQMC is (almost) linear in N, and you would be losing one of the main benefits of FCIQMC.</div><div><br></div><div>With best wishes!<br>Nike</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">------------------------------<wbr>------------------------------<wbr>----------<br>
<br>
Message: 1<br>
Date: Tue, 3 Apr 2018 10:37:14 +0200<br>
From: Christan Stemmle <<a href="mailto:christian.stemmle@fu-berlin.de">christian.stemmle@fu-berlin.<wbr>de</a>><br>
To: <a href="mailto:molpro-user@molpro.net">molpro-user@molpro.net</a><br>
Subject: [molpro-user] FCIQMC Error<br>
Message-ID: <<a href="mailto:1d0f2c05-f67c-bbb9-35f5-46d5327e5cb8@fu-berlin.de">1d0f2c05-f67c-bbb9-35f5-<wbr>46d5327e5cb8@fu-berlin.de</a>><br>
Content-Type: text/plain; charset=utf-8; format=flowed<br>
<br>
Hello Molpro Users,<br>
<br>
I want to test and run some FCIQMC calculations. To get started I took the first example from the manual (<a href="http://www.molpro.net/info/current/examples/nn_fciqmc.com" rel="noreferrer" target="_blank">http://www.molpro.net/info/<wbr>current/examples/nn_fciqmc.com</a><wbr>) and submitted a molpro calculation<br>
(Version 2015.1). However I keep getting the following error message:<br>
<br>
Fatal error in PMPI_Bcast: Invalid datatype, error stack:<br>
PMPI_Bcast(1610): MPI_Bcast(buf=0x3ca7c8c0, count=104, MPI_DATATYPE_NULL, root=0, MPI_COMM_WORLD) failed<br>
PMPI_Bcast(1570): Datatype for argument datatype is a null datatype<br>
<br>
I also tested the other examples, without any success.<br>
This is very similar to a previously reported issue (<a href="http://www.molpro.net/pipermail/molpro-user/2017-July/006999.html" rel="noreferrer" target="_blank">http://www.molpro.net/<wbr>pipermail/molpro-user/2017-<wbr>July/006999.html</a>): same error message but different numbers. However, this one did not receive any<br>
(public) answer.<br>
<br>
Can anyone help me out?<br>
<br>
best regards<br>
Christian Stemmle<br><br>
------------------------------<br></blockquote></div></div></div>