[Smeagol-discuss] the problem with installation of Smeagol
caqhero
caqhero at 126.com
Fri Aug 14 10:01:35 IST 2009
Hi, everybody!
I am a new Smeagol user. I have not installed the package successfully in the past few days, which was terribly trouble me. Can anyone help me? Now, the problem is :
When I compile the arch.make file, errors occur. The context of the terminal is as follows:
[ms at localhost ~]$ cd ./smeagol.1.0b/Src
[ms at localhost Src]$ make
Compilation architecture to be used: mpif90
If this is not what you want, create the right
arch.make file using the models in Sys
Hit ^C to abort...
==> Information about compiler and flags
sed "s/SIESTA_ARCH/mpif90/g" version.F > temp0.F
sed "s/FFLAGS/ /g" temp0.F > temp.F
/usr/MPICH-install/bin/mpif90 -c -m64 -mtune=opteron -mieee-fp -O2 -DMPI temp.F
/usr/MPICH-install/bin/mpif90 -c -m64 -mtune=opteron -mieee-fp -O2 -DMPI siesta.F
In file siesta.F:736
write(6,'(a47)') 'smeagol: The size of the cell is being exp
1
Error: Unterminated character constant beginning at (1)
In file siesta.F:737
write(6,'(a46)') 'smeagol: along the perpendicular directio
1
Error: Unterminated character constant beginning at (1)
make: *** [siesta.o] Error 1
[ms at localhost Src]$
my arch.make file is as follows:
SIESTA_ARCH=mpif90
#
FC=/usr/MPICH-install/bin/mpif90
FC_ASIS=$(FC)
FFLAGS= -mieee-fp -OPT:Ofast -O2
LDFLAGS= -mieee-fp -zerouv -OPT:Ofast -O2
COMP_LIBS=
TRANSPORTFLAGS= -mieee-fp -zerouv -OPT:Ofast -O2 -c
SOURCE_DIR=/home/smeagol.1.0b
EXEC = smeagol
#NETCDF_LIBS=/usr/local/netcdf-3.5/lib/pgi/libnetcdf.a
#NETCDF_INTERFACE=libnetcdf_f90.a
#DEFS_CDF=-DCDF
MPI_INTERFACE=libmpi_f90.a
MPI_INCLUDE=/usr/MPICH-install/include
DEFS_MPI=-DMPI
BLACS=/home/ms/BLACS/LIB/blacsCinit_MPI-LINUX-0.a /home/ms/BLACS/LIB/blacsF77init_MPI-LINUX-0.a /home/ms/BLACS/LIB/blacs_MPI-LINUX-0.a
SCALAPACK=/home/ms/scalapack-1.8.0/libscalapack.a
LAPACK=/opt/intel/mkl/10.2.1.017/lib/64/libmkl_lapack95_ilp64.a /opt/intel/mkl/10.2.1.017/lib/64/libmkl_lapack95_lp64.a
BLAS=/opt/intel/mkl/10.2.1.017/lib/64/libmkl_blas95_ilp64.a /opt/intel/mkl/10.2.1.017/lib/64/libmkl_blas95_lp64.a
LIBS= -lpthread /opt/intel/mkl/10.2.1.017/lib/64/libmkl_intel_ilp64.a /opt/intel/mkl/10.2.1.017/lib/64/libmkl_intel_lp64.a -llapack $(LAPACK) $(BLAS) $(BLACS) $(SCALAPACK) $(LIBS)
RANLIB=echo
SYS=bsd
DEFS= $(DEFS_CDF) $(DEFS_MPI)
#
.F.o:
$(FC) -c $(FFLAGS) $(DEFS) $<
.f.o:
$(FC) -c $(FFLAGS) $<
.F90.o:
$(FC) -c $(FFLAGS) $(DEFS) $<
.f90.o:
$(FC) -c $(FFLAGS) $<
#
pleas heplp me ! thank you!
AQing Chen
the school of physics & telecommunication engineering
south china normal university
email:caqhero at 126.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.tchpc.tcd.ie/pipermail/smeagol-discuss/attachments/20090814/b9491d3d/attachment.html
More information about the Smeagol-discuss
mailing list