-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Here is text of two emails to CompX about building genray on fusiont5:
Still no luck. I tried your suggested makefile.
lrwxrwxrwx 1 dbh users 37 Nov 8 14:39 Makefile -> make_archive/makefile_gfortran.CentOS
I got essential the same error as before. Here’s the tail of the make output:
subroutine muller (f,eps,nsig,kn,nguess,n,x,itmax,infer,ier)
internal compiler error: in split_loop, at tree-ssa-loop-split.c:566
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-7/README.Bugs for instructions.
Makefile:89: recipe for target 'mullerfun2.o' failed
make: *** [mullerfun2.o] Error 1
What do you suggest? At David Green’s suggestion I’m going to open an issue on the CompX github repo on this.
DBB
On Nov 5, 2019, at 6:12 PM, Yuri Petrov petrov@compxco.com wrote:
Hi Don,
Try to use another makefile,
for example, makefile_gfortran.CentOS [09/23/2014, in /make_archive/ folder].
I think the error is from the "nowrite" pre-processing at the end of your
makefile. Not sure why. Just try to use a makefile without such
pre-processing.
Yuri
On Tue, November 5, 2019 2:11 pm, Batchelor, Donald B. wrote:
Yuri and Bob;
I did the update that Yuri sent and did get further with the build. But
not very far. An internal ocmpiler error??? Hereâ?Ts the make output:
dbh@fusiont5:~/genray$ make
cp mullerfun2.f temp_nw.f mpi/cmm -a temp_nw.f mpi/cmm -p WRITE
"write(,)"
temp_nw.f mpi/cmm -p PAUSE "pause" temp_nw.f gfortran -c -O3
-frecord-marker=4 -fno-align-commons -I /usr/include temp_nw.f -o
temp_nw.o temp_nw.f:135:72:
assign 20 to nn 1
Warning: Deleted feature: ASSIGN statement at (1)
temp_nw.f:141:72:
assign 25 to nn 1
Warning: Deleted feature: ASSIGN statement at (1)
temp_nw.f:148:72:
assign 30 to nn 1
Warning: Deleted feature: ASSIGN statement at (1)
temp_nw.f:173:72:
assign 30 to nn 1
Warning: Deleted feature: ASSIGN statement at (1)
temp_nw.f:183:72:
assign 40 to nn 1
Warning: Deleted feature: ASSIGN statement at (1)
temp_nw.f:224:14:
go to nn,(20,25,30,40) 1
Warning: Deleted feature: Assigned GOTO statement at (1)
temp_nw.f:84:0:
subroutine muller (f,eps,nsig,kn,nguess,n,x,itmax,infer,ier)
internal compiler error: in split_loop, at tree-ssa-loop-split.c:566
Please submit a full bug report,
with preprocessed source if appropriate. See
file:///usr/share/doc/gcc-7/README.Bugs for instructions.
Makefile:98: recipe for target 'mullerfun2.nwo' failed
make: *** [mullerfun2.nwo] Error 1