From 91eab9c27c2130c8520091057bb7ab97b35e1308 Mon Sep 17 00:00:00 2001 From: makeclean Date: Fri, 19 Apr 2013 10:30:14 -0500 Subject: [PATCH] readme for the dag ser test case --- test/dag_ser/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/dag_ser/README.md diff --git a/test/dag_ser/README.md b/test/dag_ser/README.md new file mode 100644 index 0000000..2366535 --- /dev/null +++ b/test/dag_ser/README.md @@ -0,0 +1,12 @@ +Test problem for DAG serial MCNP calculation. In order to run copy these files to CHTC and run + + mcnp5 ix i=divertor_sum g=divertor_simgeom.h5m + +When this runs it will produce a runtpe file, then we can submit + + condor_submit sub_simp.cmd + +The above command, runs the actual problem containing the normal MCNP arguments, in this case contains + + mcnp5 c i=divertor_sim_cont g=divertor_simgeom.h5m o=ouptut r=runtpe +