welcome: please sign in
location: Diff for "Cloud/Images/FeynApps_OpenSuse_11.4"
Differences between revisions 5 and 11 (spanning 6 versions)
Revision 5 as of 2012-10-19 08:51:15
Size: 1743
Editor: enol
Comment:
Revision 11 as of 2017-07-04 11:10:49
Size: 0
Editor: aloga
Comment: Deprecated
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= 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 ([[http://www.feynhiggs.de/|FeynHiggs]], [[http://www.feynarts.de/formcalc/|FormCalc]], [[http://www.feynarts.de/|FeynArts]], [[http://www.feynarts.de/looptools/|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 [[http://193.146.75.142|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