1XTP_PARALLEL(1) General Commands Manual XTP_PARALLEL(1)
2
3
4
6 xtp_parallel - Part of the VOTCA package
7
8
9
11 xtp_parallel [OPTIONS]
12
13 xtp_parallel [--help]
14
15
16
18 Runs job-based heavy-duty calculators
19
20
21
22
23
24
26 Allowed options:
27
28 -h [ --help ] display this help and exit
29 --verbose be loud and noisy
30 --verbose1 be very loud and noisy
31 -v [ --verbose2 ] be extremly loud and noisy
32 -o [ --options ] arg Calculator user options.
33 -t [ --nthreads ] arg (=1) number of threads to create
34 -e [ --execute ] arg Name of Calculator to run
35 -l [ --list ] Lists all available Calculators
36 -d [ --description ] arg Short description of a Calculators
37 -c [ --cmdoptions ] arg Modify options via command line by
38 e.g. '-c
39 xmltag.subtag=value'. Use whitespace
40 to
41 separate multiple options
42 -p [ --printoptions ] arg Prints xml options of a Calculator
43 -f [ --file ] arg hdf5 state file, *.hdf5
44 -i [ --first-frame ] arg (=0) start from this frame
45 -n [ --nframes ] arg (=1) number of frames to process
46 -s [ --save ] arg (=1) whether or not to save changes to
47 state file
48 -x [ --ompthreads ] arg (=1) number of openmp threads to create
49 in each
50 thread
51 -r [ --restart ] arg restart pattern: 'host(pc1:234)
52 stat(FAILED)'
53 -q [ --cache ] arg (=8) assigns jobs in blocks of this size
54 -j [ --jobs ] arg (=run) task(s) to perform: write, run, read
55 -m [ --maxjobs ] arg (=-1) maximum number of jobs to process
56 (-1 = inf)
57
58
60 Written and maintained by the VOTCA Development Team <devs@votca.org>
61
62
63
65 Copyright 2009-2021 The VOTCA Development Team (http://www.votca.org)
66
67 Licensed under the Apache License, Version 2.0 (the "License"); you may
68 not use this file except in compliance with the License. You may
69 obtain a copy of the License at
70
71 http://www.apache.org/licenses/LICENSE-2.0
72
73 Unless required by applicable law or agreed to in writing, software
74 distributed under the License is distributed on an "AS IS" BASIS,
75 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
76 implied. See the License for the specific language governing
77 permissions and limitations under the License.
78
79
80
81
82VOTCA Development Team xtp_parallel User Manual XTP_PARALLEL(1)