perturbopy.test_utils.run_test.test_driver.run_perturbo
- perturbopy.test_utils.run_test.test_driver.run_perturbo(source_folder, perturbo_driver_dir_path, config_machine, input_name='pert.in', output_name='pert.out')
Function to run Perturbo and produce output files
- Parameters:
source_folder (str) – path of source directory
perturbo_driver_dir_path (str) – path to dir with pert.in file
config_machine (dict) – dictionary with computational information, which we’ll use in this set of computations.
input_name (str, optional) – name of the input file, default: ‘pert.in’
output_name (str, optional) – name of the output file, default: ‘pert.out’
- Return type:
None