Author: tlinnet
Date: Wed May 27 03:09:50 2015
New Revision: 27841
URL: http://svn.gna.org/viewcvs/relax?rev=27841&view=rev
Log:
Adding to user function minimise.execute() the keyword "mp_verbosity", to
control the amount
of information to print when running multi processors.
Modified:
trunk/user_functions/minimisation.py
Modified: trunk/user_functions/minimisation.py
URL:
http://svn.gna.org/viewcvs/relax/trunk/user_functions/minimisation.py?rev=27841&r1=27840&r2=27841&view=diff
==============================================================================
--- trunk/user_functions/minimisation.py (original)
+++ trunk/user_functions/minimisation.py Wed May 27 03:09:50 2015
@@ -217,6 +217,13 @@
desc_short = "verbosity level",
desc = "The amount of information to print to screen. Zero corresponds to
minimal output while higher values increase the amount of output. The default
value is 1."
)
+uf.add_keyarg(
+ name = "mp_verbosity",
+ default = 0,
+ py_type = "int",
+ desc_short = "multi processor verbosity level",
+ desc = "The amount of information to print to screen when running multi
processors. Zero corresponds to minimal output while higher values increase
the amount of output. The default value is 0."
+)
# Description.
uf.desc.append(Desc_container())
uf.desc[-1].add_paragraph("This will perform an optimisation starting from the
current parameter values. This is only suitable for data pipe types which have
target functions and hence support optimisation.")
_______________________________________________
relax (http://www.nmr-relax.com)
This is the relax-commits mailing list
[email protected]
To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits