[gmx-users] Compiling GROMACS w CUDA 5.0 problem

2013-05-26 Thread Jernej Zidar
Hi, I want to compile GROMACS to support CUDA. First I do a cmake: CMAKE_PREFIX_PATH=/scratch/ihpc/ihpczidj/local/bin/:/usr/local/CUDA/5.0/ cmake ../gromacs-4.6 -DGMX_GPU=ON -DGMX_MPI=ON -DGMX_THREAD_MPI=OFF -DGMX_OPENMP=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_INSTALL_PREFIX=/scratch/ihpc/ihpczidj/

[gmx-users] Compiling Gromacs

2013-04-23 Thread Maciej Masłyk
Dear all, I'm facing a problem when compiling Gromacs. This is the message I got: numa_malloc.c:117:73: error: expected ‘)’ before ‘Processor’ numa_malloc.c:118:78: error: expected ‘)’ before ‘ProcNumber’ numa_malloc.c:121:45: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ be

Re: [gmx-users] Compiling Gromacs 4.0.7 on AIX 5.3

2010-04-20 Thread Justin A. Lemkul
I've never worked with such architecture, but I do remember seeing a few posts in the past, some of which may be useful. Perhaps this one will hold some clues: http://lists.gromacs.org/pipermail/gmx-users/2007-April/027074.html Sorry I can't provide much more than this, but I thought I'd at

Re: [gmx-users] Compiling Gromacs 4.0.7 on AIX 5.3

2010-04-20 Thread Sebastien Morin
Hello again I followed your advices this time here's what I did : downloading gromacs 4.0.7 downloading fftw 2.1.5 initializing environment variables (modified to fit my configuration (pwr5) : export LDFLAGS='-L/usr/local/lib' export CPPFLAGS='-I/usr/local/include' export PATH=/usr/lpp/pp

[gmx-users] Compiling Gromacs 4.0.7 on AIX 5.3

2010-04-16 Thread Chris Neale
Dear Sebastien: Perhaps it's obvious, but can you confirm that you used the compilation options that I posted? My suggestion was not so much that you should try to compile 4.0.4 but that you should try the options that I posted. So if you used your original compilation commands with gromacs ve

Re: [gmx-users] Compiling Gromacs 4.0.7 on AIX 5.3

2010-04-16 Thread Sebastien Morin
Hi Chris. Thank you for your answer I tried the 4.0.4 version but unfortunately, it did better but new errors appeared anyway so what I test now is another version of FFTW (fftw-2.1.5.tar.gz) and the "make" command for gromacs 4.0.7 was a success so the question is : What will be the differe

[gmx-users] Compiling Gromacs 4.0.7 on AIX 5.3

2010-04-15 Thread chris . neale
This worked for me on AIX 5.3 for gromacs 4.0.4, I didn't try to compile any gromacs versions after that because we found that gromacs runs much better on Xeons and Opterons than it runs on power6's running AIX 5.3 If you have a problem specific to 4.0.7 (i.e. you can compile 4.0.4 alrigh

[gmx-users] Compiling Gromacs 4.0.7 on AIX 5.3

2010-04-15 Thread Sebastien Morin
Dear All, I have problems with Compiling Gromacs 4.0.7 on AIX 5.3 using gromacs 4.0.7 and fftw 3.2.2 here is what I do for FFTW : ./configure --enable-float make make install everything works fine after that, I do some variable settings : export CC='xlc_r' export F77='xlf_r' export FFL

Re: [gmx-users] compiling gromacs

2009-01-29 Thread Justin A. Lemkul
Pedro Alberto Valiente Flores wrote: Hi: I am trying to compile gromacs 4.03_mpi in ubuntu hardy. I use this comand-line: ./configure --enable-mpi --prefix=$HOME/software/gmx403 MPICC= $HOME/software/openmpi/bin/mpicc CPPFLAGS="-I $HOME/software/openmpi/include -I$HOME/software/fftw/include/"

[gmx-users] compiling gromacs

2009-01-29 Thread Pedro Alberto Valiente Flores
Hi: I am trying to compile gromacs 4.03_mpi in ubuntu hardy. I use this comand-line: ./configure --enable-mpi --prefix=$HOME/software/gmx403 MPICC= $HOME/software/openmpi/bin/mpicc CPPFLAGS="-I $HOME/software/openmpi/include -I$HOME/software/fftw/include/" LDFLAGS="-L$HOME/software/openmpi/lib -L$

Re: [gmx-users] Compiling Gromacs 4 using Intel Compilers

2008-11-06 Thread Mark Abraham
Mike Hanby wrote: Howdy, I'd like to use "--with-external-blas --with-external-lapack --with-fft=fftw3 --with-gsl" and the Intel v10.1 compilers on a Linux (Centos 5 x86_64) system. My question, do I first need to compile blas, lapack, fftw3 and gsl using the Intel compilers, or will the librar

[gmx-users] Compiling Gromacs 4 using Intel Compilers

2008-11-05 Thread Mike Hanby
Howdy, I'd like to use "--with-external-blas --with-external-lapack --with-fft=fftw3 --with-gsl" and the Intel v10.1 compilers on a Linux (Centos 5 x86_64) system. My question, do I first need to compile blas, lapack, fftw3 and gsl using the Intel compilers, or will the libraries that are already

Re: [gmx-users] compiling gromacs-3.3.1 on itanium2 with icc and ifort

2007-12-04 Thread Mark Abraham
> I had trouble compiling gromacs-3.3.1 parallel (but not serial) on > itanium2 until I found the following post: > > http://www.gromacs.org/pipermail/gmx-users/2004-February/009171.html > > And that solution was good... I now have a functional executable. > > To clarify, the solution was to do thi

[gmx-users] compiling gromacs-3.3.1 on itanium2 with icc and ifort

2007-11-30 Thread chris . neale
I had trouble compiling gromacs-3.3.1 parallel (but not serial) on itanium2 until I found the following post: http://www.gromacs.org/pipermail/gmx-users/2004-February/009171.html And that solution was good... I now have a functional executable. To clarify, the solution was to do this: export

RE: [gmx-users] Compiling GROMACS with FORTRAN?

2007-11-20 Thread Mike Hanby
D] On Behalf Of Ivano Eberini Sent: Friday, October 12, 2007 05:31 To: Discussion list for GROMACS users Subject: Re: [gmx-users] Compiling GROMACS with FORTRAN? Il giorno 12/ott/07, alle ore 11:29, David van der Spoel ha scritto: > Ivano Eberini wrote: >> Dear all, >> we have just instal

Re: [gmx-users] Compiling GROMACS with FORTRAN?

2007-10-12 Thread Ivano Eberini
Il giorno 12/ott/07, alle ore 11:29, David van der Spoel ha scritto: Ivano Eberini wrote: Dear all, we have just installed GROMACS-3.3.2 on a BlueGene (BG/L) cluster, compiling it without FORTRAN. Do you deem it could be better to recompile it adding "--enable- fortran"? the proof of the pu

Re: [gmx-users] Compiling GROMACS with FORTRAN?

2007-10-12 Thread David van der Spoel
Ivano Eberini wrote: Dear all, we have just installed GROMACS-3.3.2 on a BlueGene (BG/L) cluster, compiling it without FORTRAN. Do you deem it could be better to recompile it adding "--enable-fortran"? the proof of the pudding is in the eating. please try it. Thanks in advance for any sugg

[gmx-users] Compiling GROMACS with FORTRAN?

2007-10-12 Thread Ivano Eberini
Dear all, we have just installed GROMACS-3.3.2 on a BlueGene (BG/L) cluster, compiling it without FORTRAN. Do you deem it could be better to recompile it adding "--enable- fortran"? Thanks in advance for any suggestion. Best regards, Ivano -- Ivano Eberini Gruppo di Studio per la Proteomica

Re: [gmx-users] Compiling Gromacs on 64 bit windows platform...

2007-05-17 Thread Mark Abraham
Kedar Potdar wrote: I think, i forgot to mention that i am trying to compile GROMACS on native windows and not on Cygwin... That's going to make it hard to interest people in helping you, since probably nobody has done that before, and with the availability of cygwin few people have an incent

Re: [gmx-users] Compiling Gromacs on 64 bit windows platform...

2007-05-17 Thread Kedar Potdar
I think, i forgot to mention that i am trying to compile GROMACS on native windows and not on Cygwin... On 5/17/07, Mark Abraham <[EMAIL PROTECTED]> wrote: Kedar Potdar wrote: > Hi guys, > > I am trying to compiler GROMACS onto 64 bit windows platform with AMD > Opteron Machine with Windows 200

Re: [gmx-users] Compiling Gromacs on 64 bit windows platform...

2007-05-17 Thread Mark Abraham
Kedar Potdar wrote: Hi guys, I am trying to compiler GROMACS onto 64 bit windows platform with AMD Opteron Machine with Windows 2003 Server R2. It may sound pretty basic but i am not able to figure out... I could see assembly code in nonbonded directory and i am trying to write makefile t

[gmx-users] Compiling Gromacs on 64 bit windows platform...

2007-05-17 Thread Kedar Potdar
Hi guys, I am trying to compiler GROMACS onto 64 bit windows platform with AMD Opteron Machine with Windows 2003 Server R2. It may sound pretty basic but i am not able to figure out... I could see assembly code in nonbonded directory and i am trying to write makefile to build the same but i am

Re: [gmx-users] compiling gromacs with cygwin

2006-04-15 Thread Yang Ye
Shall be the same as linux. But locate first where the FFTW's include and lib are. And add them respectively in CFLAGS=-I{include} LDFLAGS=-L{lib} Yang Ye Vanessa Oklejas wrote: Hi All, I want to get gromacs v 3.1.0 running on my PC via cygwin. I have been able to compile fftw-3.0.1 but, w

RE: [gmx-users] compiling gromacs with cygwin

2006-04-13 Thread MAKOTO ISHIKAWA
l 14, 2006 8:02 AM > To: gmx-users@gromacs.org > Subject: [gmx-users] compiling gromacs with cygwin > > > Hi All, > > I want to get gromacs v 3.1.0 running on my PC via cygwin. I have > been able to compile fftw-3.0.1 but, when I try to execute the > conf

Re: [gmx-users] compiling gromacs with cygwin

2006-04-13 Thread David Mobley
I'm pretty sure that GROMACS prior to version 3.3 requires FFTW version 2 and won't work with FFTW 3. 3.3 and later are compatible with either version. David On 4/13/06, Vanessa Oklejas <[EMAIL PROTECTED]> wrote: > Hi All, > > I want to get gromacs v 3.1.0 running on my PC via cygwin. I have >

[gmx-users] compiling gromacs with cygwin

2006-04-13 Thread Vanessa Oklejas
Hi All, I want to get gromacs v 3.1.0 running on my PC via cygwin. I have been able to compile fftw-3.0.1 but, when I try to execute the configure file, it terminates when it tries (unsuccessfully) to find the fftw library. Anyone have experience with this? Thanks, Vanessa ___