Re: [OMPI users] Beowulf cluster and openmpi

2008-11-05 Thread Daniel Gruner
o access "var_foo" in C code, you actually need to refer > >>>>> "var_foo_" in C code. If you define "var_foo" in a module in the > >>>>> FORTAN compiler, some FORTRAN compiler may append the module name > >>>

[OMPI users] bproc problems

2007-04-26 Thread Daniel Gruner
always fails, so this is a bug. The same occurs for all the codes that I have tried, both simple and complex. Thanks for your attention to this. Regards, Daniel -- Dr. Daniel Grunerdgru...@chem.utoronto.ca Dept. of Chemistry danie

Re: [OMPI users] Compile WRFV2.2 with OpenMPI

2007-04-27 Thread Daniel Gruner
s Division > > Lawrence Berkeley National Lab > > One Cyclotron Road, Mail-Stop 90-1116 > > Berkeley, CA 94720 > > Tel: 510-486-7551 > > Fax: 510-486-5686 > > > > > > > > ___ > >

Re: [OMPI users] bproc problems

2007-04-27 Thread Daniel Gruner
gt; main(int argc, char *agrv[]) > { >int amaster, aslave; > >if (openpty(&amaster, &aslave, NULL, NULL, NULL) < 0) { > printf("openpty() failed with errno = %d, %s\n", errno, strerror > (errno)); >} else { > printf("openpty()