Re: Root on cluster computers...

From: Axel Naumann <Axel.Naumann_at_cern.ch>
Date: Tue, 17 Aug 2010 22:08:14 +0200


Hi,

On 8/17/10 9:46 PM, Park MinJae wrote:
> Dear Axel,
>
> Is it working without root account?

Yes, it works also without becoming root, because no installation is needed. You do have to call
source /nfs/mount/for/root/bin/thisroot.sh (for e.g. bash) or
source /nfs/mount/for/root/bin/thisroot.csh (for e.g. tcsh)
before starting ROOT to setup environment variables, so ROOT can find its files. Alternatively you can set them in your ~/.bashrc (or equivalent).

Cheers, Axel.

>
> On Tue, Aug 17, 2010 at 3:35 PM, Axel Naumann <Axel.Naumann_at_cern.ch> wrote:
>> Hi,
>>
>> I would compile without --prefix. You'll need to run
>>
>> cd where-root-src-is
>> make distclean
>> ./configure
>> make -j4
>>
>> cd ..
>> cp -R where-root-src-is /nfs/mount/root
>>
>> and your ROOT build will be accessible via NFS. You can alternatively
>> take one of the binary releases we offer. And you have to make sure that
>> the platform on both ends (building and reading root) are compatible
>> (e.g. both linux 64 bit with a "similar" compiler version).
>>
>> Cheers, Axel.
>>
>>
>> On 8/17/10 6:43 PM, Park MinJae wrote:
>>> Dear ROOTers,
>>>
>>> Is there any method to use root via Network File System?
>>>
>>> Currently, root is compiled on a computer.
>>> I want to use root on the other computer which is connected via NFS.
>>>
>>> Based on some test, root is always required "/etc/root"
>>> even it is compiled with "--etcdir" option.
>>>
>>> Is there any solution??
>>>
>>> Cordially yours,
>>> MJ
>>>
>>> //=================================================
>>> // Ph.D. Park MinJae
>>> //
>>> // Johns Hopkins University
>>> // School of Medicine, Dept of Radiology
>>> // Division of Medical Imaging Physics
>>> //
>>> // DialTo:+1-410-955-2684 (Office)
>>> // MailTo:MJ_at_ToTi.us, MJ_at_JHMI.edu
>>> //
>>> // "You see, But you do not Observe" - Sherlock Holmes -
>>> //=================================================
>>>
>>>
>>
>>
>
Received on Tue Aug 17 2010 - 22:08:21 CEST

This archive was generated by hypermail 2.2.0 : Wed Aug 18 2010 - 05:50:01 CEST