Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] Convert to Synchronized project using remote xlC compiler toolchain

Hi Beth

Could you try changing the Remote configurations toolchain to Remote XL C/C++ Tool Chain? (on the properties page: C/C++ Build, Tool Chain Editor).
Afterwards, be sure to change the builder back to the Sync Builder.


Thanks
John

On Wed, Sep 21, 2011 at 11:39 AM, Beth Tibbitts <tibbitts@xxxxxxxxxx> wrote:

I'm having trouble converting a local C/C++ project to a sync project that needs the xlC toolchain on the remote system.
I made the original local project specify the xlC/C++ toolchain (not remote).  The remote machine is Linux.
    I did not modify the default locations of xlc or the version
It's an MPI program, not that it matters.  "Shallow" our typical PTP tutorial exercise.
when i convert it, get the makefile to get called and no build errors,

I have the remote project building
but am getting some errors like "Cannot run program '/xlc' and 'xlC' "  
and what looks like some other problems.
Any ideas?
I do not get this problem when i specify e.g. Mac GCC toolchain on the local project, then the remote system in Linux and GCC.
l

I still get the above even If I change project properties, C/C++ Build, XlC/C++ compiler, compiler root path to be correct.
(xlC is in my path and can be found by command line on the remote sys)
This part of project properties looked like it dealt with local only, but does the sync project take it to use it?

It does appear to have built ok, i have .o's and executable.

Any idea what's going on?


...Beth

Beth Tibbitts
Eclipse Parallel Tools Platform  http://eclipse.org/ptp
IBM STG - High Performance Computing Tools
Mailing Address:  IBM Corp., 745 West New Circle Road, Lexington, KY 40511


_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


JPEG image


Back to the top