summaryrefslogtreecommitdiff
path: root/MOR_5_levels_with_doppler_and_propagation
diff options
context:
space:
mode:
authorEugeniy Mikhailov <evgmik@gmail.com>2016-05-20 18:55:57 -0400
committerEugeniy Mikhailov <evgmik@gmail.com>2016-05-20 18:55:57 -0400
commit69783cef9cbde467fa31e381c6cd53560bcec2fd (patch)
treea79ded102bb7c66fd84cdd2bcf1c30e4e5bb0335 /MOR_5_levels_with_doppler_and_propagation
parent1fc71c32ba2d34f870c26168fcf298e6d2929168 (diff)
downloadnoisy_eit_xmds-master.tar.gz
noisy_eit_xmds-master.zip
added a sample script which shows how to execute job on scicloneHEADmaster
Diffstat (limited to 'MOR_5_levels_with_doppler_and_propagation')
-rw-r--r--MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/Readme.md6
-rw-r--r--MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/sciclone_submit24
2 files changed, 30 insertions, 0 deletions
diff --git a/MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/Readme.md b/MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/Readme.md
new file mode 100644
index 0000000..275ee2b
--- /dev/null
+++ b/MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/Readme.md
@@ -0,0 +1,6 @@
+To submit a job on sciclone execute in this folder
+
+---
+qsub sciclone_submit
+---
+
diff --git a/MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/sciclone_submit b/MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/sciclone_submit
new file mode 100644
index 0000000..b0a7d30
--- /dev/null
+++ b/MOR_5_levels_with_doppler_and_propagation/test_run_on_sciclone/sciclone_submit
@@ -0,0 +1,24 @@
+#!/bin/tcsh
+#PBS -N test_stdout
+#PBS -l walltime=00:45:00
+#PBS -l nodes=1:c11:ppn=8
+#PBS -j oe
+
+cd $PBS_O_WORKDIR
+
+../Nlevels_with_MOR.run \
+ --numTimePoints=100000 --timeSpan=2e-4 \
+ --Temperature=1e-6 \
+ --commAmplNoise=0.0 \
+ --onePhotonPhaseNoise=0.2 \
+ --twoPhotonPhaseNoise=0.0 \
+ --Split0=1e5 \
+ --EdLo=1e7 \
+ --EpRo=1 \
+ --EdRo=1e7 \
+ --EpLo=1
+
+
+xsil2graphics2 Nlevels_with_MOR.xsil
+
+