News:

SMF - Just Installed!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - patrickmelix

#1
General / Re: Grids and Memory Usage
November 17, 2020, 01:08:28 PM
There are definitively a few problems, but I couldn't think of a major problem so far... 8) Also not sure if the approach would reduce the memory consumption in all cases, since it basically doubles the amount of particles... I'll let you know once I tested it! But it is a really great idea to be considered!
#2
General / Re: Grids and Memory Usage
November 17, 2020, 08:58:22 AM
That is indeed an interesting idea, thanks for that! I'll think about it and try it next time to see the performance.
#3
General / Re: Grids and Memory Usage
October 23, 2020, 06:35:45 PM
Dear David,

thanks for your answer. I guess my main question was not clear enough: Is it possible to make the code use the same vdW grid for two differently named atoms that have the same sigma value?

An example situation would be: Two atoms c_a and c_b, same vdW but different charges.

When creating the grid, I see that the two grid files for c_a and c_b are exactly the same (same md5sum of the vdW gridfile). When running GCMC simualtions, these two grid files are both loaded to the RAM. Ideally, I would like to tell RASPA2 to use the same grid for both atoms. This would halve the RAM requirements for that example job.

Hope this makes my question a bit more clear.
Thanks for your help!
Best Regards,
Patrick
#4
General / Grids and Memory Usage
October 09, 2020, 10:58:40 AM
Dear RASPA-Devs,

In contrast to the vdW parameter assignment, the vdW grids seem not to support pattern matching of atom names. At least when I try to create a grid with a pattern instead of the full atom name, the code complains.

It seems that one can symlink a created grid file to prevent storing the same grid multiple times, but upon execution of the code, the memory consumption remains unaffected (as is to be expected).

Is it somehow possible to make the code use the same grid for several atom types in order to reduce the memory footprint of the job? Or is there another way to achieve this, that I am missing (adsorbate definition, ...)? In bigger molecules with varying atomic charges but equal vdW parameters, this is quite a bottleneck for me at the moment.

My C is really rusty, so I was not able to understand enough of the code to check myself or even implement a new feature, sorry...

Thanks for your support!
Best Regards,
Patrick