[GRASS-user] Parallel Grass job

2012-02-15 Thread Ripsime Khachatryan
I'm new to GRASS. I want to parallelize a program (Grass script), but keep getting the following error.  copmpi.c:7:17: error: mpi.h: No such file or directory copmpi.c: In function ‘main’: copmpi.c:177: error: redeclaration of ‘row’ with no linkage copmpi.c:45: error: previous declaration of ‘ro

[GRASS-user] Parallel Grass job

2012-02-20 Thread Ripsime Khachatryan
I'm new to GRASS. I want to parallelize a program (Grass script), but keep getting the following error.  copmpi.c:7:17: error: mpi.h: No such file or directory copmpi.c: In function ‘main’: copmpi.c:177: error: redeclaration of ‘row’ with no linkage copmpi.c:45: error: previous declaration of ‘ro

Re: [GRASS-user] Parallel Grass job

2012-02-20 Thread Stephen Sefick
From a quick look- I would say you need to install the mpi libraries and build grass with them. But I may be way off. Stephen On Mon 20 Feb 2012 05:26:16 AM CST, Ripsime Khachatryan wrote: I'm new toGRASS.I want toparallelizea program (Grassscript), butkeep gettingthe following error. copm