2015-03-12 5:31 GMT-06:00 David Rosenberger <[email protected]>: > Hi, > > I am running VOTCA on a cluster where no > linear solver is provided. So I had to install octave-3.8.2 manually > in my home directory, Now I was trying to link the binary within my .xml > file,but octave > could not be found. > I have solved this by setting the path in the VOTARC file. > > But I was wondering what the correct syntax is, for setting the exact path > for the binary of octave within the .xml file. > > The regarding section of my file my file looks like that: > <octave> > <bin> The path has to go here!
> < DESC>/home/usr/programs/octave-3.8.2/bin/octave</DESC> The DESC tag is for description purposes only, which is used internally to create the manual. > </bin> > </octave> > <imc> > <solver>octave</solver> > </imc> Additionally you might want to set cg.inverse.simulation.tasks = 1 in your xml file when using IMC as the threaded version of csg_stat currently only speeds up for IBI. Cheers, Christoph > > Regards, > David > > -- > 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.
