Changes between Version 2 and Version 3 of installation_QCG_BES_AR
- Timestamp:
- 05/16/11 12:20:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
installation_QCG_BES_AR
v2 v3 54 54 [http://fury.man.poznan.pl/smoa-downloads/smoa-core/smoa-core-latest.tar.gz SMOA Core] is an utility and interoperability layer for the all SMOA services (SMOA Computing and SMOA Notification in particular). As the GSI (Grid Security Infrastructure) is used to secure the transport layer you must compile the SMOA Core library with GSI support. After successful [[gridFTP]] installation (we recommend to use version 4.2.x of Globus Toolkit) all you need to do is to check if the `GLOBUS_LOCATION` environment variable is set correctly (and the `$GLOBUS_LOCATION/etc/globus-user-env.sh` file sourced). You must also choose globus flavor that you wish to compile with (e.g. `gcc64dbg` for a 64bit machine or `gcc32dbg` if you are installing the SMOA Core on a 32bit machine): 55 55 56 $ . $GLOBUS_LOCATION/etc/globus-user-env.sh 57 $ tar xzf smoa-core-latest.tar.gz 58 $ cd smoa-core-2.0.4 59 $ ./configure --prefix=/opt/QCG/smoa --with-globus-flavor=gcc64dbg 60 $ make 61 $ sudo make install 62 63 {{Note}} You may need to pass some additional options to <tt>./configure</tt> script, if some of the dependencies are installed in non-standard locations (type <tt>./configure --help</tt> for more info) 56 {{{ 57 #!div style="font-size: 90%" 58 {{{#!sh 59 $ . $GLOBUS_LOCATION/etc/globus-user-env.sh 60 $ tar xzf smoa-core-latest.tar.gz 61 $ cd smoa-core-2.0.4 62 $ ./configure --prefix=/opt/QCG/smoa --with-globus-flavor=gcc64dbg 63 $ make 64 $ sudo make install 65 }}} 66 }}} 67 68 '''Note":''' You may need to pass some additional options to `./configure` script, if some of the dependencies are installed in non-standard locations (type `./configure --help` for more info) 64 69 65 70 == SMOA Computing service == 66 71 67 68 72 After downloading the [http://fury.man.poznan.pl/smoa-downloads/smoa-comp/smoa-comp-latest.tar.gz source package] the SMOA Computing installation can be done in a few steps, e.g: 69 73 70 $ tar xzf smoa-comp-latest.tar.gz 71 $ cd smoa-comp-2.2 72 $ ./configure --prefix=/opt/QCG/smoa/ --with-smoa-core=/opt/QCG/smoa/ 73 $ make 74 $ sudo make install 74 {{{ 75 #!div style="font-size: 90%" 76 {{{#!sh 77 $ tar xzf smoa-comp-latest.tar.gz 78 $ cd smoa-comp-2.2 79 $ ./configure --prefix=/opt/QCG/smoa/ --with-smoa-core=/opt/QCG/smoa/ 80 $ make 81 $ sudo make install 82 }}} 83 }}} 84 75 85 76 86 =Configuration=