RES: [SCore-users] trying to use hosts with different number of processors

Gisele da Silva Craveiro gisele.craveiro at poli.usp.br
Sat Oct 18 03:54:52 JST 2003


Hi,

Here it's my simple test:
-------------------------
#include <stdio.h>
#define  N	32768
int  a[N], b[N];

main(){    
int  i, n, errors;

  #pragma omp parallel
  {
     printf("Hello World\n"); 
  }

}
----------------------------


I've compiled with:
omcc -omniconfig=scash -o teste test.c

Thanks in advance,


Gisele


-------------

Hi,

>But in the case which I've used the whole configuration
>(1 node with 4 processors and another one with 2),
>there's no response from the program.
>
>> root at taurus17 root]# scrun -nodes=1x4+1x2 ./teste
>   SCore-D 5.4.0 connected.
>   <0:0> SCORE: 6 nodes (1x4 and 1x2) ready.

Give me the source code of the program.

----
Atsushi HORI
SCore Developer
Swimmy Software, Inc.







More information about the SCore-users mailing list