#little_endian和big_endian的区别以及fortran runtime error
##Big and Little Endian
##Fortran Runtime Error
编译时出现In call to SUB, an array temporary was created for argument #1
,是因为传递的数组里面的值得地址是不连续的。
参考链接: Big and Little Endian Inter Developer Zone stackoverflow