Problems compiling nwchem with openSUSE, gcc, openmpi


Click here for full thread
Gets Around
These changes were inserted, maybe, but the result is the same
I made the above changes in the two files that were mentioned. I did this two ways: one with the "1." line numbers, and one without. Either way the make.log file ends with many error lines referring to DMatrix-mpi.F file. And only the depend.x file appears in /usr/local/nwchem-6.1.1/bin/LINUC_64 folder. Here are the last 40 lines or so of make.log:
`
....
Error: Unclassifiable statement at (1)
DMatrix-mpi.F:1373.5:

   >                   MPI_DOUBLE_PRECISION,MPI_SUM,                   
1
Error: Non-numeric character in statement label at (1)
DMatrix-mpi.F:1373.5:

   >                   MPI_DOUBLE_PRECISION,MPI_SUM,                   
1
Error: Unclassifiable statement at (1)
DMatrix-mpi.F:1374.5:

   >                   MPI_COMM_WORLD,ierr)                            
1
Error: Non-numeric character in statement label at (1)
DMatrix-mpi.F:1374.5:

   >                   MPI_COMM_WORLD,ierr)                            
1
Error: Unclassifiable statement at (1)
DMatrix-mpi.F:1375.1:

endif
1
Error: Non-numeric character in statement label at (1)
DMatrix-mpi.F:1375.1:

endif
1
Error: Unclassifiable statement at (1)
make[4]: *** [/usr/local/nwchem-6.1.1/lib/LINUX64/libnwpwlib.a(DMatrix-mpi.o)] Error 1
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [optimized] Error 2
make[2]: *** [subdirs] Error 1
make[1]: *** [subdirs] Error 1
make: *** [libraries] Error 1
`