welcome: please sign in
location: Diff for "Cloud/Images/FeynApps_OpenSuse_11.4"
Differences between revisions 8 and 11 (spanning 3 versions)
Revision 8 as of 2012-10-22 07:30:39
Size: 1746
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-19T15:44:53
 Updated:: -
 Status:: ACTIVE
 Supported by:: IFCA
 ID:: ce58edb1-61c0-45a8-a4bc-087503aedfff
 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.148|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