Re: [gmx-users] Installation of gromacs 4.5.4 on windows using cygwin

2013-09-15 Thread Szilárd Páll
Looks like you are compiling 4.5.1. You should try compiling the latest version in the 4.5 series, 4.5.7. -- Szilárd On Sun, Sep 15, 2013 at 6:39 PM, Muthukumaran R wrote: > hello, > > I am trying to install gromacs in cygwin but after issuing "make", > installation stops with the following erro

Re: [gmx-users] Installation of GROMACS on server

2012-05-22 Thread Anirban
On Tue, May 22, 2012 at 2:17 PM, Shima Arasteh wrote: > > Dear gmx users, > If I am not admin of the server, would it be possible that I install the > GROMACS 4.5.5 in my account (user) or upgrade the GROMACS version? > You can install latest version of GROMACS in your local directory by giving

Re: [gmx-users] Installation of GROMACS on server

2012-05-22 Thread Javier Cerezo
Yes, it could be possible. You have to install it on your local folder where you have the right permissions. This is specified with the --prefix option on the configure script (if using automake/automake installation) or the corresponding option with cmake (I don't know wich one is it, check th

Re: [gmx-users] Installation of gromacs-gpu on windows

2011-07-08 Thread Андрей Гончар
I think so! 2011/7/8 Szilárd Páll : > I think you made the right decision! :) > -- > Szilárd > > > > On Fri, Jul 8, 2011 at 12:50 PM, Андрей Гончар wrote: >> Thanks a lot! >> Now we decided to use gromacs under linux and the installation of >> gromacs and gromacs-gpu has passed without errors >>

Re: [gmx-users] Installation of gromacs-gpu on windows

2011-07-08 Thread Szilárd Páll
I think you made the right decision! :) -- Szilárd On Fri, Jul 8, 2011 at 12:50 PM, Андрей Гончар wrote: > Thanks a lot! > Now we decided to use gromacs under linux and the installation of > gromacs and gromacs-gpu has passed without errors > Problem is solved :) > > 2011/7/8 Szilárd Páll : >>

Re: [gmx-users] Installation of gromacs-gpu on windows

2011-07-08 Thread Андрей Гончар
Thanks a lot! Now we decided to use gromacs under linux and the installation of gromacs and gromacs-gpu has passed without errors Problem is solved :) 2011/7/8 Szilárd Páll : > Well, unfortunately I don't know of any step-by-step tutorial, but > from what I remember the workflow is pretty straight

Re: [gmx-users] Installation of gromacs-gpu on windows

2011-07-07 Thread Szilárd Páll
Well, unfortunately I don't know of any step-by-step tutorial, but from what I remember the workflow is pretty straightforward and looks something like this: - Download dependencies, there is precompiled OpenMM and FFTW for Windows. - Run CMake, you'll have to set up the library dependencies manua

Re: [gmx-users] Installation of gromacs-gpu on windows

2011-07-01 Thread Андрей Гончар
Thank you for your reply! Now can I have your attention for another quetsion? I'm not very experienced in Visual Studio because I do almost all of my work under linux. But now it is necessary to compile gromacs-gpu under windows. Could someone point me to a tutorial or how-to about step-by-step com

Re: [gmx-users] Installation of gromacs-gpu on windows

2011-06-30 Thread Szilárd Páll
Dear Andrew, Compiling on Windows was tested only using MSVC and I have no idea if it works or not under cygwin. You should just try, both cmake and gcc is available for cygwin so you might be lucky and get mdrun-gpu compiled without any additional effort. All binaries on the Gromacs webpage _are

Re: [gmx-users] installation of gromacs

2011-03-17 Thread Mark Abraham
On 17/03/11, Diego Enry wrote: > You got this wrong > export CPPFLAGS="-I/home/local/fftw/include" > export LDFLAGS="-L/home/local/fftw/lib" > > replace by this > export CPPFLAGS="-I$HOME/local/fftw/include" > export LDFLAGS="-L$HOME/local/fftw/lib" > This is immaterial if Thomas installed t

Re: [gmx-users] installation of gromacs

2011-03-17 Thread Justin A. Lemkul
Thomas Koller wrote: Now I get this again: checking for fftw3.h... configure: error: Cannot find the default external FFT library (fftw3). Please follow my way: i) I unpacke fftw and gromacs to two folders. iii) I go the the fftw folder and make: - ./configure --prefix=$HOME/local/fftw3

Re: [gmx-users] installation of gromacs

2011-03-17 Thread Diego Enry
You got this wrong export CPPFLAGS="-I/home/local/fftw/include" export LDFLAGS="-L/home/local/fftw/lib" replace by this export CPPFLAGS="-I$HOME/local/fftw/include" export LDFLAGS="-L$HOME/local/fftw/lib" On Thu, Mar 17, 2011 at 12:24 PM, Thomas Koller wrote: > Now I get this again: > > checkin

Re: [gmx-users] installation of gromacs

2011-03-17 Thread Mark Abraham
On 17/03/11, Thomas Koller wrote: > Now I get this again: > > checking for fftw3.h... configure: error: Cannot find the default external > FFT library (fftw3). > > > > Please follow my way: > > i) I unpacke fftw and gromacs to two folders. > iii) I go the the fftw folder and make: >    

Re: [gmx-users] installation of gromacs

2011-03-17 Thread Tim Harder
Hi Thomas, the error you see indeed suggests that something is messed up with your compiler. In your case however I think that is due to the CPPFLAGS and LDFLAGS you set. Those sometimes mess with the configure makros. Try export CPPFLAGS= export LDFLAGS= export LD_LIBRARY_PATH= to erase what yo

Re: [gmx-users] installation of gromacs

2011-03-17 Thread Dommert Florian
On Thu, 2011-03-17 at 10:44 +0100, Thomas Koller wrote: > Hi Nuno, > > I have still problems with the insatllation of the 4.0.7 version. > > After unpacking of fftw and gromacs, I did: > > In the fftw folder: > > ./configure --prefix=$HOME/local/fftw3 --enable-sse --enable-shared > --enable-f

Re: [gmx-users] installation of gromacs

2011-03-17 Thread Diego Enry
Hi Thomas, please send the complete config.log. After you try what I suggest bellow. I guess the environment variables for compilers and libs are not set correctly, not your fault, we'll check on the config file. #make sure your're usnig bash bash #export the regular variables export CPPFLAGS="-

Re: [gmx-users] installation of gromacs

2011-03-16 Thread Mark Abraham
On 16/03/11, Thomas Koller wrote: > Hello, > > I did the procedure as described, but at the end of the configuration of > gromacs, I obtain this message: > > checking size of void*... configure: error: cannot compute sizeof (void*) > See `config.log' for more details. > > What is the proble

Re: [gmx-users] installation of gromacs

2011-03-14 Thread Dommert Florian
Hello, it seems FFTW3 is not installed in the LD_LIBRARY_PATH and/or the fftw3 headers can not be found. On Ubuntu, most likely the headers are not installed (available in the package libfftw3-dev). However it is really easy to compile FFTW3 yourself and install it inside your $HOME. Then you do n

Re: [gmx-users] installation of gromacs

2011-03-14 Thread Diego Enry
The most basic question is: did you install FFTW as root or superuser ? sudo make install If so, try to provide fftw /lib and /include locations (using CPPFLAGS and LDFLAGS) while configuring GMX. (from the Installation Instructions) setenv CPPFLAGS -I/home/joe/fftw/include setenv LDFLAGS -L/ho

Re: [gmx-users] installation of gromacs on windows using cygwin

2010-11-06 Thread Mark Abraham
On 5/11/2010 10:48 PM, bharat gupta wrote: I followed the same instructions given in the gromacs manual , step by step ... I first tried installing gromacs with the first command given in the manual and then again I installed with the options for FLAGS but finally ended up with the following er

Re: [gmx-users] installation of gromacs on windows using cygwin

2010-11-05 Thread Justin A. Lemkul
bharat gupta wrote: I think I was installing the linux version of fftw3 on windows .. I downloaded this file - fftw-3.2.2.pl1-dll32.zip for installation .. but ./configure command is not working for this file ... as I am getting the fol

Re: [gmx-users] installation of gromacs on windows using cygwin

2010-11-05 Thread bharat gupta
I think I was installing the linux version of fftw3 on windows .. I downloaded this file - fftw-3.2.2.pl1-dll32.zip for installation .. but ./configure command is not working for this file ... as I am getting the following error $ ./configure

Re: [gmx-users] installation of gromacs on windows using cygwin

2010-11-05 Thread bharat gupta
I followed the same instructions given in the gromacs manual , step by step ... I first tried installing gromacs with the first command given in the manual and then again I installed with the options for FLAGS but finally ended up with the following error in both the above mentioned conditions :-

Re: [gmx-users] installation of gromacs on windows using cygwin

2010-11-05 Thread Mark Abraham
On 5/11/2010 6:30 PM, bharat gupta wrote: Hi there .. I have been trying to install gromacs on windows using cygwin .. and after the installation of the fftw3 package , the moment i install the gromacs using the first command ./configure .. It gives an error that fftw3 package cannot be locat

Re: [gmx-users] installation of gromacs on windows using cygwin

2010-11-05 Thread Szilárd Páll
Hi, If you have installed fftw3 in the standard location it whould work out of the box. Otherwise, you have to set the LDFLAGS and CPPFLAGS to the library and include location respectively. However, there's one more thing I can think of: did you make sure that you compiled fftw3 in single precisi

Re: [gmx-users] Installation of gromacs on a cluster with gcc version 4.1.2

2010-10-05 Thread Jussi Lehtola
On Tue, 5 Oct 2010 20:03:41 +0530 (IST) ras...@chem.iitb.ac.in wrote: > Hi All, > > I want to install Gromacs 4.5.1 version on a cluster system (high > performance computing facility) in our institute. I don't have access > to root and thus, I have to install gromacs in my home directory. > > Th

RE: [gmx-users] Installation of gromacs on a cluster with gcc version 4.1.2

2010-10-05 Thread Berk Hess
Hi, We had issues with 4.1 series compilers, but we are not longer sure if there really are issues in 4.1.2 and 4.1.3. I would surely avoid 4.1.0 and 4.1.1. But we found that one or two issues in Gromacs only showed up with 4.1.2 and 4.1.3, but there were problems in Gromacs, not gcc. So we are

Re: [gmx-users] Installation of gromacs 4.0.5 on a Mac

2009-07-13 Thread Gunnar Widtfeldt
Thanks, It works, I had to create the .bash_profile with the line "source /usr/ local/gromacs/bin/GMXRC On Jul 13, 2009, at 10:47 PM, Justin A. Lemkul wrote: Gunnar Widtfeldt wrote: I couldn't find the shell configuration file so I created a file called .tschrc in my home folder with the

Re: [gmx-users] Installation of gromacs 4.0.5 on a Mac

2009-07-13 Thread Justin A. Lemkul
Gunnar Widtfeldt wrote: I couldn't find the shell configuration file so I created a file called .tschrc in my home folder with the line "source /usr/local/gromacs/bin/GMXRC Right, because you need to add it - the location of Gromacs is not a standard location. If you're on a Mac running 1

Re: [gmx-users] Installation of gromacs 4.0.5 on a Mac

2009-07-13 Thread David van der Spoel
Gunnar Widtfeldt wrote: I couldn't find the shell configuration file so I created a file called .tschrc in my home folder with the line "source /usr/local/gromacs/bin/GMXRC That didn't do it. Again I am new to unix commands. Try typing it on the command line or open a new terminal. Maybe th

Re: [gmx-users] Installation of gromacs 4.0.5 on a Mac

2009-07-13 Thread Gunnar Widtfeldt
I couldn't find the shell configuration file so I created a file called .tschrc in my home folder with the line "source /usr/local/ gromacs/bin/GMXRC That didn't do it. Again I am new to unix commands. On Jul 13, 2009, at 10:24 PM, Justin A. Lemkul wrote: Gunnar Widtfeldt wrote: HI. I h

Re: [gmx-users] Installation of gromacs 4.0.5 on a Mac

2009-07-13 Thread Justin A. Lemkul
Gunnar Widtfeldt wrote: HI. I have compiled and installed gromacs 4.0.5 on a mac running 10.5. I have also installed fftw-3.2.1 gsl-1.11 openmotif-2.3.1 and openmpi-1.2.8 Now, I think everything went fine with the installation (I didn't spot any terrible warning or errors) but since I'm new

Re: Re: Re: [gmx-users] Installation of Gromacs and speed...

2007-01-05 Thread Mark Abraham
> Thank you for the reply. I have some more queries: > So if I load Gromacs 3.3.1 on Octane will I gain on the time a bit ? Maybe... depends if there were any meaningful speed-ups in parts of the code you actually use. > Do you suggest me to update the Gromacs versions on both the systems to > Gr

Re: [gmx-users] Installation of Gromacs and speed...

2007-01-05 Thread sharada
Swamy Kakumani, Thank you for the reply. I am not working on the parallel machines, Linux version is Fedora Core 4 System's configuration is listed below in my previous mail. regards sharada -- Original Message -- From: swamy kakumani <[EMAIL PROTECTED]> To: [EMAI

Re: Re: Re: [gmx-users] Installation of Gromacs and speed...

2007-01-04 Thread sharada
Thank you for the reply. I have some more queries: So if I load Gromacs 3.3.1 on Octane will I gain on the time a bit ? Do you suggest me to update the Gromacs versions on both the systems to Gromacs 3.3.1? For this do I have to remove the older versions ? Will it ov

Re: [gmx-users] Installation of GROMACS

2006-11-28 Thread sebastien santini
Hello, I had the same problem (under fedora core 5 on a VMWare workstation) and solved it by deleting the natively installed fftw package and reinstall it using a rpm found on the web. Seb. Ansgar Esztermann a écrit : On Tue, Nov 28, 2006 at 08:59:42AM -0500, Mark Zottola wrote: I am

Re: [gmx-users] Installation of GROMACS

2006-11-28 Thread Ansgar Esztermann
On Tue, Nov 28, 2006 at 08:59:42AM -0500, Mark Zottola wrote: > I am trying to install GROMACS 3.3-1. the issue is that it is looking for > the libfftw3f.so.3 file. This file exists in /usr/lib. However, the rpm > install does not see this. I cannot find a way to see tha path that the rpm > wan

Re: [gmx-users] Installation of Gromacs into BG/L

2006-09-20 Thread Hiroshi Fujisaki
Dear Florian, Thanks for your help. It worked! I should have tried fftw-3.1.2 first ... Best wishes, > hi, > > On Wednesday 20 September 2006 16:07, Hiroshi Fujisaki wrote: > > Dear Gromacs users, > > > > I am now trying to install gromacs into our BlueGene facility, > > but I fail when I do ma

Re: [gmx-users] Installation of Gromacs into BG/L

2006-09-20 Thread Florian Haberl
hi, On Wednesday 20 September 2006 16:07, Hiroshi Fujisaki wrote: > Dear Gromacs users, > > I am now trying to install gromacs into our BlueGene facility, > but I fail when I do make. (configure seems to be fine.) > The link to the FFTW library does not seem to work. > I use fftw-2.1.5. I attach t