clearlinux / clr-bundles

Bundle definitions for Clear Linux OS
112 stars 54 forks source link

cluster-tools gives a symbol error in SLURM #215

Open bsolano opened 3 years ago

bsolano commented 3 years ago

Greetings,

I have followed your tutorial at https://docs.01.org/clearlinux/latest/tutorials/hpc.html. When I got to the last step of the section "Create slurm.conf configuration file" I noticed that slurmctld service didn't start. The error is an undefined symbol in a shared object. Is it a bug of SLURM or an error in the compilation of the bundle?

This is the log:

[2021-07-11T19:35:14.260] slurmctld version 20.11.8 started on cluster linux [2021-07-11T19:35:14.261] cred/munge: init: Munge credential signature plugin loaded [2021-07-11T19:35:14.262] debug: auth/munge: init: Munge authentication plugin loaded [2021-07-11T19:35:14.262] select/cons_res: common_init: select/cons_res loaded [2021-07-11T19:35:14.263] select/linear: init: Linear node selection plugin loaded with argument 1 [2021-07-11T19:35:14.263] select/cons_tres: common_init: select/cons_tres loaded [2021-07-11T19:35:14.263] preempt/none: init: preempt/none loaded [2021-07-11T19:35:14.264] debug: acct_gather_energy/none: init: AcctGatherEnergy NONE plugin loaded [2021-07-11T19:35:14.264] debug: acct_gather_Profile/none: init: AcctGatherProfile NONE plugin loaded [2021-07-11T19:35:14.264] debug: acct_gather_interconnect/none: init: AcctGatherInterconnect NONE plugin loaded [2021-07-11T19:35:14.264] debug: acct_gather_filesystem/none: init: AcctGatherFilesystem NONE plugin loaded [2021-07-11T19:35:14.265] debug2: No acct_gather.conf file (/etc/slurm/acct_gather.conf) [2021-07-11T19:35:14.265] debug: jobacct_gather/none: init: Job accounting gather NOT_INVOKED plugin loaded [2021-07-11T19:35:14.265] error: plugin_load_from_file: dlopen(/usr/lib64/slurm/prep_script.so): /usr/lib64/slurm/prep_script.so: undefined symbol: run_script [2021-07-11T19:35:14.265] error: Couldn't load specified plugin name for prep/script: Dlopen of plugin file failed [2021-07-11T19:35:14.266] error: prep_plugin_init: cannot create prep context for prep/script [2021-07-11T19:35:14.266] fatal: failed to initialize prep plugin

If I can help in any way do not hesitate to reply.

Thank very much in advance for your help.

Best regards,

Braulio J. Solano-Rojas