Document Actions
70. Binary data (endianness, ...)
Up to Table of Contents
Stallo is like all desktop PC's a little endian computer.
At the moment in NOTUR the only Big endian machine is njord.hpc.ntnu.no so Fortran sequential unformatted files create on njord cannot be read on stallo.
The best work around for this is to save yout file in a portable file format like netCDF or HDF5.
Both format's are supported on stallo, but you have to load its modules to use them:
module load netcdf or module load hdf5

