View Single Post
  #1  
Old 03-27-2010, 07:53 PM
C++ C++ is offline
Senior Member
 
Join Date: Jun 2009
Posts: 18,248
Default execve problem: How to construct argument lists

I am hoping someone here can help me with a little bit of trouble using the execve() call. I have some code that needs to call an external script under CNL (Compute Node Linux, i.e. - Cray XT4/XT5). CNL is *extremely* lean and is missing enough libraries to make using something as common as...
__________________
C++
domain name forum
Reply With Quote