64 bit version of DOCK: Difference between revisions

From DISI
Jump to navigation Jump to search
No edit summary
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Here is how to make a 32 bit version of DOCK on a 64 bit platform.
Here is how to make a 32 bit version of DOCK on a 64 bit platform.


  cd dock6/install
  cd dock6/install
Line 10: Line 9:


Then you can test normally. Thanks to Michael Mysinger.
Then you can test normally. Thanks to Michael Mysinger.
Back to [[DOCK 6]].
[[Category:DOCK 6]]

Latest revision as of 23:43, 11 March 2014

Here is how to make a 32 bit version of DOCK on a 64 bit platform.

cd dock6/install
make distclean
edit the file gnu
# I added -m32 to the end of the lines starting with CC, CXX, FC, and LOAD
./configure gnu
make all

Then you can test normally. Thanks to Michael Mysinger.

Back to DOCK 6.