[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 583: sizeof(): Parameter must be an array or an object that implements Countable
[phpBB Debug] PHP Warning: in file [ROOT]/phpbb/session.php on line 639: sizeof(): Parameter must be an array or an object that implements Countable
biowerkzeug •"Installing" Hippo BETA r26
Page 1 of 1

"Installing" Hippo BETA r26

Posted: Sat Oct 18, 2008 6:34 pm
by oliver
The package comes as a zip file with precompiled static binaries. The current I/O interface of hippo is very simple: It expects all its input files in the current directory. Thus, one typically makes a working directory, copies files (such as hippo_input.txt, pdbs, *.dat) into this directory and copies (or symlinks) the hippo executable there as well. Then one simply runs

Code: Select all

./hippo
Depending on your CPU you will have to use the hippo or the hippo_p3 binary, and if you want to run in parallel, use the *_mpi version. More can be found on the wiki page on Installing Hippo.