انجمن‌های فارسی اوبونتو

لطفاً به انجمن‌ها وارد شده و یا جهت ورود ثبت‌نام نمائید

لطفاً جهت ورود نام کاربری و رمز عبورتان را وارد نمائید


ارائه ۲۴٫۱۰ اوبونتو منتشر شد 🎉

نویسنده موضوع: درخواست کمک برای نصب برنامه ی FHI98PP  (دفعات بازدید: 1253 بار)

0 کاربر و 1 مهمان درحال مشاهده موضوع.

آفلاین mahdi109

  • Newbie
  • *
  • ارسال: 17
درخواست کمک برای نصب برنامه ی FHI98PP
« : 06 تیر 1390، 09:46 ق‌ظ »
سلام دوستان.
من میخوام برنامه FHI98PP رو روی  اوبونتو 10.4 نصب کنم ولی هر کاری می کنم نمیشه... نمیدونم که چه تغییراتی باید توی Makefile بدم تا نصب بشه...
توضیحات نصبش رو براتون قرار میدم ...
اگه راهنماییم کنید خیلی ممنون میشم...


--- Installation ---

a) Customize "Makefile" in "./src". You need to set compiler and linker flags
   compatible to your platform. Some linear algebra package is required, and
   you need to specify either use of the ESSL library or the libFREE library
   (an excerpt of the LAPACK package put into "./lib").

b) If libFREE is used make should take automatically care of generating and
   linking this library. Alternatively go to "./lib" and create the archive
   "libFree.a" using <make -f make.libFree>. Again you need to set appropriate
   compiler flags in "make.libFree" first.

c) In "/src" create the executables
   "./src/fhipp.x" ... pseudopotential generating by <make fhipp.x>
   "./src/pslp.x" .... pseudopotential generating by <make pslp.x>
   If linking the library fails, the respective syntax for linking in
   the present "Makefile" might be incompatible with your platform.
   Corrections shoud be straightforward, however linking the objects
   by hand is an alternative too.
   
d) Set appropriate paths for executables and graphics header files etc. in the
   shell scripts "psgen" and "pswatch" (stored in ./bin/Tools). This can be
   done by specifying the environment variable "FHIPP_PATH" which should point
   to the directory fhi98PP.
   For a list of the shell scripts' options enter <psgen -h> and <pswatch -h>.

e) Verify that you can reproduce the results of the sample run given in
   "./sample".


آدرس سایت برنامه:
http://www.fhi-berlin.mpg.de/th/fhi98md/fhi98PP/

آفلاین mahdi109

  • Newbie
  • *
  • ارسال: 17
پاسخ به: درخواست کمک برای نصب برنامه ی FHI98PP
« پاسخ #1 : 14 تیر 1390، 12:57 ق‌ظ »
در داخل فایل MakeFile به جای g77 ، ...  نوشتم gfortran,
و حالا این ارور رو میده:

 write(ie,*)'%fhipp - state count: norb=',norb,                   
 1
Error: Non-numeric character in statement label at (1)
fhipp.f:289.52:

کسی میتونه راهنمایی کنه که چیکار کنم؟؟؟

آفلاین mahdi109

  • Newbie
  • *
  • ارسال: 17
پاسخ به: درخواست کمک برای نصب برنامه ی FHI98PP
« پاسخ #2 : 15 تیر 1390، 03:16 ق‌ظ »
کسی که راهنمایی نمی کنه....
خودم تا یه جاهایی پیش رفتم...
الان این ارور رو میده:


mahdi@ubuntu:~/Desktop/fhi98PP/src$ make
cd ../lib; make -f make.libFREE
make[1]: Entering directory `/home/mahdi/Desktop/fhi98PP/lib'
g77 -c -O -c -o src.libFREE/dasum.o src.libFREE/dasum.f
/usr/local/bin/g77: 1: Syntax error: word unexpected (expecting ")")
make[1]: *** [src.libFREE/dasum.o] Error 2
make[1]: Leaving directory `/home/mahdi/Desktop/fhi98PP/lib'
make: *** [../lib/libFREE.a] Error 2
mahdi@ubuntu:~/Desktop/fhi98PP/src$


کسی از این ارور سر در میاره؟؟؟؟؟؟