Skip to content

OpenLB 0.9 problems with precompiled files

OpenLB – Open Source Lattice Boltzmann Code Forums on OpenLB General Topics OpenLB 0.9 problems with precompiled files

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1788
    astrohome
    Member

    Hi guys,rnrnI was trying to compile OpenLB in Centos 7 using G++ v4.8.3-9 but it fails on almost all the files in /build/precompiled/dep.rnrnThe reason is that there are a lot of typos in these files, for example:rnrnblockLatticeBaseF3D.d lines 132-134rnrn

    Code:
    ../../src/functors/blockLatticeCalcF3D.hrntticeLocalF3D.h rn ../../src/functors/blockLatticeCalcF3D.h

    rnrnI doubt that there is a file named “”tticeLocalF3D.h””.rnrnI suppose it should be like that:rnrn

    Code:
    ../../src/functors/blockLatticeCalcF3D.h [b][/b]rn[b] ../../src/functors/blockLa[/b]tticeLocalF3D.h rn ../../src/functors/blockLatticeCalcF3D.h
    #2203
    astrohome
    Member

    Please find the full log of command “”make -j8″” : http://pastebin.com/2GnaFamL

    #2204
    Leaf
    Member
    Quote:
    Quote from astrohome on July 16, 2015, 13:13rnPlease find the full log of command “”make -j8″” : http://pastebin.com/2GnaFamL

    rnrnHey, astrohome, rnI can’t open the link you posted. Could you paste a detail description of one error in text or send me a copy directly. Maybe I can help find something.

    #2205
    astrohome
    Member

    Hi, openlb12.rnrnI’ll try to post here:rnrn

    Code:
    14:54:32 [546Mb@local-08 ~/tmp/olb-0.9r0]$ make -j8rnBuild libolb.a:rn————————————————————-rn– Entering src/boundary (depend)rn————————————————————-rn– Entering src/boundary (compile)rnar: création de build/precompiled/lib/libolb.arnar: build/precompiled/obj/*.o: Aucun fichier ou dossier de ce typernmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/boundary »rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/boundary »rnmake: *** [build/precompiled/lib/libolb.a] Erreur 1rnmake: *** Attente des tâches non terminées….rnCreate dependencies for boundaryCondition2D.cpprnCompile boundaryCondition2D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c boundaryCondition2D.cpp -o ../../build/precompiled/obj/boundaryCondition2D.ornCreate dependencies for boundaryCondition3D.cpprnCompile boundaryCondition3D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c boundaryCondition3D.cpp -o ../../build/precompiled/obj/boundaryCondition3D.ornCompile boundaryPostProcessors2D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c boundaryPostProcessors2D.cpp -o ../../build/precompiled/obj/boundaryPostProcessors2D.ornCompile boundaryPostProcessors3D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c boundaryPostProcessors3D.cpp -o ../../build/precompiled/obj/boundaryPostProcessors3D.ornCreate dependencies for boundaryPostProcessors2D.cpprnCompile extendedFiniteDifferenceBoundary2D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c extendedFiniteDifferenceBoundary2D.cpp -o ../../build/precompiled/obj/extendedFiniteDifferenceBoundary2D.ornCreate dependencies for boundaryPostProcessors3D.cpprnCreate dependencies for extendedFiniteDifferenceBoundary2D.cpprnCompile extendedFiniteDifferenceBoundary3D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c extendedFiniteDifferenceBoundary3D.cpp -o ../../build/precompiled/obj/extendedFiniteDifferenceBoundary3D.ornCreate dependencies for extendedFiniteDifferenceBoundary3D.cpprnCreate dependencies for inamuroAnalyticalDynamics.cpprnCreate dependencies for inamuroBoundary2D.cpprnCreate dependencies for inamuroBoundary3D.cpprnCreate dependencies for inamuroNewtonRaphsonDynamics.cpprnCreate dependencies for momentaOnBoundaries2D.cpprnCreate dependencies for momentaOnBoundaries3D.cpprnCreate dependencies for offBoundaryCondition2D.cpprnCreate dependencies for offBoundaryCondition3D.cpprnCreate dependencies for offBoundaryPostProcessors2D.cpprnCreate dependencies for offBoundaryPostProcessors3D.cpprnCreate dependencies for superBoundaryCondition2D.cpprnCompile inamuroAnalyticalDynamics.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c inamuroAnalyticalDynamics.cpp -o ../../build/precompiled/obj/inamuroAnalyticalDynamics.ornCreate dependencies for superBoundaryCondition3D.cpprnCreate dependencies for superOffBoundaryCondition2D.cpprnCreate dependencies for superOffBoundaryCondition3D.cpprnCreate dependencies for zouHeBoundary2D.cpprnCreate dependencies for zouHeBoundary3D.cpprnCreate dependencies for zouHeDynamics.cpprnCompile inamuroBoundary2D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c inamuroBoundary2D.cpp -o ../../build/precompiled/obj/inamuroBoundary2D.ornCompile inamuroBoundary3D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c inamuroBoundary3D.cpp -o ../../build/precompiled/obj/inamuroBoundary3D.ornmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/boundary »rn– Leaving src/boundary (depend)rn————————————————————-rn————————————————————-rn– Entering src/communication (depend)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/communication »rnMakefile:87: ../../build/precompiled/dep/blockLoadBalancer.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/communicator2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/communicator3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/cuboidNeighbourhood2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/cuboidNeighbourhood3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/heuristicLoadBalancer.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/loadBalancer.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/mpiManager.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/ompManager.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superStructure2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superStructure3D.d: Aucun fichier ou dossier de ce typernCreate dependencies for superStructure3D.cpprnCreate dependencies for superStructure2D.cpprnCreate dependencies for ompManager.cpprnCompile inamuroNewtonRaphsonDynamics.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c inamuroNewtonRaphsonDynamics.cpp -o ../../build/precompiled/obj/inamuroNewtonRaphsonDynamics.ornCreate dependencies for mpiManager.cpprnCreate dependencies for loadBalancer.cpprnCompile momentaOnBoundaries2D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c momentaOnBoundaries2D.cpp -o ../../build/precompiled/obj/momentaOnBoundaries2D.ornCreate dependencies for heuristicLoadBalancer.cpprnCreate dependencies for cuboidNeighbourhood3D.cpprnCreate dependencies for cuboidNeighbourhood2D.cpprnCreate dependencies for communicator3D.cpprnCreate dependencies for communicator2D.cpprnCreate dependencies for blockLoadBalancer.cpprnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/communication »rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/communication »rnmake[1]: Rien à faire pour « depend ».rnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/communication »rn– Leaving src/communication (depend)rn————————————————————-rn————————————————————-rn– Entering src/dynamics (depend)rnCompile momentaOnBoundaries3D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c momentaOnBoundaries3D.cpp -o ../../build/precompiled/obj/momentaOnBoundaries3D.ornmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/dynamics »rnMakefile:87: ../../build/precompiled/dep/chopardDynamics.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/dynamics.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/entropicDynamics.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/latticeDescriptors.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/smagorinskyBGKdynamics.d: Aucun fichier ou dossier de ce typernCreate dependencies for smagorinskyBGKdynamics.cpprnCreate dependencies for latticeDescriptors.cpprnCreate dependencies for entropicDynamics.cpprnCreate dependencies for dynamics.cpprnCreate dependencies for chopardDynamics.cpprnCompile offBoundaryCondition2D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c offBoundaryCondition2D.cpp -o ../../build/precompiled/obj/offBoundaryCondition2D.ornmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/dynamics »rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/dynamics »rnmake[1]: Rien à faire pour « depend ».rnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/dynamics »rn– Leaving src/dynamics (depend)rn————————————————————-rn————————————————————-rn– Entering src/core (depend)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/core »rnMakefile:87: ../../build/precompiled/dep/analysisFlags.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockLattice2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockLattice3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockLatticeStructure2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockLatticeStructure3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockLatticeView2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockLatticeView3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/cell.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/dataAnalysis2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/dataAnalysis3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/dataFields2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/dataFields3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/dataReductions.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/latticeStatistics.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/multiPhysics.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/postProcessing2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/postProcessing3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/serializer.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/simulationSetup2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/simulationSetup3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superExternal2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superExternal3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superLattice2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superLattice3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/units.d: Aucun fichier ou dossier de ce typernCreate dependencies for units.cpprnCompile offBoundaryCondition3D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c offBoundaryCondition3D.cpp -o ../../build/precompiled/obj/offBoundaryCondition3D.ornCreate dependencies for superLattice3D.cpprnCreate dependencies for superLattice2D.cpprnCreate dependencies for superExternal3D.cpprnCreate dependencies for superExternal2D.cpprnCreate dependencies for simulationSetup3D.cpprnCompile offBoundaryPostProcessors2D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c offBoundaryPostProcessors2D.cpp -o ../../build/precompiled/obj/offBoundaryPostProcessors2D.ornCreate dependencies for simulationSetup2D.cpprnCreate dependencies for serializer.cpprnCompile offBoundaryPostProcessors3D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c offBoundaryPostProcessors3D.cpp -o ../../build/precompiled/obj/offBoundaryPostProcessors3D.ornCreate dependencies for postProcessing3D.cpprnCompile superBoundaryCondition2D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c superBoundaryCondition2D.cpp -o ../../build/precompiled/obj/superBoundaryCondition2D.ornCreate dependencies for postProcessing2D.cpprnCreate dependencies for multiPhysics.cpprnCompile superBoundaryCondition3D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c superBoundaryCondition3D.cpp -o ../../build/precompiled/obj/superBoundaryCondition3D.ornCreate dependencies for latticeStatistics.cpprnCreate dependencies for dataReductions.cpprnCreate dependencies for dataFields3D.cpprnCompile superOffBoundaryCondition2D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c superOffBoundaryCondition2D.cpp -o ../../build/precompiled/obj/superOffBoundaryCondition2D.ornCreate dependencies for dataFields2D.cpprnCompile superOffBoundaryCondition3D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c superOffBoundaryCondition3D.cpp -o ../../build/precompiled/obj/superOffBoundaryCondition3D.ornCreate dependencies for dataAnalysis3D.cpprnCompile zouHeBoundary2D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c zouHeBoundary2D.cpp -o ../../build/precompiled/obj/zouHeBoundary2D.ornCompile zouHeBoundary3D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c zouHeBoundary3D.cpp -o ../../build/precompiled/obj/zouHeBoundary3D.ornCreate dependencies for dataAnalysis2D.cpprnCompile zouHeDynamics.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c zouHeDynamics.cpp -o ../../build/precompiled/obj/zouHeDynamics.ornCreate dependencies for cell.cpprnCreate dependencies for blockLatticeView3D.cpprnCreate dependencies for blockLatticeView2D.cpprnCreate dependencies for blockLatticeStructure3D.cpprnCreate dependencies for blockLatticeStructure2D.cpprnCreate dependencies for blockLattice3D.cpprnCreate dependencies for blockLattice2D.cpprnCreate dependencies for analysisFlags.cpprnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/core »rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/core »rn../../build/precompiled/dep/blockLatticeStructure3D.d:123: *** séparateur manquant . Arrêt.rnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/core »rn– Leaving src/core (depend)rn————————————————————-rn————————————————————-rn– Entering src/geometry (depend)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/geometry »rnMakefile:87: ../../build/precompiled/dep/blockGeometry2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockGeometry3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockGeometryStatistics2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockGeometryStatistics3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockGeometryStructure2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockGeometryStructure3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockGeometryView2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockGeometryView3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/cuboid2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/cuboid3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/cuboidGeometry2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/cuboidGeometry3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superGeometry2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superGeometry3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superGeometryStatistics2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superGeometryStatistics3D.d: Aucun fichier ou dossier de ce typernCreate dependencies for superGeometryStatistics3D.cpprnCreate dependencies for superGeometryStatistics2D.cpprnCreate dependencies for superGeometry3D.cpprnCreate dependencies for superGeometry2D.cpprnCreate dependencies for cuboidGeometry3D.cpprnCreate dependencies for cuboidGeometry2D.cpprnCreate dependencies for cuboid3D.cpprnCreate dependencies for cuboid2D.cpprnCreate dependencies for blockGeometryView3D.cpprnCreate dependencies for blockGeometryView2D.cpprnCreate dependencies for blockGeometryStructure3D.cpprnCreate dependencies for blockGeometryStructure2D.cpprnCreate dependencies for blockGeometryStatistics3D.cpprnCreate dependencies for blockGeometryStatistics2D.cpprnCreate dependencies for blockGeometry3D.cpprnCreate dependencies for blockGeometry2D.cpprnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/geometry »rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/geometry »rn../../build/precompiled/dep/blockGeometry2D.d:110: *** séparateur manquant . Arrêt.rnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/geometry »rn– Leaving src/geometry (depend)rn————————————————————-rn————————————————————-rn– Entering src/external/tinyxml (depend)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/external/tinyxml »rnMakefile:88: ../../../build/precompiled/dep/tinyxml.d: Aucun fichier ou dossier de ce typernMakefile:88: ../../../build/precompiled/dep/tinyxmlerror.d: Aucun fichier ou dossier de ce typernMakefile:88: ../../../build/precompiled/dep/tinyxmlparser.d: Aucun fichier ou dossier de ce typernMakefile:88: ../../../build/precompiled/dep/tinystr.d: Aucun fichier ou dossier de ce typernCreate dependencies for tinystr.cpprnCreate dependencies for tinyxmlparser.cpprnCreate dependencies for tinyxmlerror.cpprnCreate dependencies for tinyxml.cpprnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/external/tinyxml »rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/external/tinyxml »rn../../../build/precompiled/dep/tinyxml.d:83: *** séparateur manquant . Arrêt.rnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/external/tinyxml »rn– Leaving src/external/tinyxml (depend)rn————————————————————-rn————————————————————-rn– Entering src/functors (depend)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/functors »rnMakefile:87: ../../build/precompiled/dep/analyticalBaseF.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/analyticalF.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/analyticCalcF.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockLatticeBaseF2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockLatticeCalcF2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockLatticeIntegralF2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockLatticeLocalF2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockLatticeBaseF3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockLatticeCalcF3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockLatticeIntegralF3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockLatticeLocalF3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/frameChangeF2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/frameChangeF3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/genericF.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/indicatorBaseF.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/indicatorF.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/indicCalcF.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/interpolationF3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/interpolationF2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superLatticeBaseF2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superLatticeCalcF2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superLatticeIntegralF2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superLatticeLocalF2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superLatticeBaseF3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superLatticeCalcF3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superLatticeIntegralF3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superLatticeLocalF3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/turbulentF3D.d: Aucun fichier ou dossier de ce typernCreate dependencies for turbulentF3D.cpprnCreate dependencies for superLatticeLocalF3D.cpprnCreate dependencies for superLatticeIntegralF3D.cpprnCreate dependencies for superLatticeCalcF3D.cpprnCreate dependencies for superLatticeBaseF3D.cpprnCreate dependencies for superLatticeLocalF2D.cpprnCreate dependencies for superLatticeIntegralF2D.cpprnCreate dependencies for superLatticeCalcF2D.cpprnCreate dependencies for superLatticeBaseF2D.cpprnCreate dependencies for interpolationF2D.cpprnCreate dependencies for interpolationF3D.cpprnCreate dependencies for indicCalcF.cpprnCreate dependencies for indicatorF.cpprnCreate dependencies for indicatorBaseF.cpprnCreate dependencies for genericF.cpprnCreate dependencies for frameChangeF3D.cpprnCreate dependencies for frameChangeF2D.cpprnCreate dependencies for blockLatticeLocalF3D.cpprnCreate dependencies for blockLatticeIntegralF3D.cpprnCreate dependencies for blockLatticeCalcF3D.cpprnCreate dependencies for blockLatticeBaseF3D.cpprnCreate dependencies for blockLatticeLocalF2D.cpprnCreate dependencies for blockLatticeIntegralF2D.cpprnCreate dependencies for blockLatticeCalcF2D.cpprnCreate dependencies for blockLatticeBaseF2D.cpprnCreate dependencies for analyticCalcF.cpprnCreate dependencies for analyticalF.cpprnCreate dependencies for analyticalBaseF.cpprnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/functors »rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/functors »rn../../build/precompiled/dep/analyticCalcF.d:66: *** séparateur manquant . Arrêt.rnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/functors »rn– Leaving src/functors (depend)rn————————————————————-rn————————————————————-rn– Entering src/io (depend)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/io »rnMakefile:87: ../../build/precompiled/dep/base64.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockGifWriter3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockVtkWriter2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/blockVtkWriter3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/colormaps.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/imageWriter.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/ostreamManager.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/parallelIO.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/serializerIO.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/stlReader.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superGifWriter3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superVtkWriter2D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/superVtkWriter3D.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/xmlReader.d: Aucun fichier ou dossier de ce typernCreate dependencies for xmlReader.cpprnCreate dependencies for superVtkWriter3D.cpprnCreate dependencies for superVtkWriter2D.cpprnCreate dependencies for superGifWriter3D.cpprnCreate dependencies for stlReader.cpprnCreate dependencies for serializerIO.cpprnCreate dependencies for parallelIO.cpprnCreate dependencies for ostreamManager.cpprnCreate dependencies for imageWriter.cpprnCreate dependencies for colormaps.cpprnCreate dependencies for blockVtkWriter3D.cpprnCreate dependencies for blockVtkWriter2D.cpprnCreate dependencies for blockGifWriter3D.cpprnCreate dependencies for base64.cpprnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/io »rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/io »rn../../build/precompiled/dep/base64.d:75: *** séparateur manquant . Arrêt.rnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/io »rn– Leaving src/io (depend)rn————————————————————-rn————————————————————-rn– Entering src/utilities (depend)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/utilities »rnMakefile:87: ../../build/precompiled/dep/benchmarkUtil.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/olbAlgorithms.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/timer.d: Aucun fichier ou dossier de ce typernMakefile:87: ../../build/precompiled/dep/vectorHelpers.d: Aucun fichier ou dossier de ce typernCreate dependencies for vectorHelpers.cpprnCreate dependencies for timer.cpprnCreate dependencies for olbAlgorithms.cpprnCreate dependencies for benchmarkUtil.cpprnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/utilities »rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/utilities »rnmake[1]: Rien à faire pour « depend ».rnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/utilities »rn– Leaving src/utilities (depend)rn————————————————————-rnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/boundary »rn– Leaving src/boundary (compile)rn————————————————————-rn————————————————————-rn– Entering src/communication (compile)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/communication »rnCompile blockLoadBalancer.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c blockLoadBalancer.cpp -o ../../build/precompiled/obj/blockLoadBalancer.ornCompile communicator2D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c communicator2D.cpp -o ../../build/precompiled/obj/communicator2D.ornCompile communicator3D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c communicator3D.cpp -o ../../build/precompiled/obj/communicator3D.ornCompile cuboidNeighbourhood2D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c cuboidNeighbourhood2D.cpp -o ../../build/precompiled/obj/cuboidNeighbourhood2D.ornCompile cuboidNeighbourhood3D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c cuboidNeighbourhood3D.cpp -o ../../build/precompiled/obj/cuboidNeighbourhood3D.ornCompile heuristicLoadBalancer.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c heuristicLoadBalancer.cpp -o ../../build/precompiled/obj/heuristicLoadBalancer.ornCompile loadBalancer.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c loadBalancer.cpp -o ../../build/precompiled/obj/loadBalancer.ornCompile mpiManager.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c mpiManager.cpp -o ../../build/precompiled/obj/mpiManager.ornCompile ompManager.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c ompManager.cpp -o ../../build/precompiled/obj/ompManager.ornCompile superStructure2D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c superStructure2D.cpp -o ../../build/precompiled/obj/superStructure2D.ornCompile superStructure3D.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c superStructure3D.cpp -o ../../build/precompiled/obj/superStructure3D.ornmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/communication »rn– Leaving src/communication (compile)rn————————————————————-rn————————————————————-rn– Entering src/dynamics (compile)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/dynamics »rnCompile chopardDynamics.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c chopardDynamics.cpp -o ../../build/precompiled/obj/chopardDynamics.ornCompile dynamics.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c dynamics.cpp -o ../../build/precompiled/obj/dynamics.ornCompile entropicDynamics.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c entropicDynamics.cpp -o ../../build/precompiled/obj/entropicDynamics.ornCompile latticeDescriptors.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c latticeDescriptors.cpp -o ../../build/precompiled/obj/latticeDescriptors.ornCompile smagorinskyBGKdynamics.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c smagorinskyBGKdynamics.cpp -o ../../build/precompiled/obj/smagorinskyBGKdynamics.ornmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/dynamics »rn– Leaving src/dynamics (compile)rn————————————————————-rn————————————————————-rn– Entering src/core (compile)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/core »rn../../build/precompiled/dep/blockLatticeStructure3D.d:123: *** séparateur manquant . Arrêt.rnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/core »rn– Leaving src/core (compile)rn————————————————————-rn————————————————————-rn– Entering src/geometry (compile)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/geometry »rn../../build/precompiled/dep/blockGeometry2D.d:110: *** séparateur manquant . Arrêt.rnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/geometry »rn– Leaving src/geometry (compile)rn————————————————————-rn————————————————————-rn– Entering src/external/tinyxml (compile)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/external/tinyxml »rn../../../build/precompiled/dep/tinyxml.d:83: *** séparateur manquant . Arrêt.rnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/external/tinyxml »rn– Leaving src/external/tinyxml (compile)rn————————————————————-rn————————————————————-rn– Entering src/functors (compile)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/functors »rn../../build/precompiled/dep/analyticCalcF.d:66: *** séparateur manquant . Arrêt.rnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/functors »rn– Leaving src/functors (compile)rn————————————————————-rn————————————————————-rn– Entering src/io (compile)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/io »rn../../build/precompiled/dep/base64.d:75: *** séparateur manquant . Arrêt.rnmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/io »rn– Leaving src/io (compile)rn————————————————————-rn————————————————————-rn– Entering src/utilities (compile)rnmake[1] : on entre dans le répertoire « /home/liferay/tmp/olb-0.9r0/src/utilities »rnCompile benchmarkUtil.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c benchmarkUtil.cpp -o ../../build/precompiled/obj/benchmarkUtil.ornCompile olbAlgorithms.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c olbAlgorithms.cpp -o ../../build/precompiled/obj/olbAlgorithms.ornCompile timer.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c timer.cpp -o ../../build/precompiled/obj/timer.ornCompile vectorHelpers.cpprng++ -DOLB_PRECOMPILED -O3 -Wall -I../../src -I../../src/ -I../../src/external -c vectorHelpers.cpp -o ../../build/precompiled/obj/vectorHelpers.ornmake[1] : on quitte le répertoire « /home/liferay/tmp/olb-0.9r0/src/utilities »rn– Leaving src/utilities (compile)rn————————————————————-
    #2206
    astrohome
    Member

    I’ve found the error – one should never use “”-j”” option. If I run just “”make”” it works (with several warnings and files not found but still it goes straight to finish).

    #2207
    Leaf
    Member
    Quote:
    Quote from astrohome on July 16, 2015, 13:40rnI’ve found the error – one should never use “”-j”” option. If I run just “”make”” it works (with several warnings and files not found but still it goes straight to finish).

    rnCongratulations

    #2208
    Leaf
    Member
    Quote:
    Quote from astrohome on July 16, 2015, 13:40rnI’ve found the error – one should never use “”-j”” option. If I run just “”make”” it works (with several warnings and files not found but still it goes straight to finish).

    rnYes, I search the function of -j var. It’s very sensitive to the makefile. If you use this, you must make sure that in your makefile, the dependent relationship is clear and execution sequence can be predictable.

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.