derf function

derf function

Portrait de jun-ya

Error function is often included in the intrinsic function of many compilers. It is 'erf'(or derf in double precision). I got an error termination when I used it.

Undefined reference to `derf_`

Is the 'erf' or 'derf' included in the intrinsic function of efc version 7.0?

Thank you for advance.
Jun-ya

3 posts / 0 nouveau(x)
Dernière contribution
Reportez-vous à notre Notice d'optimisation pour plus d'informations sur les choix et l'optimisation des performances dans les produits logiciels Intel.
Portrait de Steve Lionel (Intel)

No - erf and derf are defined for C but not for Fortran in 7.0. You can call the C version if you like. Just add:

real(8) derf
!dec$ attributes c,alias:"derf" :: derf

to your declarations section.

Steve

Steve
Portrait de Steve Lionel (Intel)

Oh, you said efc. Sorry - it's not implemented at all on Itanium yet. It should be there for a release late this year.

Steve

Steve

Connectez-vous pour laisser un commentaire.