Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] FW: advanced tools call today

The spawner error is unrelated I think. This occurs when CDT does not have support for a particular platform.

Greg

On Feb 10, 2010, at 12:17 PM, Jay Alameda wrote:

> I guessed that the general include path isn't set - not having had a
> chance to try 3.0.1 yet.  Does that sound right?  I've never seen the
> spawner error though -- in the forwarded mail....
> 
> Thanks,
> 
> Jay
> 
> 
> -----Original Message-----
> From: Steven R. Brandt [mailto:sbrandt@xxxxxxxxxxx] 
> Sent: Tuesday, February 09, 2010 5:14 PM
> To: Jay Alameda
> Cc: 'Erik Schnetter'; 'Gabrielle Allen'; 'Jay Alameda'
> Subject: Re: advanced tools call today
> 
> I've downloaded and installed all of that. I then created a simple C 
> project with the file MPI_pi.c:
> 
> #include "mpi.h"
> 
> int main() {
> }
> 
> It shows "mpi.h" as unresolved despite the fact that 
> Project>Properties>C/C++ General>Configure Workspace Settings...> 
> Parallel Tools > Parallel Language Development Tools> MPI
> 
> has MPI the MPI include path and compilers set, as well as the box 
> "Recognize MPI Artifacts by prefix MPI_ alone? checked.
> 
> I thought, perhaps, this was a problem with the editor but when I click 
> on Project>Build All
> 
> I get: $ java.lang.UnsatisfiedLinkError: no spawner in java.library.path
>     at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1678)
>     at java.lang.Runtime.loadLibrary0(Runtime.java:840)
>     at java.lang.System.loadLibrary(System.java:1047)
>     ...
> 
> Possibly I'm overlooking something obvious.
> 
> Cheers,
> Steve
> 
> On 02/09/2010 04:44 PM, Jay Alameda wrote:
>> Steve,
>> 
>> I'd go to the downloads page for PTP (available from
> www.eclipse.org/ptp)
>> to download the components; I'd follow the release notes to get started
> -
>> see http://wiki.eclipse.org/PTP/release_notes/3.0.  This will get you
>> fairly far down the road.  We can help you then get familiar with the
>> basics - we do have tutorials linked off the main PTP page as well, a
> bit
>> lengthy but they would also get you going.
>> 
>> Also, are you targeting a local installation (eg a mac or linux box
>> perhaps with openMPI) to get started?  That would be probably good, to
>> avoid the complicated remote issues -
>> 
>> Jay
>> 
>> 
>> -----Original Message-----
>> From: Steven R. Brandt [mailto:sbrandt@xxxxxxxxxxx]
>> Sent: Tuesday, February 09, 2010 4:38 PM
>> To: Jay Alameda
>> Cc: 'Erik Schnetter'; 'Gabrielle Allen'; 'Jay Alameda'
>> Subject: Re: advanced tools call today
>> 
>> Where should I go for help with getting PTP working?
>> 
>> Cheers,
>> Steve
>> 
>> On 02/08/2010 11:18 AM, Jay Alameda wrote:
>> 
>>> Thank you, Erik - and look forward to Steve joining today.
>>> 
>>> Jay
>>> 
>>> 
>>> 
>>> -----Original Message-----
>>> From: Erik Schnetter [mailto:schnetter@xxxxxxxxxxx]
>>> Sent: Monday, February 08, 2010 11:13 AM
>>> To: Jay Alameda
>>> Cc: Gabrielle Allen; Steve Brandt
>>> Subject: Re: advanced tools call today
>>> 
>>> On Feb 8, 2010, at 10:48 , Jay Alameda wrote:
>>> 
>>> 
>>> 
>>>> Dear Advanced Tools Collaborators:
>>>> 
>>>> We will be having our bi-weekly call today, at noon CST/1pm EST -
> sorry
>>>> 
>>>> 
>>> for the short notice.  Topics that we have queued up are:
>>> 
>>> 
>>>> .         Discussion of the external tools feedback view
>>>> .         Remote support
>>>> 
>>>> Also, here is a request for Scott Lathrop - for use of PTP this summer
>>>> 
>> -
>> 
>>>> -------
>>>> I'd like to talk with you (next week) about whether to include Eclipse
>>>> 
>>>> 
>>> in this summer's Scaling to Petascale summer school.
>>> 
>>> 
>>>> Is the tool ready for this?  Who could we tap to conduct the training?
>>>> 
>>>> Scott
>>>> 
>>>> _________________________________________
>>>> Scott Lathrop
>>>> Blue Waters Technical Program Manager for Education TeraGrid Area
>>>> 
>>>> 
>>> Director for Education, Outreach and Training
>>> 
>>> 
>>>> 217-714-2517
>>>> 
>>>> ------
>>>> 
>>>> We will be using Room 4000 NCSA as well as toll free: 1-866-210-1669
>>>> 
>>>> passcode: 4210616
>>>> 
>>>> Please let me know if you have any additional agenda items -
>>>> 
>>>> 
>>> Jay
>>> 
>>> Steve Brandt from LSU will join the call today.  Steve will work on the
>>> LSU deliverables (including Cactus, Eclipse, remote access).
>>> 
>>> -erik
>>> 
>>> 
>>> 
>>> 
>> 
> 
> _______________________________________________
> ptp-user mailing list
> ptp-user@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/ptp-user



Back to the top