Skip to Content.
Sympa Menu

forum - Re: [abinit-forum] Compilation on IBM Power6+

forum@abinit.org

Subject: The ABINIT Users Mailing List ( CLOSED )

List archive

Re: [abinit-forum] Compilation on IBM Power6+


Chronological Thread 
  • From: Yann Pouillon <yann.pouillon@ehu.es>
  • To: forum@abinit.org
  • Subject: Re: [abinit-forum] Compilation on IBM Power6+
  • Date: Wed, 11 Nov 2009 17:23:56 +0100
  • Organization: European Theoretical Spectroscopy Facility (ETSF)

Hi,

Le Wed, 11 Nov 2009 16:57:07 +0100 (CET), Lai Jiang <jianglai@sas.upenn.edu>
a écrit :

> Hi forks, I'm trying to compile v5.8.4 on a IBM P6+ cluster. My
> configuration is as follows:
>
> ./configure FC=mpxlf90_r --enable-mpi=yes --disable-all-plugins
> --prefix=$HOME
>
> However the compilation created error when it tries to do the install [...]

This is a problem related to the mkdir command, which behaves non-standardly
on your system.

Look whether you have a gmkdir command on your system, in which case type:

export MKDIR_P="gmkdir -p"

before running configure. If you don't have gmkdir, you may try with:

export MKDIR_P="mkdir -p"

and cross fingers.

Forkingly yours, ;-)

Yann.

--
Yann Pouillon European Theoretical Spectroscopy Facility (ETSF)
Tel: (+34) 943 01 83 94 Centro Joxe Mari Korta, Avenida de Tolosa, 72
Fax: (+34) 943 01 83 90 20018 Donostia-San Sebastián (Gipuzkoa)
Web: http://www.etsf.es/ España



Archive powered by MHonArc 2.6.16.

Top of Page