﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
36	SX Compilation Fails	frae	Michael Rennie	"I only run a local compilation on the SX at the moment. configure goes through but make yields:


{{{
[frae@sx615:ropp_tools2] make
Warning: No suffix list.
Making all in arrays
Making all in build
        f90 -I../build  -dW -I/data/nwp/sa/frae/ropp/nec//include 
        -c -o cpusec.etime.o `test -f '../flib/cpusec.etime.f90' || 
        echo './'`../flib/cpusec.etime.f90
../flib/cpusec.etime.f90:
        f90 -I../build  -dW -I/data/nwp/sa/frae/ropp/nec//include 
        -c -o arrays.o `test -f '../arrays/arrays.f90' || 
        echo './'`../arrays/arrays.f90
../arrays/arrays.f90:

f90: error(453): arrays.f90, line 147: Name ""onebyteint"" in initialization
                                       expression is not named constant.

.. and more onebyteint trouble
}}}

One NEC expert mentioned that the onebyteint problem should be solved with the -dW compilation flag, but apparently it does not. So we might have to remove all onebyteint stuff from ropp.

I attach this to no major milestone, but at least it is on the radar now."	defect	closed	minor	3.0	ropp_utils	0.8	wontfix		dave.offiler@…
