-
Notifications
You must be signed in to change notification settings - Fork 19
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
mpi-serial configure.in and autoconf 2.69 #6
Comments
rob, it looks like "config.sub" is something in the top-level MCT autoconf setup... for autoconf and configure of the new mpi-serial, just ray On Dec 5, 2014, at 6:01 PM, Robert Jacob notifications@github.com wrote:
|
Generate mpi-serial/configure with autoconf 2.68 because 2.69 gives an error. See Issue #6
The only place I have autoconf 2.69 is my mac laptop. That might be the problem but I got the same error. CSI0350919:mpi-serial jacob$ autoconf -V Written by David J. MacKenzie and Akim Demaille. CSI0350919:mpi-serial jacob$ autoconf configure.in > configure CSI0350919:mpi-serial jacob$ ./configure |
this may be the problem: https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html On Dec 5, 2014, at 6:31 PM, Robert Jacob notifications@github.com wrote:
|
Generate mpi-serial/configure with autoconf 2.68 because 2.69 gives an error. See Issue #6
Removed tabs from mpif.h and added new constant, MPI_TAG_UB Added newer interfaces to README Removed redundant interface, mpi_op_create from collective.c make; make tests passes
b1b0bfd Merge pull request MCSclimate#10 from gold2718/add_version e2804c7 Fixed typo in print statement 1aa326e Added MPI_VERSION, MPI_SUBVERSION, and MPI_Get_Version 99df320 Merge branch `jedwards4b/jpe_add_mpi_type_create_hvector` (PR MCSclimate#2) 6d736e2 Merge branch 'gold2718/cleandoc' (PR MCSclimate#7) 94e39f8 Removed obsolete NOTES file c696f25 Merge branch gold2718/add_tag_ub (PR MCSclimate#6) 481ffe3 Removed tabs from mpif.h and added new constant, MPI_TAG_UB. Added newer interfaces to README Removed redundant interface, mpi_op_create from collective.c 0a44baa add mpi_type_create_hvector 1ef3693 Merge branch MCSclimate/rljacob/remove-eolwhite (PR MCSclimate#1) 8c02275 Remove all whitespace from end-of-line git-subtree-dir: mpi-serial git-subtree-split: b1b0bfd4d4b71abe071abbe6ccf01ece98d93ab0
After generating a configure from mpi-serial/configure.in with autoconf 2.69, an error occurs:
checking for ranlib... ranlib
configure: error: cannot run /bin/sh ./../config.sub
configure: error: ./configure failed for mpi-serial
autoconf 2.68 works fine.
The text was updated successfully, but these errors were encountered: