welcome: please sign in
location: Diff for "Cloud/Images/FeynApps_OpenSuse_11.4"
Differences between revisions 4 and 5
Revision 4 as of 2012-10-18 16:29:59
Size: 1943
Editor: enol
Comment:
Revision 5 as of 2012-10-19 08:51:15
Size: 1743
Editor: enol
Comment:
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:
    "repo": "http://github.com/enolfc/feynapps.git",
    "server": "http://172.16.2.11/feynapps",
Line 40: Line 38:
The `repo` field contains the URL for a git repository where the installation scripts are installed. The `server` field points to the server with the application data. For each of the applications to start, there is an entry in the `apps` field, that contain the application version. The contextualizer script will invoke each of the installation scripts taking into account any existing dependencies. For each of the applications to start, there is an entry in the `apps` field, that just contain the application version. The contextualizer script will invoke each of the installation scripts taking into account any existing dependencies. Check https://github.com/enolfc/feynapps for more information.

FeynApps OpenSUSE 11.4

OpenSUSE 11.4 64 bit VM with FeynApps contextualizer.

Details

Name

FeynApps OpenSuse 11.4

Created
2012-10-15T09:28:10
Updated
-
Status
ACTIVE
Supported by
?
ID
d34bd086-32d8-4988-947c-0e68ede39f92
Minimum Disk
0
Minimum Ram
0
Architecture
x86_64

Description

This is a OpenSUSE 11.4 virtual machine that includes the basic software for running several phenomenology applications (FeynHiggs, FormCalc, FeynArts, LoopTools) that are downloaded and installed on the machine startup.

Usage

Due to licensing issues (the image includes Wolfram Mathematica), usage of this image is restricted to individual users requesting it.

Login into the modified OpenStack dashboard to easily create contextualized VMs. The FeynApps panel lets you specify the software to be installed at the Post-Creation tab. This panel creates an appropriate json document that will be provided to the VM in the user-data.

The expected json document has the following form:

{
    "apps": {
        "FeynArts": "3.7", 
        "FeynHiggs": "2.9.4", 
        "FormCalc": "7.4", 
        "LoopTools": "2.8",
        ...
    }
}

For each of the applications to start, there is an entry in the apps field, that just contain the application version. The contextualizer script will invoke each of the installation scripts taking into account any existing dependencies. Check https://github.com/enolfc/feynapps for more information.


CategoryCloudAppliance