• 0
  • مالي خلق
  • أتهاوش
  • متضايق
  • مريض
  • مستانس
  • مستغرب
  • مشتط
  • أسولف
  • مغرم
  • معصب
  • منحرج
  • آكل
  • ابكي
  • ارقص
  • اصلي
  • استهبل
  • اضحك
  • اضحك  2
  • تعجبني
  • بضبطلك
  • رايق
  • زعلان
  • عبقري
  • نايم
  • طبيعي
  • كشخة
  • النتائج 1 إلى 2 من 2

    الموضوع: السلام عليكم ..سؤال عن الـ PVM

    1. #1
      التسجيل
      13-01-2001
      المشاركات
      256
      المواضيع
      72
      شكر / اعجاب مشاركة

      السلام عليكم ..سؤال عن الـ PVM

      السلام عليكم .........


      أنا أستعمل ( Mandrake 7.2 ( 2 CD .

      ولم أجد الـ PVM ( Parallel Virtual Machine ) Package .

      ذهبت لموقع شركة MandrakeSoft ووجدت ما أريد ( pvm-3.4.0-4mdk RPM for i586 )

      وضعت الملف pvm3.4.0.tgz في الـ usr/local/pvm3

      (Then I went to any terminal ( for example GNOME

      And typed the following :

      mkdir pvm3

      gunzip pvm3.4.0.tgz

      tar xfv pvm3.4.0.tar

      (the problem is when I type make ( there is an error

      I read the documentation that came with the Package

      and there is something about setting two environment variables : PVM_ROOT , PVM_ARCH in the .cshrc
      file or .profile

      I typed the following ( as the root ) in the .cshrc

      setenv PVM_ROOT /usr/local/pvm3

      'setenv PVM_ARCH ‘$PVM-ROOT/lib/pvmgetarch

      and then typed make ………….and still nothing works

      ( I tried for hours to find a way but without success )


      ممكن المساعدة ( أنا أحس أن المشكلة سهلة حلها........ بس للي ما يعرف - مثلي - يتعقد )

      ××××××××××××××××××××××××××××××××××××

      ملاحظة : أنا ممتدأ في لينكس ( لي إسبوع ) , ولكن مستعد أتعلم ........^_^

      كما قلت مشكلتي في تفعيل المتغيرين PVM_ROOT , PVM_ARCH حتى يعمل الـ PVM

      أ ر جــووووووووووووووووووووووووو المسااااااااااااااااااااااااعدة في أسرع وقت

      شكراً لكم ......................

      والسلام عليكم

    2. #2
      التسجيل
      19-12-2000
      الدولة
      Egypt
      المشاركات
      131
      المواضيع
      5
      شكر / اعجاب مشاركة
      what you did only applies to tcsh
      I think you are using bash (Bourne Again SHell) not csh
      to know what shell you are using type the command :
      echo $SHELL
      it should give you : [/bin/bash] OR [/bin/tcsh] or anything else


      if you are using bash do the following :
      type the command (as root) :
      cat >> /etc/profile
      then write these two lines :
      export PVM_ROOT="/usr/local/pvm3"
      export PVM_ARCH="$PVM-ROOT/lib/pvmgetarch"
      then press ENTER
      then press Ctrl-D
      after that type the command :
      /etc/profile
      and it should work for all users (root , ...etc)

      also if the only one who will use it is root (or anyone else) login as him and type the command
      cat >> ~/.bashrc
      then write these two lines :
      export PVM_ROOT="/usr/local/pvm3"
      export PVM_ARCH="$PVM_ROOT/lib/pvmgetarch"
      then press ENTER
      then press Ctrl-D
      after that type the commands :
      cd
      ./.bashrc

      and it should work

      to be sure that it works type :
      echo $PVM_ROOT
      and it should give you : [/usr/local/pvm3/lib/pvmgetarch]

      that's all
      التعديل الأخير تم بواسطة Mohammed_Yousif ; 05-10-2001 الساعة 08:33 AM
      Mohammed Yousif
      Egypt
      We'll restore OUR Jerusalim

    ضوابط المشاركة

    • لا تستطيع إضافة مواضيع جديدة
    • لا تستطيع الرد على المواضيع
    • لا تستطيع إرفاق ملفات
    • لا تستطيع تعديل مشاركاتك
    •