Open SUSE packages
From Gerris
(Difference between revisions)
| Revision as of 04:13, 8 July 2008 Popinet (Talk | contribs) (Added missing GTS) ← Previous diff |
Current revision Popinet (Talk | contribs) (Added opensuse 12.2) |
||
| Line 1: | Line 1: | ||
| - | Daily snapshot builds for [http://www.opensuse.org/ Open SUSE] are available at: | + | Daily [[snapshot release|snapshot]] builds for [http://www.opensuse.org/ openSUSE] are available at: |
| - | ftp://ftp.niwa.co.nz/software/gerris/suse/snapshot | + | '''One click install links:''' |
| + | * openSUSE 12.2 : [http://software.opensuse.org/ymp/home:popinet/openSUSE_12.2/gerris-snapshot.ymp gerris-snapshot.ymp], [http://software.opensuse.org/ymp/home:popinet/openSUSE_12.2/gfsview-snapshot.ymp gfsview-snapshot.ymp] | ||
| + | * openSUSE 12.1 : [http://software.opensuse.org/ymp/home:popinet/openSUSE_12.1/gerris-snapshot.ymp gerris-snapshot.ymp], [http://software.opensuse.org/ymp/home:popinet/openSUSE_12.1/gfsview-snapshot.ymp gfsview-snapshot.ymp] | ||
| + | * openSUSE 11.4 : [http://software.opensuse.org/ymp/home:popinet/openSUSE_11.4/gerris-snapshot.ymp gerris-snapshot.ymp], [http://software.opensuse.org/ymp/home:popinet/openSUSE_11.4/gfsview-snapshot.ymp gfsview-snapshot.ymp] | ||
| + | * SLE_10 : [http://software.opensuse.org/ymp/home:popinet/SLE_10/gerris-snapshot.ymp gerris-snapshot.ymp], [http://software.opensuse.org/ymp/home:popinet/SLE_10/gfsview-snapshot.ymp gfsview-snapshot.ymp] | ||
| + | * SLE_11 : [http://software.opensuse.org/ymp/home:popinet/SLE_11/gerris-snapshot.ymp gerris-snapshot.ymp], [http://software.opensuse.org/ymp/home:popinet/SLE_11/gfsview-snapshot.ymp gfsview-snapshot.ymp] | ||
| + | * SLE_11_SP1 : [http://software.opensuse.org/ymp/home:popinet/SLE_11_SP1/gerris-snapshot.ymp gerris-snapshot.ymp], [http://software.opensuse.org/ymp/home:popinet/SLE_11_SP1/gfsview-snapshot.ymp gfsview-snapshot.ymp] | ||
| + | * SLE_11_SP2 : [http://software.opensuse.org/ymp/home:popinet/SLE_11_SP2/gerris-snapshot.ymp gerris-snapshot.ymp], [http://software.opensuse.org/ymp/home:popinet/SLE_11_SP2/gfsview-snapshot.ymp gfsview-snapshot.ymp] | ||
| - | ftp://ftp.niwa.co.nz/software/gts/suse/snapshot | + | '''Or you can use zypper:''' |
| + | * This is described for the [[CentOS]] install but should also work on openSUSE. | ||
| + | |||
| + | '''Or you can go to the repositories:''' | ||
| + | * http://download.opensuse.org/repositories/home:/popinet/openSUSE_12.2 | ||
| + | * http://download.opensuse.org/repositories/home:/popinet/openSUSE_12.1 | ||
| + | * http://download.opensuse.org/repositories/home:/popinet/openSUSE_11.4 | ||
| + | * http://download.opensuse.org/repositories/home:/popinet/SLE_10 | ||
| + | * http://download.opensuse.org/repositories/home:/popinet/SLE_11 | ||
| + | * http://download.opensuse.org/repositories/home:/popinet/SLE_11_SP1 | ||
| + | * http://download.opensuse.org/repositories/home:/popinet/SLE_11_SP2 | ||
| ---- | ---- | ||
| - | ''Open SUSE users please feel free to improve this page by adding more detailed installation instructions'' | + | '''Issues related to the installation of Gerris on openSUSE 11.2 and SLES11/SLED11:''' |
| + | |||
| + | * The openSuse 11.2 packages are linked to openmpi which is in turn linked to dapl but should be linked to compat-dapl on Linux systems (according to a developers note: "...DAPL is not recommended for Linux systems. It is mainly in the Open MPI code base to support Solaris. ..."). Due to this setup Gerris doesn't work an creates errors related to dapl / IB communication problems. The workaround suggested by the developer: "You should be able to avoid these warnings by editing the Open MPI system-wide run-time parameters file and adding the following: btl = ^udapl This tells Open MPI to load all BTL plugins *except* the "udapl" plugin." doesn't fix the problem. | ||
| + | |||
| + | Note however that this is not an issue with Gerris itself but with the (bad) way openmpi is packaged for openSuse 11.2. | ||
| + | |||
| + | Future Gerris binaries for openSuse 11.2 may use mpich2 instead of openmpi. | ||
| + | |||
| + | * SLES11_SP1 : you need to add '''btl = ^udapl''' at the end of /etc/openmpi-mca-params.conf | ||
Current revision
Daily snapshot builds for openSUSE are available at:
One click install links:
- openSUSE 12.2 : gerris-snapshot.ymp, gfsview-snapshot.ymp
- openSUSE 12.1 : gerris-snapshot.ymp, gfsview-snapshot.ymp
- openSUSE 11.4 : gerris-snapshot.ymp, gfsview-snapshot.ymp
- SLE_10 : gerris-snapshot.ymp, gfsview-snapshot.ymp
- SLE_11 : gerris-snapshot.ymp, gfsview-snapshot.ymp
- SLE_11_SP1 : gerris-snapshot.ymp, gfsview-snapshot.ymp
- SLE_11_SP2 : gerris-snapshot.ymp, gfsview-snapshot.ymp
Or you can use zypper:
- This is described for the CentOS install but should also work on openSUSE.
Or you can go to the repositories:
- http://download.opensuse.org/repositories/home:/popinet/openSUSE_12.2
- http://download.opensuse.org/repositories/home:/popinet/openSUSE_12.1
- http://download.opensuse.org/repositories/home:/popinet/openSUSE_11.4
- http://download.opensuse.org/repositories/home:/popinet/SLE_10
- http://download.opensuse.org/repositories/home:/popinet/SLE_11
- http://download.opensuse.org/repositories/home:/popinet/SLE_11_SP1
- http://download.opensuse.org/repositories/home:/popinet/SLE_11_SP2
Issues related to the installation of Gerris on openSUSE 11.2 and SLES11/SLED11:
- The openSuse 11.2 packages are linked to openmpi which is in turn linked to dapl but should be linked to compat-dapl on Linux systems (according to a developers note: "...DAPL is not recommended for Linux systems. It is mainly in the Open MPI code base to support Solaris. ..."). Due to this setup Gerris doesn't work an creates errors related to dapl / IB communication problems. The workaround suggested by the developer: "You should be able to avoid these warnings by editing the Open MPI system-wide run-time parameters file and adding the following: btl = ^udapl This tells Open MPI to load all BTL plugins *except* the "udapl" plugin." doesn't fix the problem.
Note however that this is not an issue with Gerris itself but with the (bad) way openmpi is packaged for openSuse 11.2.
Future Gerris binaries for openSuse 11.2 may use mpich2 instead of openmpi.
- SLES11_SP1 : you need to add btl = ^udapl at the end of /etc/openmpi-mca-params.conf

