Hi -
This is pretty odd. I haven't gotten a chance to make the "official"
1.2 OS X package yet, so I havent run into this problem. I'll try to
replicate in the next day or two. In the mean time, just to make
sure, you are using the latest version of XCode, right?
Brian
On Apr 6, 2007
On Apr 6, 2007, at 10:42 AM, Bas van der Vlies wrote:
On Apr 6, 2007, at 6:18 PM, Jeff Squyres wrote:
On Apr 6, 2007, at 12:14 PM, Bas van der Vlies wrote:
Have you run into a situation where OMPI gets the wrong flags
because
it's not using pbs-config?
Yes, We install the torque header fil
On Apr 6, 2007, at 6:18 PM, Jeff Squyres wrote:
On Apr 6, 2007, at 12:14 PM, Bas van der Vlies wrote:
Have you run into a situation where OMPI gets the wrong flags
because
it's not using pbs-config?
Yes, We install the torque header files in /usr/include/torque and
the libraries in /usr/l
On Apr 6, 2007, at 12:14 PM, Bas van der Vlies wrote:
Have you run into a situation where OMPI gets the wrong flags because
it's not using pbs-config?
Yes, We install the torque header files in /usr/include/torque and
the libraries in /usr/lib. This setup does not work with openmpi
configure s
On Apr 6, 2007, at 2:14 PM, Jeff Squyres wrote:
On Apr 5, 2007, at 3:50 PM, Bas van der Vlies wrote:
I am just try to enable PBS /Torque support in Open MPI with
the --
with-tm option. My question is why the utility 'pbs-config' is not
used to determine the location of the include/libra
Hello,
In our lab we are installing OpenMPI onto our Apple cluster computer. The
cluster contains a couple of PowerPC G5 nodes and the new Intel Xeon
Xserves, all with a clean install of Mac OS X Server 10.4.8 , Xcode 2.4.1
and Sun Grid Engine 6 (so we're not using XGrid). Since we want to make it
On Apr 5, 2007, at 3:50 PM, Bas van der Vlies wrote:
I am just try to enable PBS /Torque support in Open MPI with the --
with-tm option. My question is why the utility 'pbs-config' is not
used to determine the location of the include/library directory. It
is standard included in the torque
On Apr 5, 2007, at 3:19 PM, Xie, Hugh wrote:
Have anyone attempt to integrate ompi with commercial grid scheduler
(e.g. Platform Symphony). The integration would be similar to
LoadLeveler. I am trying to understand if the integration can be done
simply without Platform Symphony's change their co
Hi,
I wrote the information below in my hostfile:
192.168.1.1 4 slots
192.168.1.2 4 slots
and I entered the command below in the directory which contains my
hostfile(my_host) :
~Administrator/PCal$ mpirun -np 8 -hostfile my_host --byslot hello
then the following information returned:
--