Hello Jakob,
> ~/Cactus/configs/parboil/config-data/cctk_Config.h(220): warning #2011:
> predefined meaning of "_Pragma" discarded
> # define _Pragma(x)
> ^
...
> ~/Cactus/arrangements/CactusBase/CoordBase/src/Domain.c(455): error:
> expected an expression
> for (int d=0; d<2*dim; ++d) {
> ^
These sound as if you are not using C99 but C89. For the intel compiler
you will have to add-std=c99 -ansi_alias -U__STRICT_ANSI__ to CFLAGS. You can use the file simfactory/mdb/optionslists/queenbee-mvapich2.cfg as a template for your own option list. It also uses the intel 11 compiler. Yours, Roland -- My email is as private as my paper mail. I therefore support encrypting and signing email messages. Get my PGP key from http://keys.gnupg.net.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Users mailing list [email protected] http://lists.einsteintoolkit.org/mailman/listinfo/users
