From 000cfc1ade784a86738ced974a87d97453beda6c Mon Sep 17 00:00:00 2001
From: Cristian C Lalescu <Cristian.Lalescu@ds.mpg.de>
Date: Mon, 18 Mar 2019 20:19:01 +0100
Subject: [PATCH] add basic host_info file

---
 pc_host_info.py | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)
 create mode 100644 pc_host_info.py

diff --git a/pc_host_info.py b/pc_host_info.py
new file mode 100644
index 00000000..0a192dd1
--- /dev/null
+++ b/pc_host_info.py
@@ -0,0 +1,27 @@
+host_info = {'type' : 'pc'}
+
+
+# info_template = {'type'        : info_template_type,
+#                  'MPI'         : info_template_MPI,
+#                  'environment' : info_template_environment,
+#                  'deltanprocs' : info_template_deltanprocs
+#                  'mail_address': info_template_mail_address}
+
+# info_template_type can be one of:
+# 'pc'            --- jobs run interactively
+# 'cluster'       --- cluster with SGE queueing system
+# 'SLURM'         --- cluster with SLURM queueing system
+# 'IBMLoadLeveler --- cluster with IBM Load Leveler queueing system
+
+# info_template_MPI can be one of:
+# 'openmpi'   --- it means mpirun takes "x" as the parameter to set an environment variable
+# not defined --- use "env" instead of "x"
+
+# info_template_environment, relevant for clusters,
+# is the default queue to which jobs are submitted
+
+# info_template_deltanprocs, relevant for clusters,
+# is the number of cores per node
+
+# info_template_mail_address, relevant for clusters,
+# is the contact e-mail address placed in the job scripts.
-- 
GitLab