crest icon indicating copy to clipboard operation
crest copied to clipboard

QCG calculations in explicit chloroform solvent

Open moabe84 opened this issue 1 year ago • 3 comments

Hi, I’ve been trying to run QCG calculations with 100 explicit chloroform solvent molecules for several compounds, but they keep crashing with various error messages. This might be related to issue #178. I'm using the per-compliled version of CREST 2.12.

Here's the command line for the calculations: crest mol_1.xyz --qcg chloroform.xyz --nsolv 100 --T 120 --ensemble --mdtime 50 --mreset 4 --alpb chloroform --nofix

Below are two examples of the errors:

Structure 1:

input file name : crest_rotamers_0.xyz output file name : crest_rotamers_1.xyz reference state Etot : 1.122118549622869E-310 forrtl: severe (24): end-of-file during read, unit -9811, file /anfhome/mabedi/calc_data/candid/crest_conf_search_explicit_solvent/chloroform/mol_3/qcg_tmp/tmp_MTD/crest_rotamers_1.xyz Image PC Routine Line Source
crest 00000000014D8EA8 Unknown Unknown Unknown crest 000000000150E3AA Unknown Unknown Unknown crest 000000000067B4AA sort_and_check_ 1073 confscript2_misc.f90 crest 000000000067A4F8 multilevel_opt_ 674 confscript2_misc.f90 crest 000000000066E545 confscript2i_ 131 confscript2_main.f90 crest 0000000000656FA5 qcg_ensemble_ 902 solvtool.f90 crest 000000000064341F crest_solvtool_ 89 solvtool.f90 crest 000000000069842E MAIN__ 290 crest_main.f90 crest 0000000000402242 Unknown Unknown Unknown crest 00000000017025D0 Unknown Unknown Unknown crest 000000000040210E Unknown Unknown Unknown

Structure 2:

input file name : crest_rotamers_1.xyz output file name : crest_rotamers_2.xyz number of removed by energy : 2499 number of remaining points : 1 reference state Etot : -2048.58723836000
forrtl: severe (174): SIGSEGV, segmentation fault occurred Image PC Routine Line Source
crest 00000000014E866A Unknown Unknown Unknown crest 0000000001700300 Unknown Unknown Unknown crest 000000000055A1C6 cregen_conffile_ 2513 newcregen.f90 crest 0000000000536122 newcregen_ 221 newcregen.f90 crest 000000000067BAB6 sort_and_check_ 966 confscript2_misc.f90 crest 000000000067A4F8 multilevel_opt_ 674 confscript2_misc.f90 crest 000000000066E545 confscript2i_ 131 confscript2_main.f90 crest 0000000000656FA5 qcg_ensemble_ 902 solvtool.f90 crest 000000000064341F crest_solvtool_ 89 solvtool.f90 crest 000000000069842E MAIN__ 290 crest_main.f90 crest 0000000000402242 Unknown Unknown Unknown crest 00000000017025D0 Unknown Unknown Unknown crest 000000000040210E Unknown Unknown Unknown

moabe84 avatar Sep 16 '24 12:09 moabe84

Please use a more current version, we won't modify version 2.12 anymore.

pprcht avatar Sep 16 '24 13:09 pprcht

I initially used the GNU/OpenBLAS static binary (version 3.0.2), but found it much slower compared to version 2.12. Since I have over 100 compounds to process, version 2.12 seems like a more sensible option given the performance. While everything worked fine with water as the solvent, the calculations failed when using chloroform.

moabe84 avatar Sep 16 '24 14:09 moabe84

Still, we won't modify 2.12, the code is outdated.

You may have observed a parallelization slowdown of 3.0.2 compared to older version because of the -T 120. Versions >3.0 use actual shared memory processes rather than hosting independent xtb instances. It is likely causing all sorts of communication overhead, memory bandwidth saturation and cache contention when requesting that many threads.

pprcht avatar Sep 16 '24 14:09 pprcht

This issue had no activity for 6 months. It will be closed in 1 week unless there is some new activity.

github-actions[bot] avatar Mar 16 '25 01:03 github-actions[bot]