[Pw_forum] Fatal Error: File 'mpif.h' not found.

Hongyi Zhao hongyi.zhao at gmail.com
Wed Apr 25 11:27:57 CEST 2007


> A small calculation intensive task for the linux calculator "bc"
> 
> -----
> $ bc
> define fac (x)
> {
>         res = 1
>         while (x > 1)
>         {
>                 res *=x;
>                 x -= 1;
>         }
>         return res;
> }
> fac (5000000)
> ------

Some hints on performing the above codes, will you?
---
Hongyi Zhao 
GnuPG DSA: 0xD108493B



More information about the users mailing list