in a TODO file.
the setting up a default fallback (on the fakempi.c side) when configure does not guess the fortran subroutines mangling sheme.
psblas3-type-indexed
Michele Martone 14 years ago
parent 5bbcff2770
commit 96a9f7ffbc

@ -0,0 +1,4 @@
A proposed list of problems.
20110404 shall set up a fallback (./configure-backed) scheme when the mangling scheme does not get guessed by ./configure;

@ -2,6 +2,22 @@
#include <stdio.h>
#include <string.h>
#ifndef LowerUnderscore
#ifndef LowerDoubleUnderscore
#ifndef LowerCase
#ifndef UpperUnderscore
#ifndef UpperDoubleUnderscore
#ifndef UpperCase
#define LowerUnderscore 1 /* 20110404 the default */
/* #error "should specify a default mangling scheme" */
#endif
#endif
#endif
#endif
#endif
#endif
#ifdef LowerUnderscore
#define mpi_wtime mpi_wtime_
#define mpi_send mpi_send_

Loading…
Cancel
Save