Hi Pinaki,
2014-06-29 7:46 GMT-06:00 Pinaki Swain <[email protected]>: > Hello Developers, > > I have installed votca on ubuntu 14.04 from the source. While trying to > execute hexane atomistic tutorial by run.sh file, I got the following > message, > > Calculating distributions > ./run.sh: line 8: csg_stat: command not found > Mapping confout.gro to get configuration for coarse-grained run > ./run.sh: line 11: csg_map: command not found > > After that I added ./ before csg_stat and csg_map and the run was completed. > > While running the IBI tutorial, I got a similar message that csg_inverse > command not found. > Running ./csg_inverse --options settings.xml gave the message that csg_call > command not found. > > I made similar change in the csg_inverse script file where csg_call is > called. > When I do that I get the following message, > > running csg_inverse --options "settings.xml" > ################################################# > # # > # ERROR: # > # csg_get_property: Could not find csg_property # > # # > ################################################# > ./run.sh: line 4: 17940 Terminated ./csg_inverse --options > settings.xml All csg applications need to in your path. The simplest way to do that is to $source /path/to/VOTCARC.bash after you install votca. Cheers, Christoph > > I will be very much thankful if you can help me in this regard. > > Thanks for your help. > Best Regards, > Pinaki > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/votca. > For more options, visit https://groups.google.com/d/optout. -- Christoph Junghans Web: http://www.compphys.de -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/votca. For more options, visit https://groups.google.com/d/optout.
