8 строки
184 B
Plaintext
8 строки
184 B
Plaintext
|
#! /bin/sh
|
||
|
|
||
|
# Append ROMIO library dependencies to the global list
|
||
|
EXTERNAL_LIBS="$EXTERNAL_LIBS @LIBS@"
|
||
|
|
||
|
MPI_OFFSET_TYPE="@MPI_OFFSET_TYPE@"
|
||
|
FORTRAN_MPI_OFFSET="@FORTRAN_MPI_OFFSET@"
|