Re: [OMPI users] Open MPI and Objective C

2011-09-20 Thread Barrett, Brian W
: Open MPI Users Subject: Re: [OMPI users] Open MPI and Objective C +1 You'll probably have to run "mpicc --showme" to see all the flags that OMPI is passing to the underlying compiler, and use those (or equivalents) to the ObjC compiler. On Sep 19, 2011, at 8:34 AM, Ralph Cas

Re: [OMPI users] Open MPI and Objective C

2011-09-19 Thread Beatty, Daniel D CIV NAVAIR, 474300D
-boun...@open-mpi.org] On Behalf Of Ralph Castain Sent: Monday, September 19, 2011 5:35 To: Open MPI Users Subject: Re: [OMPI users] Open MPI and Objective C Nothing to do with us - you call a function "NSLog" that Objective C doesn't recognize. That isn't an MPI function. On S

Re: [OMPI users] Open MPI and Objective C

2011-09-19 Thread Jeff Squyres
+1 You'll probably have to run "mpicc --showme" to see all the flags that OMPI is passing to the underlying compiler, and use those (or equivalents) to the ObjC compiler. On Sep 19, 2011, at 8:34 AM, Ralph Castain wrote: > Nothing to do with us - you call a function "NSLog" that Objective C d

Re: [OMPI users] Open MPI and Objective C

2011-09-19 Thread Ralph Castain
Nothing to do with us - you call a function "NSLog" that Objective C doesn't recognize. That isn't an MPI function. On Sep 18, 2011, at 8:20 PM, Scott Wilcox wrote: > I have been asked to convert some C++ code using Open MPI to Objective C and > I am having problems getting a simple Obj C progr

[OMPI users] Open MPI and Objective C

2011-09-18 Thread Scott Wilcox
I have been asked to convert some C++ code using Open MPI to Objective C and I am having problems getting a simple Obj C program to compile. I have searched through the FAQs and have not found anything specific. Is it an incorrect assumption that the C interfaces work with Obj C, or am I missi