Boost logo

Boost-Build :

Subject: Re: [Boost-build] [EXTERNAL] Re: Testing Cray
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2012-05-01 18:47:22


On May 1, 2012, at 4:16 PM, Steven Watanabe wrote:

> AMDG
>
> On 05/01/2012 11:58 AM, Belcourt, Kenneth wrote:
>> Hi,
>>
>> On the cray, I need to run compiled / linked targets using a special command (aprun). I'm looking for a way to modify execunix.c to identify built targets from all other targets that are run so I can invoke built targets correctly on this machine using aprun, rather than /bin/sh as we do by default.
>>
>> Is there some information in the state structure or someplace else I can use to identify when a target is built as opposed to a mkdir, cp, or similar non-built command?
>>
>
> Does <testing.laucher>aprun work?

Hi Steven,

No, it doesn't seem to have any observable effect. When I dump out the argv[] array where execvp is called, aprun never shows up.

-- Noel


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk