Hi all!

I'm trying to compile gromacs 3.3.1 on an Athlon64 (core venice) with the intel compiler (icc version 9.0.030). I've tried a lot of flags, and also no flags. All times I get the following error, after which everything fails:

.
.
.
/usr/local/intel/bin/icc -DHAVE_CONFIG_H -I. -I. -I../../../../src -c -o mknb_innerloop.o mknb_innerloop.c
mknb_innerloop.c(362): warning #188: enumerated type mixed with another type
                        mknb_func.coul=coulsave;
                                      ^

mknb_innerloop.c(363): warning #188: enumerated type mixed with another type
                        mknb_func.vdw=vdwsave;
                                     ^

/usr/local/intel/bin/icc -DHAVE_CONFIG_H -I. -I. -I../../../../src -c -o mknb_interactions.o mknb_interactions.c
/usr/local/intel/bin/icc -DHAVE_CONFIG_H -I. -I. -I../../../../src -o mknb mknb.o mknb_metacode.o mknb_common.o mknb_declarations.o mknb_outerloop.o mknb_innerloop.o mknb_interactions.o
rm -f kernel-stamp
./mknb   -software_invsqrt
>>> Gromacs nonbonded kernel generator (-h for help)
>>> Generating single precision functions in C.
>>> Using Gromacs software version of 1/sqrt(x).
make[5]: *** [kernel-stamp] Falha de segmentação
make[5]: Leaving directory `/home/johannes/src/gromacs/gromacs-3.3/src/gmxlib/nonbonded/nb_kernel'
make[4]: ** [all-recursive] Erro 1
.
.
.

Does anybody got such an error before? The program compiled well within gcc and pgi compilers.

Thanks in advance for everything! :D

Jones
_______________________________________________
gmx-users mailing list    gmx-users@gromacs.org
http://www.gromacs.org/mailman/listinfo/gmx-users
Please don't post (un)subscribe requests to the list. Use the 
www interface or send it to [EMAIL PROTECTED]
Can't post? Read http://www.gromacs.org/mailing_lists/users.php

Reply via email to