[SCore-users-jp] Re: [SCore-users] Using Score and Intel Compiler 8.0 without being "su"

kameyama @ pccluster.org kameyama @ pccluster.org
2004年 9月 6日 (月) 11:28:56 JST


In article <E1C3DDq-0005qv-00 @ mailhub1.shef.ac.uk> "Mr. H. Xia" <h.xia @ sheffield.ac.uk> wrotes:
> Is it possible to build my own 'mpif90' on the SCore system without being the
>  "root"?

Yes.
Please read following page:
    http://www.pccluster.org/score/dist/score/html/en/installation/download-source.html
Please download and extracrt Basic component and MPICH-SCore.
And please compile the source file as following:
    $ mkdir /home/user/score
    $ for tarfile in /home/user/score.work/*.tar.gz
    $ do
    $ tar xzf $tarfile
    $ done

Please create site file for optional compiler.
Please look at following page:
    http://www.pccluster.org/score/dist/score/html/en/man/man5/compilers.html
If you want to use Intel compiler version 8, use intel8 as compiler.
    % mkdir -p /home/user/score/etc/compilers
    % vi site

Andplease compile SCore source.
    $ cd score-src
    $ ./configure --prefix=/home/user/score
    $ make

Note that some programs include scout, scping and scrun must need setuid root.
So please remove these program.
    $ rm /home/user/score/bin/scout
    $ rm /home/user/score/bin/scping
    $ rm /home/user/score/bin/scrun
    $ rm /home/user/score/bin/bin.*/scout
    $ rm /home/user/score/bin/bin.*/scping
    $ rm /home/user/score/bin/bin.*/scrun

And please set PATH environment.
Your installed bin directry must be before /opt/score/bin,
and the PATH variable must include /opt/score/bin for scout and scrun
    $ PATH=/home/kameyama/score/bin:/opt/score/bin:/opt/score/deploy:/opt/score/sbin:$PATH
    $ export PATH


                       from Kameyama Toyohisa
_______________________________________________
SCore-users mailing list
SCore-users @ pccluster.org
http://www.pccluster.org/mailman/listinfo/score-users



SCore-users-jp メーリングリストの案内