Home
last modified time | relevance | path

Searched refs:batch_prefix (Results 1 – 4 of 4) sorted by relevance

/dports/science/qmcpack/qmcpack-3.11.0/nexus/bin/
H A Dqdens1048 batch_prefix = os.path.join(path,tokens[0])
1049 if batch_prefix not in batch_files:
1050 batch_files[batch_prefix] = obj()
1052 stat_files = batch_files[batch_prefix]
1073 for batch_prefix in sorted(batch_files.keys()):
1074 self.vlog(' {0}'.format(batch_prefix))
1078 for batch_prefix in sorted(batch_files.keys()):
1079 stat_files = batch_files[batch_prefix]
1080 basepath,file_prefix = os.path.split(batch_prefix)
1087 …self.vmlog('\n\nprocessing batch {0}, {1} series, {2} groups'.format(batch_prefix,nseries,ngroups))
[all …]
H A Dqmca1182 batch_prefix = os.path.join(path,tokens[0])
1183 if batch_prefix not in batch_prefixes:
1184 batch_prefixes[batch_prefix] = []
1186 batch_prefixes[batch_prefix].append(prefix)
1259 for batch_prefix in sorted(batch_prefixes.keys()):
1260 prefixes = batch_prefixes[batch_prefix]
1298 filename = di.filename.replace(di.prefix,batch_prefix),
1299 filepath = di.filepath.replace(di.prefix,batch_prefix),
1301 prefix = batch_prefix,
1314 prefix_list.append(batch_prefix)
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/jmol/adapter/readers/pymol/
H A DPyMOL.java160 final static int batch_prefix = 187; field in PyMOL
/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DSettingInfo.h272 REC_s( 187, batch_prefix , global , "tmp_pymol" ),