[gmx-users] Re: gmx-users Digest, Vol 55, Issue 51
Gadzikano Munyuki
Gadzikano.Munyuki at uct.ac.za
Mon Nov 10 09:59:39 CET 2008
I have checked the source code and it looks like g_spatial has been replaced by g_cluster.I got the code below under g_spatial.c
/* This is just a wrapper binary.
* The code that used to be in g_cluster.c is now in gmx_cluster.c,
* where the old main function is called gmx_cluster().
*/
int
main(int argc, char *argv[])
{
gmx_cluster(argc,argv);
return 0;
}
Gadzikano
-- original message --
I am not sure what is going on in this case. You could try:
which g_spatial
to see what is being picked up. You could also try to move the
g_spatial executable to its own directory and then execute g_spatial
from that path:
/new/path/to/executable/g_spatial -h
ls /new/path/to/executable/g_spatial
g_spatial
Otherwise I am not sure what is going on. Are you sure that you didn't
compile g_cluster under the name g_spatial by accident?
Chris.
-- original message --
HI Chris
I followed the steps below and when i tried to run g_spatial it
executed g_cluster instead. Even when i do g_spatial -h it looks like
its being overwritten by g_cluster
1.I used make_ndx to create a group containing the atoms around which i want
the SDF
2. trjconv -s md.tpr -f tyrc_md.trr -o tyrc1.xtc -center tric -ur
compact -pbc none
3. trjconv -s md.tpr -f tyrc1.xtc -o tyrc2.xtc -fit rot+trans
4. g_spatial -s md.tpr -f tyrc2.xtc -n index.ndx
------------------------------
______________________________________________________________________________________________
UNIVERSITY OF CAPE TOWN
This e-mail is subject to the UCT ICT policies and e-mail disclaimer published on our website at http://www.uct.ac.za/about/policies/emaildisclaimer/ or obtainable from +27 21 650 4500. This e-mail is intended only for the person(s) to whom it is addressed. If the e-mail has reached you in error, please notify the author. If you are not the intended recipient of the e-mail you may not use, disclose, copy, redirect or print the content. If this e-mail is not related to the business of UCT it is sent by the sender in the sender's individual capacity.
_____________________________________________________________________________________________________
More information about the gromacs.org_gmx-users
mailing list