Skip to content

how to deal with problem that running command of git_fit exerts? #312

@e-724

Description

@e-724

command of git_fit:

/home/test/QUIP/build/linux_x86_64_gfortran_openmp/gap_fit at_file =atoms_db.xyz gp_file=gap_2b.xml gap={distance_Nb order=2 cutoff=5.0 covariance_type=ARD_SE theta_uniform=1.5 n_sparse=10 delta=1.0} e0=0 e0_method=average default_sigma={0.01 0.5 0.0 0.0} do_copy_at_file=F sparse_separate_file=F

This command makes it to the Report on number of descriptors found and then crashes with a segmentation fault.

libAtoms::Hello World: 30/06/2021 03:53:23
libAtoms::Hello World: git version https://github.com/libAtoms/QUIP.git,e327f48-dirty
libAtoms::Hello World: QUIP_ARCH linux_x86_64_gfortran_openmp
libAtoms::Hello World: compiled on Jun 29 2021 at 23:35:21
libAtoms::Hello World: OpenMP parallelisation with 44 threads
WARNING: libAtoms::Hello World: environment variable OMP_STACKSIZE not set explicitly. The default value - system and compiler dependent - may be too small for some applications.
libAtoms::Hello World: Random Seed = 14003155
libAtoms::Hello World: global verbosity = 0

Calls to system_timer will do nothing by default

================================ Input parameters ==============================

atoms_filename = //MANDATORY//
at_file = atoms_db.xyz
gap = "distance_Nb order=2 cutoff=5.0 covariance_type=ARD_SE theta_uniform=1.5 n_sparse=10 delta=1.0"
e0 = 0
local_property0 = 0.0
e0_offset = 0.0
e0_method = average
default_kernel_regularisation = //MANDATORY//
default_sigma = "0.01 0.5 0.0 0.0"
default_kernel_regularisation_local_property = 0.001
default_local_property_sigma = 0.001
sparse_jitter = 1.0e-10
hessian_displacement = 1.0e-2
hessian_delta = 1.0e-2
baseline_param_filename = quip_params.xml
core_param_file = quip_params.xml
baseline_ip_args =
core_ip_args =
energy_parameter_name = energy
local_property_parameter_name = local_property
force_parameter_name = force
virial_parameter_name = virial
stress_parameter_name = stress
hessian_parameter_name = hessian
config_type_parameter_name = config_type
kernel_regularisation_parameter_name = sigma
sigma_parameter_name = sigma
force_mask_parameter_name = force_mask
parameter_name_prefix =
config_type_kernel_regularisation =
config_type_sigma =
kernel_regularisation_is_per_atom = T
sigma_per_atom = T
do_copy_atoms_file = T
do_copy_at_file = F
sparse_separate_file = F
sparse_use_actual_gpcov = F
gap_file = gap_new.xml
gp_file = gap_2b.xml
verbosity = NORMAL
rnd_seed = -1
openmp_chunk_size = 1
do_ip_timing = F
template_file = template.xyz
sparsify_only_no_fit = F

======================================== ======================================

============== Gaussian Approximation Potentials - Database fitting ============

Initial parsing of command line arguments finished.
Found 1 GAPs.
Descriptors have been parsed
XYZ file read
Old GAP: {distance_Nb order=2 cutoff=5.0 covariance_type=ARD_SE theta_uniform=1.5 n_sparse=10 delta=1.0}
New GAP: {distance_Nb order=2 cutoff=5.0 covariance_type=ARD_SE theta_uniform=1.5 n_sparse=10 delta=1.0 Z={14 14 }}
Multispecies support added where requested

===================== Report on number of descriptors found ====================


Descriptor: distance_Nb order=2 cutoff=5.0 covariance_type=ARD_SE theta_uniform=1.5 n_sparse=10 delta=1.0 Z={14 14 }
Number of descriptors: 73310
Number of partial derivatives of descriptors: 0

======================================== ======================================

========== Report on number of target properties found in training XYZ: ========

Number of target energies (property name: energy) found: 100
Number of target local_properties (property name: local_property) found: 0
Number of target forces (property name: force) found: 0
Number of target virials (property name: virial) found: 0
Number of target Hessian eigenvalues (property name: hessian) found: 0

================================= End of report ================================

===== Report on per-configuration/per-atom sigma (error parameter) settings ====

Number of per-configuration setting of energy_sigma found: 0
Number of per-configuration setting of force_sigma found: 0
Number of per-configuration setting of virial_sigma found: 0
Number of per-configuration setting of hessian_sigma found: 0
Number of per-configuration setting of local_propery_sigma found:0
Number of per-atom setting of force_atom_sigma found: 0
Number of per-component setting of force_component_sigma found: 0

================================= End of report ================================

Cartesian coordinates transformed to descriptors
Started sparse covariance matrix calculation of coordinate 1

Finished sparse covariance matrix calculation of coordinate 1
TIMER: gpFull_covarianceMatrix_sparse_Coordinate1_sparse done in 7.3166789999999988 cpu secs, .21399998400011100 wall clock secs.
TIMER: gpFull_covarianceMatrix_sparse_Coordinate1 done in 7.3188260000000014 cpu secs, .21405687600781675 wall clock secs.

Program received signal SIGSEGV: Segmentation fault - invalid memory reference.

Backtrace for this error:
#0 0x7F94EE8846D7
#1 0x7F94EE884D1E
#2 0x7F94ED9553FF
#3 0x7F9439955A79
#4 0x7F94EFD85B81
#5 0x7F94EFD86255
#6 0x7F94EFD86096
#7 0x7F94EFD86096
#8 0x7F94F01A1086
#9 0x7F94F8CDFF00
#10 0x7F94FAD7B924
#11 0x768488 in __linearalgebra_module_MOD_la_matrix_factorise
#12 0x769552 in __linearalgebra_module_MOD_la_matrix_solve_matrix
#13 0x717DF4 in gp_predict_module_MOD_gpfull_covariancematrix_sparse
#14 0x4078B1 in MAIN
at gap_fit.f95:?
/bin/sh: line 1: 3298 Segmentation fault (core dumped) /home/test/QUIP/build/linux_x86_64_gfortran_openmp/gap_fit at_file =atoms_db.xyz gp_file=gap_2b.xml gap={distance_Nb order=2 cutoff=5.0 covariance_type=ARD_SE theta_uniform=1.5 n_sparse=10 delta=1.0} e0=0 e0_method=average default_sigma={0.01 0.5 0.0 0.0} do_copy_at_file=F sparse_separate_file=F

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions