[MOAB-dev] Fortran interface to MOAB
kanaev at ibrae.ac.ru
kanaev at ibrae.ac.ru
Fri Oct 25 16:55:08 CDT 2013
> Please give more information if your compilation/linking fails.
>
> If the linker errors are due to C++ or MPI linkage, add those
> appropriately and try again. If you still have problems, let us know.
I try to compile FindConnect.F from moab-4.6.0/examples/itaps with mpif77
with the following command:
mpif77 -O2 -I/soft/applications/moab/4.6.0/cnk-xl/V1R2M0-20130419/include
FindConnectF.F -L/soft/libraries/alcf/current/xl/ZLIB/lib
-L/soft/libraries/hdf5/1.8.10/cnk-xl/V1R2M0-20130405/lib
-L/soft/applications/moab/4.6.0/cnk-xl/V1R2M0-20130419/lib
-L/soft/apps/ibmcmp-feb2013/vacpp/bg/12.1/bglib64/
-L/soft/apps/ibmcmp-feb2013/vac/bg/12.1/bglib64/ -liMesh -lMOAB -lhdf5 -lz
-lm -libmc++ -lstdc++
the output is the following:
"FindConnectF.F", line 13.16: 1515-019 (S) Syntax is incorrect.
"FindConnectF.F", line 14.17: 1515-019 (S) Syntax is incorrect.
"FindConnectF.F", line 15.20: 1515-019 (S) Syntax is incorrect.
"FindConnectF.F", line 16.6: 1514-050 (S) Specification statement is out of
order. Statement is ignored.
"FindConnectF.F", line 17.6: 1514-050 (S) Specification statement is out of
order. Statement is ignored.
"FindConnectF.F", line 18.6: 1514-050 (S) Specification statement is out of
order. Statement is ignored.
"FindConnectF.F", line 19.6: 1514-050 (S) Specification statement is out of
order. Statement is ignored.
"FindConnectF.F", line 20.6: 1514-050 (S) Specification statement is out of
order. Statement is ignored.
"FindConnectF.F", line 21.6: 1514-050 (S) Specification statement is out of
order. Statement is ignored.
"FindConnectF.F", line 22.6: 1514-050 (S) Specification statement is out of
order. Statement is ignored.
"FindConnectF.F", line 23.6: 1514-050 (S) Specification statement is out of
order. Statement is ignored.
"FindConnectF.F", line 29.58: 1515-009 (E) Null literal string is not
permitted. A single blank is assumed.
** findconnect === End of Compilation 1 ===
1501-511 Compilation failed for file FindConnectF.F.
More information about the moab-dev
mailing list