Subject: [Boost-build] Testing Cray
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2012-05-01 14:58:46


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?

Thanks.

-- Noel