Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] PTP Eclipse and Intel Composer XE for Linux

I added a FAQ entry for this since it's a common question.
It was in the release notes several releases ago.
See if this helps (Greg, feel free to update it if it needs it)

http://wiki.eclipse.org/Parallel_Tools_Platform_FAQ#Q:_Eclipse_doesn.27t_seem_to_find_my_environment_variables_for_the_.5Bcompiler.2C_OpenMPI....5D


...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


Inactive hide details for Greg Watson ---09/26/2011 08:02:10 AM---You'll need to look at the documentation for your window systGreg Watson ---09/26/2011 08:02:10 AM---You'll need to look at the documentation for your window system. Every window system does it in a di


    From:

Greg Watson <g.watson@xxxxxxxxxxxx>

    To:

PTP User list <ptp-user@xxxxxxxxxxx>

    Date:

09/26/2011 08:02 AM

    Subject:

Re: [ptp-user] PTP Eclipse and Intel Composer XE for Linux

    Sent by:

ptp-user-bounces@xxxxxxxxxxx




You'll need to look at the documentation for your window system. Every window system does it in a different way. Mac OSX, for example, requires that you create an environment.plist file in ~/.MacOSX. I don't know what Linux requires, but it is probably different for Gnome, KDE, etc.

Greg

On Sep 26, 2011, at 8:45 AM, Vitaliy FEOKTISTOV wrote:

> Hello Greg,
>
> I tried to start Eclipse from the command line, it's ok, I can compile
> and Eclipse picks up the necessary paths.
> But I did not understand how to correctly create  a desktop link to
> start it from a window system.
> I did the script eclipse_run.sh file
> - cd /usr/lib eclipse
> - ./eclipse
> and ran this file as eclipse.desktop
> The paths do not picked by this way.
>
> Best,
> Vitaliy
>
>
>
>
> On Mon, Sep 26, 2011 at 9:30 AM, Greg Watson <g.watson@xxxxxxxxxxxx> wrote:
>> Eclipse does not necessarily pick up your path from your .bashrc. It depends on whether you start Eclipse from the command line or using a window system. Try starting Eclipse from the command line to see if the path is picked up correctly.
>>
>> Greg
>>
>> On Sep 24, 2011, at 10:21 PM, Vitaliy FEOKTISTOV wrote:
>>
>>> Hello,
>>>
>>> I'm new in using Eclipse and would like to ask the help on how to do
>>> Fortran and C projects using Intel Composer XE suite (Fortran, C/C++
>>> compilers, MKL and IDB) for Linux.
>>>
>>> I try to compile Fortran Hello World program but I have the following
>>> error
>>> /bin/sh: ifort: not found
>>> make: *** [test.o] Error 127
>>>
>>> There is no problem with Fortran environment variables
>>> I added $ source /opt/intel/... ia32 in my .bashrc
>>>
>>> That is Eclipse does not see the PATH to Fortran compiler, isn't it ?
>>>
>>> Could you help me to configure Ecplise with Intel Suite, please ?
>>>
>>> As these are my first steps with Eclipse could you point me out to the
>>> Eclipse tutorial videos, please ?
>>>
>>> Especially I'm interested in
>>> - Fortran and C/C++ projects
>>> - MPI and OpenMP projects
>>> - Remote projects
>>> - Profiling and Debuging
>>> (russian, french, english languages are ok for me)
>>>
>>> Thank you !
>>>
>>> Best,
>>> Vitaliy
>>> _______________________________________________
>>> ptp-user mailing list
>>> ptp-user@xxxxxxxxxxx
>>>
https://dev.eclipse.org/mailman/listinfo/ptp-user
>>
>> _______________________________________________
>> ptp-user mailing list
>> ptp-user@xxxxxxxxxxx
>>
https://dev.eclipse.org/mailman/listinfo/ptp-user
>>
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/ptp-user

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


GIF image

GIF image


Back to the top