- added DIRECT_IO_FACTOR for SX NEC computers

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@5868 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
ccavazzoni 2009-08-28 10:45:07 +00:00
parent d632984fbc
commit 75c405c857
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ subroutine diropn (unit, extension, recl, exst)
!
#if defined(__ALPHA)
# define DIRECT_IO_FACTOR 2
#elif defined(__SX6)
# define DIRECT_IO_FACTOR 1
#else
# define DIRECT_IO_FACTOR 8
#endif