summaryrefslogtreecommitdiff
path: root/clusters/flang-system-deploy.morph
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2015-01-07 01:19:14 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2015-01-07 21:06:56 +0000
commit89ab4a3cf03b8053f6980e50b47f83434b3470bf (patch)
tree746da60b950af0676ab1a8bc28d117570eb87dd0 /clusters/flang-system-deploy.morph
parent223918975e917e695ebd170fb1c5d9f72b4f2bc6 (diff)
downloaddefinitions-baserock/markdoffman/flang.tar.gz
Add Flang stratum, system and example cluster file.baserock/markdoffman/flang
Flang is an early stage Fortran compiler for LLVM. The Flang system is a standard development system that includes the correct LLVM versions for Flang development as well as the Flang compiler.
Diffstat (limited to 'clusters/flang-system-deploy.morph')
-rw-r--r--clusters/flang-system-deploy.morph15
1 files changed, 15 insertions, 0 deletions
diff --git a/clusters/flang-system-deploy.morph b/clusters/flang-system-deploy.morph
new file mode 100644
index 00000000..d53ae534
--- /dev/null
+++ b/clusters/flang-system-deploy.morph
@@ -0,0 +1,15 @@
+name: flang-system-deploy
+kind: cluster
+description: |
+ Deploy a system for developing flang
+systems:
+- morph: systems/flang-system-x86_64-generic.morph
+ deploy:
+ vm:
+ type: kvm
+ location: kvm+ssh://USER@HOST/flang-x86_64/srv/images/flang-x86_64.img
+ DISK_SIZE: 20G
+ HOSTNAME: flang-x86_64
+ INIT_SYSTEM: busybox
+ KERNEL_ARGS: console=ttyS0
+ RAM_SIZE: 2G