Why I am getting such error when compiling using jobcomp.
gfortran -c -O2 -mcmodel=medium -fdefault-real-8 -fdefault-double-8 -std=legacy partit._.f -o partit.o partit._.f:2359:31:
if (size .gt. 8*max_buff_size) then
1
Error: Arithmetic overflow at (1) partit._.f:2363:37:
& 'available:', 8*max_buff_size, 'Bytes.',
1
Error: Arithmetic overflow at (1) partit._.f:2505:33:
if (size .gt. 8*max_buff_size) then
1
Error: Arithmetic overflow at (1) partit._.f:2509:37:
& 'available:', 8*max_buff_size, 'Bytes.',
1
Error: Arithmetic overflow at (1) partit._.f:2512:21:
endif
1
Error: Expecting END DO statement at (1) partit._.f:2565:15:
endif ! <--series(i) .or. rec.eq.1
1
Error: Expecting END DO statement at (1) Makefile:245: recipe for target 'partit' failed make: * [partit] Error 1