espressomd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ESPResSo] exclusions & checkpointing


From: Axel Arnold
Subject: Re: [ESPResSo] exclusions & checkpointing
Date: Mon, 28 Apr 2008 15:33:00 +0200
User-agent: KMail/1.7.1

Am Samstag 26 April 2008 14:28 schrieb Mehmet Sayar:
> Hi All,
>
> Is there any reason why exclusions are not written into checkpoint
> files?

Well, except for the fact that no one has written the required blockfile 
support, no. In principle, exclusions can be read and written just as bonds, 
so you would need to write two routines blockfile_write_exclusions and 
blockfile_read_auto_exclusions, and then call them in checkpoint_set, e.g.

if { $COMPACT_CHK != 1 && [has_feature "EXCLUSIONS"]} { blockfile $f write 
exclusions }

If you would write the two blockfile wrappers, I can include them in the CVS 
for general availability.

Thanks,
Axel

-- 
Dr. Axel Arnold 
Fraunhofer Institute for Algorithms and Scientific Computing (SCAI)
Schloss Birlinghoven
53754 Sankt Augustin
Germany



reply via email to

[Prev in Thread] Current Thread [Next in Thread]