On Thu, Feb 17, 2022 at 5:49 PM Satyen Dhamankar <[email protected]> wrote: > > Hello, > > I am getting VOTCA on a new system, and I am using Spack to obtain all the > dependencies. This is done with: > git clone https://github.com/spack/spack.git spack > source spack/share/spack/setup-env.sh > spack install votca-csg@stable After the latest release please use "spack install votca" instead.
The other votca-* package are marked deprecated in spack now, I really need to update the documentation, see: https://github.com/votca/votca/pull/972 > > However, I do not see the tutorials being pulled from the repo when I do the > above. > > I have the following questions: > 1. How do I pull the csg-tutorials directory and run the tutorials to check > if VOTCA is running accurately? When you build the "votca" package csg-tutorials will be installed as well. You can test your install by using "spack install --test root votca" during the build. > 2. Once I have the tutorials, I assume I have to make sure I can run the > commands from terminal. What is the directory that must be added to path? > I see that > > VOTCA/spack/opt/spack/linux-rhel8-skylake_avx512/gcc-8.5.0/votca-csg-stable-bwf5m4a72i7zn7rnbttdnbsqgs7aq62j/bin > > is the location where all of the votca executables are: csg_boltzmann, > csg_inverse, csg_fmatch, etc. > > Is this the only location I add to path? Or are there other things I must add > to path to run VOTCA correctly? Yeah you could add that to your path or just use "spack load votca" Christoph > > -- > Join us on Slack: https://join.slack.com/t/votca/signup > --- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/votca/137b542f-d0a3-419b-b328-55a46e668e82n%40googlegroups.com. -- Christoph Junghans Web: http://www.compphys.de -- Join us on Slack: https://join.slack.com/t/votca/signup --- 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 view this discussion on the web visit https://groups.google.com/d/msgid/votca/CAHG27e4Px1m4A8ADKPFJrmpB%2B1J930TsJ3zeUWi_RXfkNUwrxQ%40mail.gmail.com.
