Yes, FFTW is the example of reference here! 

F.


Sent from Samsung Mobile

<div>-------- Original message --------</div><div>From: Markus Geimer 
<[email protected]> </div><div>Date:2016/07/22  15:08  (GMT+01:00) 
</div><div>To: [email protected] </div><div>Subject: Re: [easybuild] How 
to install different versions in one directory </div><div>
</div>Inge,

you can try something like

    configopts = [
        '',
        '--enable-openmp',
    ]

in the easyconfig file.  This should the do the full
configure/make/make install cycle twice with the same
prefix.  I think something like this is also used for
FFTW.

Markus

On 07/22/16 15:02, Inge Gutheil wrote:
> Hello,
> I know the subject sounds a bit crazy.
> What I want to ask is the following:
> The ELPA library can be configured with  --enable-openmp and without
> this option, and due to several defines the version
> without --enable-openmp is different from the version with
> --enable-openmp run with OMP_NUM_THREADS=1
> The libraries just get different names and there is an
> include/elpa-version for the one without and include/elpa_openmp-version
> for the other version
> All this is meant to be installed in the same directory, but you have to
> start two different configure make steps.
> Now if I try to install both versions in one directory I have the
> problem that either the second version does not run because there
> is already a modulefile found
> or the first version is deleted because I run eb --force
> Is there a chance to do two installs into the same directory without
> deleting the first one?
> Without easybuild this works without problems.
> Regards
> Inge
> 
> -- 
> -- 
> 
> Inge Gutheil
> Juelich Supercomputing Centre
> Institute for Advanced Simulation
> Forschungszentrum Juelich GmbH
> 52425 Juelich, Germany
> 
>       Phone:   +49-2461-61-3135
>       Fax:     +49-2461-61-6656
>       E-mail:[email protected]
> 
> 
> 
> ------------------------------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------------------------
> 
> Forschungszentrum Juelich GmbH
> 52425 Juelich
> Sitz der Gesellschaft: Juelich
> Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
> Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
> Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender),
> Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
> Prof. Dr. Sebastian M. Schmidt
> ------------------------------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------------------------------
> 
> 


-- 
Dr. Markus Geimer
Juelich Supercomputing Centre
Institute for Advanced Simulation
Forschungszentrum Juelich GmbH
52425 Juelich, Germany

Phone:  +49-2461-61-1773
Fax:    +49-2461-61-6656
E-mail: [email protected]
WWW:    http://www.fz-juelich.de/jsc/

Reply via email to