Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

configure: WARNING: 'missing' script is too old or missing #13

Open
dappelha opened this issue Feb 11, 2019 · 2 comments
Open

configure: WARNING: 'missing' script is too old or missing #13

dappelha opened this issue Feb 11, 2019 · 2 comments

Comments

@dappelha
Copy link

I am trying to install this library on the SUMMIT supercomputer with the following configure script:

./configure --prefix=/ccs/home/dappelh/codes/p3dfft/p3dfft \
--enable-ibm \
--enable-fftw --with-fftw=$OLCF_FFTW_ROOT \
--enable-openmp \
FC=mpif90 CC=mpicc

I get this warning when configuring,

/ccs/home/dappelh/codes/p3dfft/p3dfft/missing: Unknown `--is-lightweight' option
Try `/ccs/home/dappelh/codes/p3dfft/p3dfft/missing --help' for more information
configure: WARNING: 'missing' script is too old or missing

and I get this error when trying to make:

CDPATH="${ZSH_VERSION+.}:" && cd . && aclocal-1.14 
/bin/sh: aclocal-1.14: command not found
@dappelha
Copy link
Author

It seems aclocal-1.14 is hardcoded into the makefile... changing to my version of auto-config and auto-make fixed this.

@dmitrypek
Copy link
Contributor

David,
I'm glad you could make it work. We will look into this problem too.
Please let us know if there is anything else we can do to make P3DFFT usage smoother.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants