Building OpenMPI SWAN binary
rm -f *.o *.mod *.lst *.f *.for *.f90 swan.exe hcat.exe
make FOR=ftn FFLAGS=" -O1  " \
        FFLAGS90=" -O1  " \
                INCS="" LIBS="" swan.exe
make[1]: Entering directory '/lfs/h1/ops/prod/packages/nwps.v1.4.16/sorc/swan.fd'
ftn swmod1.f -c -O1   
ftn swmod2.f -c -O1   
ftn swmod3.f -c -O1   
ftn m_constants.f90 -c -O1   
ftn m_fileio.f90 -c -O1   
ftn serv_xnl4v5.f90 -c -O1   
ftn mod_xnl4v5.f90 -c -O1   
ftn SwanGriddata.f90 -c -O1   
ftn SwanGridobjects.f90 -c -O1   
ftn SwanCompdata.f90 -c -O1   
ftn swanmain.f -c -O1   
ftn swanpre1.f -c -O1   
ftn swanpre2.f -c -O1   
ftn swancom1.f -c -O1   
ftn swancom2.f -c -O1   
ftn swancom3.f -c -O1   
ftn swancom4.f -c -O1   
ftn swancom5.f -c -O1   
ftn swanout1.f -c -O1   
ftn swanout2.f -c -O1   
ftn swanser.f -c -O1   
ftn swanparll.f -c -O1   
ftn SwanReadGrid.f90 -c -O1   
ftn SwanReadADCGrid.f90 -c -O1   
ftn SwanReadTriangleGrid.f90 -c -O1   
ftn SwanReadEasymeshGrid.f90 -c -O1   
ftn SwanInitCompGrid.f90 -c -O1   
ftn SwanCheckGrid.f90 -c -O1   
ftn SwanCreateEdges.f90 -c -O1   
ftn SwanGridTopology.f90 -c -O1   
ftn SwanGridVert.f90 -c -O1   
ftn SwanGridCell.f90 -c -O1   
ftn SwanGridFace.f90 -c -O1   
ftn SwanPrintGridInfo.f90 -c -O1   
ftn SwanFindPoint.f90 -c -O1   
ftn SwanPointinMesh.f90 -c -O1   
ftn SwanBpntlist.f90 -c -O1   
ftn SwanPrepComp.f90 -c -O1   
ftn SwanVertlist.f90 -c -O1   
ftn SwanCompUnstruc.f90 -c -O1   
ftn SwanDispParm.f90 -c -O1   
ftn SwanPropvelX.f90 -c -O1   
ftn SwanSweepSel.f90 -c -O1   
ftn SwanPropvelS.f90 -c -O1   
ftn SwanTranspAc.f90 -c -O1   
ftn SwanTranspX.f90 -c -O1   
ftn SwanDiffPar.f90 -c -O1   
ftn SwanGSECorr.f90 -c -O1   
ftn SwanInterpolatePoint.f90 -c -O1   
ftn SwanInterpolateAc.f90 -c -O1   
ftn SwanInterpolateOutput.f90 -c -O1   
ftn SwanConvAccur.f90 -c -O1   
ftn SwanConvStopc.f90 -c -O1   
ftn SwanThreadBounds.f90 -c -O1   
ftn SwanFindObstacles.f90 -c -O1   
ftn SwanCrossObstacle.f90 -c -O1   
ftn SwanComputeForce.f90 -c -O1   
ftn SwanIntgratSpc.f90 -c -O1   
ftn ocpids.f -c -O1   
ftn ocpcre.f -c -O1   
ftn ocpmix.f -c -O1   
ftn swmod1.o swmod2.o swmod3.o m_constants.o m_fileio.o serv_xnl4v5.o mod_xnl4v5.o SwanGriddata.o SwanGridobjects.o SwanCompdata.o swanmain.o swanpre1.o swanpre2.o swancom1.o swancom2.o swancom3.o swancom4.o swancom5.o swanout1.o swanout2.o swanser.o swanparll.o SwanReadGrid.o SwanReadADCGrid.o SwanReadTriangleGrid.o SwanReadEasymeshGrid.o SwanInitCompGrid.o SwanCheckGrid.o SwanCreateEdges.o SwanGridTopology.o SwanGridVert.o SwanGridCell.o SwanGridFace.o SwanPrintGridInfo.o SwanFindPoint.o SwanPointinMesh.o SwanBpntlist.o SwanPrepComp.o SwanVertlist.o SwanCompUnstruc.o SwanDispParm.o SwanPropvelX.o SwanSweepSel.o SwanPropvelS.o SwanTranspAc.o SwanTranspX.o SwanDiffPar.o SwanGSECorr.o SwanInterpolatePoint.o SwanInterpolateAc.o SwanInterpolateOutput.o SwanConvAccur.o SwanConvStopc.o SwanThreadBounds.o SwanFindObstacles.o SwanCrossObstacle.o SwanComputeForce.o SwanIntgratSpc.o ocpids.o ocpcre.o ocpmix.o -O1   -o swan.exe  
make[1]: Leaving directory '/lfs/h1/ops/prod/packages/nwps.v1.4.16/sorc/swan.fd'
make hcat
make[1]: Entering directory '/lfs/h1/ops/prod/packages/nwps.v1.4.16/sorc/swan.fd'
make FOR=ifort FFLAGS=" -O1  " \
        FFLAGS90=" -O1  " hcat.exe
make[2]: Entering directory '/lfs/h1/ops/prod/packages/nwps.v1.4.16/sorc/swan.fd'
ifort swanhcat.f -c -O1   
ifort swanhcat.o -O1   -o hcat.exe
make[2]: Leaving directory '/lfs/h1/ops/prod/packages/nwps.v1.4.16/sorc/swan.fd'
make[1]: Leaving directory '/lfs/h1/ops/prod/packages/nwps.v1.4.16/sorc/swan.fd'
rm -f *.o *.mod *.lst *.f *.for *.f90 swan.exe hcat.exe