1
1
Jeff Squyres f96fa5ee2a Fixes trac:3146: fix faulty configure tests (that were introduced with the
new Fortran revamp a few months ago) that failed when you compiled
with "ifort -i8".

The secret: "test $foo -eq 0" fails when $foo is sufficiently large.
So instead, use "test "$foo" = "0"".  expr does work with large
integers, though, so one "test -lt" was replaced with expr.

This commit was SVN r26715.

The following Trac tickets were found above:
  Ticket 3146 --> https://svn.open-mpi.org/trac/ompi/ticket/3146
2012-07-02 20:33:11 +00:00
..
2012-06-27 01:28:28 +00:00
2012-06-27 01:28:28 +00:00
2012-06-27 01:28:28 +00:00
2012-06-27 01:28:28 +00:00
2012-04-18 15:57:29 +00:00
2012-04-18 15:57:29 +00:00
2012-04-18 15:57:29 +00:00
2012-07-02 16:15:44 +00:00
2012-06-27 01:28:28 +00:00
2012-06-27 15:58:17 +00:00
2012-04-18 15:57:29 +00:00
2012-06-27 01:28:28 +00:00