I am having a design issue:My server application has 2 processes per node, 1
listener
and 1 worker.
Each listener monitors a specified port for incoming TCP
connections with the goal that on receipt of a request it will distribute it
over the workers in a SIMD fashion.
My probl
Hi Michael
Please see the attached updated patch to try for 1.5.3. I mistakenly free'd the
envar after adding it to the environ :-/
Thanks
Ralph
slurmd.diff
Description: Binary data
On Apr 28, 2011, at 2:31 PM, Michael Di Domenico wrote:
> On Thu, Apr 28, 2011 at 9:03 AM, Ralph Castain wro
On Fri, Apr 29, 2011 at 4:52 AM, Ralph Castain wrote:
> Hi Michael
>
> Please see the attached updated patch to try for 1.5.3. I mistakenly free'd
> the envar after adding it to the environ :-/
The patch works great, i can now see the precondition environment
variable if i do
mpirun -n 2 -host
On Fri, Apr 29, 2011 at 10:01 AM, Michael Di Domenico
wrote:
> On Fri, Apr 29, 2011 at 4:52 AM, Ralph Castain wrote:
>> Hi Michael
>>
>> Please see the attached updated patch to try for 1.5.3. I mistakenly free'd
>> the envar after adding it to the environ :-/
>
> The patch works great, i can no
On Apr 29, 2011, at 8:05 AM, Michael Di Domenico wrote:
> On Fri, Apr 29, 2011 at 10:01 AM, Michael Di Domenico
> wrote:
>> On Fri, Apr 29, 2011 at 4:52 AM, Ralph Castain wrote:
>>> Hi Michael
>>>
>>> Please see the attached updated patch to try for 1.5.3. I mistakenly free'd
>>> the envar af
Hi Michael
I'm told that the Qlogic contacts we used to have are no longer there. Since
you obviously are a customer, can you ping them and ask (a) what that error
message means, and (b) what's wrong with the values I computed?
You can also just send them my way, if that would help. We just nee
Certainly, i reached out to several contacts I have inside qlogic (i
used to work there)...
On Fri, Apr 29, 2011 at 10:30 AM, Ralph Castain wrote:
> Hi Michael
>
> I'm told that the Qlogic contacts we used to have are no longer there. Since
> you obviously are a customer, can you ping them and a
On Apr 29, 2011, at 1:21 AM, Randolph Pullen wrote:
> I am having a design issue:
> My server application has 2 processes per node, 1 listener and 1 worker.
> Each listener monitors a specified port for incoming TCP connections with the
> goal that on receipt of a request it will distribute it ov