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