Re: [gmx-users] cmake fails with custom gcc version

2019-11-04 Thread Mahmood Naderan
Yes. the compiler is correct. However the system is centos 6.9 and it is pretty old and I am sure I will face further problems.So, I have to change the system.Anyway, thanks. Regards, Mahmood On Sunday, November 3, 2019, 10:43:44 AM GMT+3:30, David van der Spoel wrote: Den 2019-11-

Re: [gmx-users] cmake fails with custom gcc version

2019-11-03 Thread David van der Spoel
Den 2019-11-02 kl. 14:25, skrev Mahmood Naderan: Hi, Although I have specified a custom CC and CXX path, the cmake command fails with an error. $ cmake .. -DGMX_GPU=on -DCMAKE_INSTALL_PREFIX=../single61 -DGMX_BUILD_OWN_FFTW=ON -DGMX_CUDA_TARGET_SM=61 -DCMAKE_C_COMPILER=/home/mahmood/tools/gcc

[gmx-users] cmake fails with custom gcc version

2019-11-02 Thread Mahmood Naderan
Hi, Although I have specified a custom CC and CXX path, the cmake command fails with an error. $ cmake .. -DGMX_GPU=on -DCMAKE_INSTALL_PREFIX=../single61 -DGMX_BUILD_OWN_FFTW=ON -DGMX_CUDA_TARGET_SM=61 -DCMAKE_C_COMPILER=/home/mahmood/tools/gcc-6.1.0/bin/gcc -DCMAKE_CXX_COMPILER=/home/mahmood/