Thanks guys! I have already used it https://github.com/hpcugent/easybuild-easyconfigs/pull/1815
Regards, Jordi On 24 July 2015 at 23:05, Markus Geimer <[email protected]> wrote: > Jordi, > > According to http://easybuild.readthedocs.org/en/latest/eb_a.html > 'modaliases' is your friend. > > Markus > > > On 07/24/2015 12:15 PM, Alan O'Cais wrote: > > That definitely exists for use within easyblocks, e.g., in impi.py: > > if self.cfg['set_mpi_wrapper_aliases_intel'] or > > self.cfg['set_mpi_wrappers_all']: > > # do the same for mpiicc/mpiipc/mpiifort to be consistent, > > even if they may not exist > > txt += self.module_generator.set_alias('mpiicc', 'mpiicc > > -cc=icc') > > txt += self.module_generator.set_alias('mpiicpc', 'mpiicpc > > -cc=icpc') > > txt += self.module_generator.set_alias('mpiifort', 'mpiifort > > -cc=ifort') > > Not sure if you can access this through an easyconfig though? > > > > Alan > > > > On 24 July 2015 at 11:49, Jordi Blasco <[email protected] > > <mailto:[email protected]>> wrote: > > > > Hi, > > > > is there something like the modextrapaths, to add an alias in the > > module file? > > > > Thanks. > > > > Regards, > > > > Jordi > > -- > 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 > > > > ------------------------------------------------------------------------------------------------ > > ------------------------------------------------------------------------------------------------ > 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 > > ------------------------------------------------------------------------------------------------ > > ------------------------------------------------------------------------------------------------ > >

