Hi,
I am compiling Gromacs-5.0.6 with intel compiler but i am getting following error.
.....................................
In file included from /usr/local/cuda-7.0/include/crt/host_runtime.h(70),
from /opt/intel/composer_xe_2015.3.187/compiler/include/stddef.h(45):
/usr/local/cuda-7.0/include/crt/storage_class.h(141): remark #7: unrecognized token
#define __storage_auto__surf__ @@@ COMPILER @@@ ERROR @@@
^
In file included from /usr/local/cuda-7.0/include/crt/host_runtime.h(70),
from /opt/intel/composer_xe_2015.3.187/compiler/include/stddef.h(45):
/usr/local/cuda-7.0/include/crt/storage_class.h(141): remark #7: unrecognized token
#define __storage_auto__surf__ @@@ COMPILER @@@ ERROR @@@
...........................................................................................................
SYSTEM DETAILS
Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz (HASWELL ARCHITECTURE)
icc -v === icc version 15.0.3 (gcc version 4.4.7 compatibility)
mpiicc -v
mpiicc for the Intel(R) MPI Library 5.0 Update 3 for Linux*
Copyright(C) 2003-2015, Intel Corporation. All rights reserved.
icc version 15.0.3 (gcc version 4.4.7 compatibility)
CUDA-7.0 version
I am not able to find cause for this error. Please tell me where is the error?
Thanks