Subversion Repositories slepc-dev

Rev

Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2511 Rev 2531
Line 130... Line 130...
test_build:
test_build:
	-@echo "Running test examples to verify correct installation"
	-@echo "Running test examples to verify correct installation"
	-@echo "Using SLEPC_DIR=${SLEPC_DIR}, PETSC_DIR=${PETSC_DIR} and PETSC_ARCH=${PETSC_ARCH}"
	-@echo "Using SLEPC_DIR=${SLEPC_DIR}, PETSC_DIR=${PETSC_DIR} and PETSC_ARCH=${PETSC_ARCH}"
	@cd src/eps/examples/tutorials; ${OMAKE} PETSC_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} SLEPC_DIR=${SLEPC_DIR} testex2
	@cd src/eps/examples/tutorials; ${OMAKE} PETSC_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} SLEPC_DIR=${SLEPC_DIR} testex2
	@if [ "${FC}" != "" ]; then cd src/eps/examples/tutorials; ${OMAKE} PETSC_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} SLEPC_DIR=${SLEPC_DIR} testex6f; fi;
	@if [ "${FC}" != "" ]; then cd src/eps/examples/tutorials; ${OMAKE} PETSC_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} SLEPC_DIR=${SLEPC_DIR} testex6f; fi;
 
	-@if [ "${BLOPEX_LIB}" != "" ]; then cd src/eps/examples/tests; ${OMAKE} PETSC_ARCH=${PETSC_ARCH} PETSC_DIR=${PETSC_DIR} SLEPC_DIR=${SLEPC_DIR} testtest5_blopex; fi;
	-@echo "Completed test examples"
	-@echo "Completed test examples"
 
 
# Builds SLEPc test examples for C
# Builds SLEPc test examples for C
testexamples: info
testexamples: info
	-@echo "BEGINNING TO COMPILE AND RUN SLEPc TEST EXAMPLES"
	-@echo "BEGINNING TO COMPILE AND RUN SLEPc TEST EXAMPLES"
Line 158... Line 159...
	      ACTION=testexamples_Fortran slepc_tree ; \
	      ACTION=testexamples_Fortran slepc_tree ; \
            echo "Completed compiling and running Fortran test examples"; \
            echo "Completed compiling and running Fortran test examples"; \
          else \
          else \
            echo "Error: No FORTRAN compiler available"; \
            echo "Error: No FORTRAN compiler available"; \
          fi
          fi
	-@
 
	-@echo "========================================="
	-@echo "========================================="
 
 
# Test BLOPEX use
# Test BLOPEX use
testblopex:
testblopex:
	-@echo "BEGINNING TO COMPILE AND RUN SLEPc BLOPEX TEST EXAMPLES"
	-@echo "BEGINNING TO COMPILE AND RUN SLEPc BLOPEX TEST EXAMPLES"
Line 175... Line 175...
	      ACTION=testexamples_BLOPEX slepc_tree ; \
	      ACTION=testexamples_BLOPEX slepc_tree ; \
            echo "Completed compiling and running BLOPEX test examples"; \
            echo "Completed compiling and running BLOPEX test examples"; \
          else \
          else \
            echo "Error: SLEPc has not been configured with BLOPEX"; \
            echo "Error: SLEPc has not been configured with BLOPEX"; \
          fi
          fi
	-@
 
	-@echo "========================================="
	-@echo "========================================="
 
 
# Ranlib on the library
# Ranlib on the library
ranlib:
ranlib:
	${RANLIB} ${SLEPC_LIB_DIR}/*.${AR_LIB_SUFFIX}
	${RANLIB} ${SLEPC_LIB_DIR}/*.${AR_LIB_SUFFIX}