Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Issue with synchronized Autotools project

On Thursday, March 03, 2016 12:00:09 PM ptp-user-request@xxxxxxxxxxx wrote:
> To (hopefully only temporarily) work around this limitation,
> I was thinking of specifying something like
> 
>    module purge && module load intel openmpi && configure
> 
> as the configure command (likewise for autogen).  I know that
> this is rather hackish and crying for inconsistencies as one
> has to keep the modules consistent in three places (configure,
> autogen, synchronize settings), but I'd really like to get
> this setup to work.
> 
> If you have any alternative suggestions -- or believe that
> I messed something up when configuring my project -- please
> let me know.
> 
> Thanks,
> Markus
> 

Markus,

I am frequently using cmake with PTP. I guess this is a similar situation
as for configure/autotools.

The cmake integration in Eclipse is unaware of PTP synchronized projects. 
Therefore I am using a wrapper script as a external make command.
This wrapper script decides whether to call cmake  + make, or only make.
This works quite smoothly.

I could not yet to convince anyone to keep such wrapper scripts in the 
general Eclipse PTP distribution. So every user is reinventing the wheel. 
-- 

Mit freundlichen Grüßen / Kind regards

Dr. Christoph Pospiech
High Performance & Parallel Computing
Phone: +49-351 86269826
Mobile: +49-171-765 5871
E-Mail: cpospiech@xxxxxxxxxx

Lenovo (Deutschland) GmbH
Meitnerstr. 9
D-70563 Stuttgart

Geschäftsführung: Bernhard Fauser
Sitz der Gesellschaft: Stuttgart
HRB-Nr.: 25189, AG Stuttgart
WEEE-Reg.-Nr.: DE79679404

Back to the top