ofi-cray / fab-utils

Random useful stuff for using and developing the libfabric GNI provider
1 stars 7 forks source link

SNAP needs to handle longer file names #14

Closed tenbrugg closed 8 years ago

tenbrugg commented 8 years ago

In global.f90, longer file names need to be accomodated.

!_______________________________________________________________________
!
! File names and unit numbers.
!
! ifile       - input file name
! iunit       - input file unit number
! ofile       - output file name
! ounit       - output file unit number
!_______________________________________________________________________

  CHARACTER(LEN=64) :: ifile, ofile
tenbrugg commented 8 years ago

The script to run apps was changed to accommodate this limitation. A note has been added to the build instructions for SNAP should the limit become an issue again in the future