Coarse Grain Problems

61 views
Skip to first unread message

Plácido Manuel Arenas Fernández

unread,
Jul 24, 2019, 7:26:13 AM7/24/19
to vo...@googlegroups.com

Good morning,


I am starting with CG in Gromacs using Votca, is it possible to use Charmm36-forcefield instead of OPLSA? 

I have created a system of 8 asphaltenes in heptane, I have already run it in atomistic without any problem. Now I have created .xml files of heptane and Asphaltene, I have run the code

csg_map --top topol.tpr --trj confout.gro --cg "heptane.xml;a08.xml" --out conf_cg.gro  for mapping but I recieve as error: molecule 1:a08:C does not exist, I don't understand why because I have already declarated a08 in topology and everywhere. Maybe I am not doing well different steps for coarse grain, could anyone explain me?

Kind regards
Plácido




 

Plácido Manuel Arenas Fernández

Universidad Rey Juan Carlos

Campus de Móstoles  (Madrid), España

Teléfono: 91 488 85 16

placido...@urjc.es | www.urjc.es | @URJC |

 


Christoph Junghans

unread,
Jul 24, 2019, 7:46:59 AM7/24/19
to vo...@googlegroups.com
On Wed, Jul 24, 2019 at 5:26 AM Plácido Manuel Arenas Fernández <placido...@urjc.es> wrote:

Good morning,


I am starting with CG in Gromacs using Votca, is it possible to use Charmm36-forcefield instead of OPLSA? 

I have created a system of 8 asphaltenes in heptane, I have already run it in atomistic without any problem. Now I have created .xml files of heptane and Asphaltene, I have run the code

csg_map --top topol.tpr --trj confout.gro --cg "heptane.xml;a08.xml" --out conf_cg.gro  for mapping but I recieve as error: molecule 1:a08:C does not exist, I don't understand why because I have already declarated a08 in topology and everywhere. Maybe I am not doing well different steps for coarse grain, could anyone explain me?
I guess the atom is named different in the gromacs topology. 
You can run "csg_dump --top topol.tpr" to see the list of atoms VOTCA reads from the topology file.

 Christoph

Kind regards
Plácido




 

Plácido Manuel Arenas Fernández

Universidad Rey Juan Carlos

Campus de Móstoles  (Madrid), España

Teléfono: 91 488 85 16

placido...@urjc.es | www.urjc.es | @URJC |

 


--
You received this message because you are subscribed to the Google Groups "votca" group.
To unsubscribe from this group and stop receiving emails from it, send an email to votca+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/votca/AM0PR02MB3716322B954E07BB03D14FBE94C60%40AM0PR02MB3716.eurprd02.prod.outlook.com.


--
Christoph Junghans
Web: http://www.compphys.de

Abdessamad Moumen

unread,
Jul 24, 2019, 8:41:31 AM7/24/19
to vo...@googlegroups.com

Hi

I am new beginner in votca,I tray to install votca-csg several times but always i get the same error,


-- Could NOT find MKL (missing: MKL_INCLUDE_DIR MKL_Core_LINK_LIBRARY)

-- Found Eigen3: /usr/lib/cmake/eigen3

CMake Error at tools/CMakeModules/FindFFTW3.cmake:41 (message):

Could not find fftw_plan_r2r_1d in /usr/local/lib/libfftw3.a, take a look

at the error message in /home/acer/votca/build/CMakeFiles/CMakeError.log to

find out what was going wrong. If you are using a static lib (.a) make

sure you have specified all dependencies of fftw3 in FFTW3_LIBRARY by hand

(i.e. -DFFTW3_LIBRARY='/path/to/libfftw3.so;/path/to/libm.so') !

Call Stack (most recent call first):

CMakeLists.txt:78 (_find_package)

tools/CMakeLists.txt:77 (find_package)



-- Configuring incomplete, errors occurred!

See also "/home/acer/votca/build/CMakeFiles/CMakeOutput.log".

See also "/home/acer/votca/build/CmakeFiles/CmakeError.log".


could anyone explain me how to fix this problem ?

Christoph Junghans

unread,
Jul 24, 2019, 8:43:51 AM7/24/19
to vo...@googlegroups.com
What does the CMakeError.log say?

Christoph

--
You received this message because you are subscribed to the Google Groups "votca" group.
To unsubscribe from this group and stop receiving emails from it, send an email to votca+un...@googlegroups.com.

Abdessamad Moumen

unread,
Jul 24, 2019, 8:54:21 AM7/24/19
to vo...@googlegroups.com
CMakeError.log

Christoph Junghans

unread,
Jul 24, 2019, 9:55:01 AM7/24/19
to vo...@googlegroups.com
My french isn't that great:
/usr/local/bin/cmake -E cmake_link_script
CMakeFiles/cmTC_6ce3b.dir/link.txt --verbose=1
/usr/bin/cc -DCHECK_FUNCTION_EXISTS=fftw_plan_r2r_1d
CMakeFiles/cmTC_6ce3b.dir/CheckFunctionExists.c.o -o cmTC_6ce3b
/usr/local/lib/libfftw3.a
/usr/local/lib/libfftw3.a(mapflags.o) : Dans la fonction « fftw_mapflags » :
mapflags.c:(.text+0x3b9) : référence indéfinie vers « log »
/usr/local/lib/libfftw3.a(trig.o) : Dans la fonction « cexpl_sincos » :
trig.c:(.text+0x23c) : référence indéfinie vers « sincos »
trig.c:(.text+0x2ba) : référence indéfinie vers « sincos »
/usr/local/lib/libfftw3.a(trig.o) : Dans la fonction « fftw_mktriggen » :
trig.c:(.text+0x4c3) : référence indéfinie vers « sincos »
trig.c:(.text+0x574) : référence indéfinie vers « sincos »
trig.c:(.text+0x62b) : référence indéfinie vers « sincos »
/usr/local/lib/libfftw3.a(trig.o):trig.c:(.text+0x6e4) : encore plus
de références indéfinies suivent vers « sincos »
collect2: error: ld returned 1 exit status
CMakeFiles/cmTC_6ce3b.dir/build.make:87: recipe for target 'cmTC_6ce3b' failed
make[1]: *** [cmTC_6ce3b] Error 1

but I think you need to an fftw, which was compiled with --enable-shared.

Christoph
> To view this discussion on the web visit https://groups.google.com/d/msgid/votca/CACZy3M86%2BR7O6EQLqUGmAJEnKHzZ_yMYbTbYaUE8nyg-0HsBpg%40mail.gmail.com.
Reply all
Reply to author
Forward
0 new messages