[Wien] skeaf installation.......
Gavin Abo
gsabo at crimson.ua.edu
Thu Dec 27 19:07:25 CET 2012
I just installed it on my Debian squeeze system by doing the following.
Likely, you can do the same on other distributions such as openSUSE.
username at computername:~$ wget
http://www.wien2k.at/reg_user/unsupported/skeafrelease_v1p3p0_r149.tar.gz
username at computername:~$ mkdir $WIENROOT/SRC_skeaf
username at computername:~$ tar xvf skeafrelease_v1p3p0_r149.tar.gz -C
$WIENROOT/SRC_skeaf
username at computername:~$ cd $WIENROOT/SRC_skeaf
Place the attached Makefile in $WIENROOT/SRC_skeaf. If necessary,
adjust the Makefile for your computer system.
username at computername:~/WIEN2k/SRC_skeaf$ make
username at computername:~/WIEN2k/SRC_skeaf$ cp ELK_exciting_BXSFconverter
memoryestimateskeaf simbxsf_barrel simbxsf_cylinder simbxsf_sphere
simbxsf_spheroid skeaf ..
If the programs compiled successful, you can execute any one of the
skeaf programs, such as:
username at computername:~/WIEN2k/SRC_skeaf$ memoryestimateskeaf
On 12/27/2012 7:14 AM, Pradeep Kumar wrote:
> Dear Wien2k users,,
> please guide me to install skeaf package in linux opesuse 12.1
> (32-bit)......
> thanks in advance..
>
> --
> Pradeep Kumar
> Research Scholar
> University of Delhi
> India
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://zeus.theochem.tuwien.ac.at/pipermail/wien/attachments/20121227/2eeb878d/attachment.htm>
-------------- next part --------------
#Users should change the fortran compiler FC and its settings FOPT for thier compiler
FC=ifort
FOPT=-xHost -O3 -ipo
all:
${FC} ELK_exciting_BXSFconverter_v04.F90 -o ELK_exciting_BXSFconverter ${FOPT}
${FC} memoryestimateskeaf_for_v1p3p0_r149.F90 -o memoryestimateskeaf ${FOPT}
${FC} simbxsf_barrel_v02.F90 -o simbxsf_barrel ${FOPT}
${FC} simbxsf_cylinder_v02.F90 -o simbxsf_cylinder ${FOPT}
${FC} simbxsf_sphere_v02.F90 -o simbxsf_sphere ${FOPT}
${FC} simbxsf_spheroid_v03.F90 -o simbxsf_spheroid ${FOPT}
${FC} skeaf_v1p3p0_r149.F90 -o skeaf ${FOPT}
More information about the Wien
mailing list