srun: error: nid07105: task 44: Segmentation fault
srun: launch/slurm: _step_signal: Terminating StepId=53852305.0
srun: error: nid02310: task 6: Segmentation fault
srun: error: nid07106: task 45: Segmentation fault
srun: error: nid02318: task 14: Segmentation fault
srun: error: nid02325: task 17: Segmentation fault
srun: error: nid02312: task 8: Segmentation fault
....
_____
I suspects it comes from the changes of cori environment, does anyone compile the BGW code in cori recently? If so, could you please share some suggestions?
Best wishes,
Fujie
--
You received this message because you are subscribed to the Google Groups "BerkeleyGW Help" group.
To unsubscribe from this group and stop receiving emails from it, send an email to help+uns...@berkeleygw.org.
To view this discussion on the web visit https://groups.google.com/a/berkeleygw.org/d/msgid/help/a3263509-a4fc-477d-b562-e7a942c073can%40berkeleygw.org.
number_val_bands_fine 128
number_val_bands_coarse 128
number_cond_bands_fine 192
number_cond_bands_coarse 192
coarse_grid_points 1
screening_semiconductor
#cell_box_truncation
spin_singlet
use_velocity
eqp_co_corrections
gaussian_broadening
energy_resolution 0.4
#dont_use_hdf5_output
write_eigenvectors -1
#avgpot 0.717915
----------
and my bash file is:
#!/bin/bash -l
#SBATCH -J npt
#SBATCH -A m3538
#SBATCH --mail-user=fujie...@temple.edu
#SBATCH -q debug
#SBATCH --time-min=00:30:00
#SBATCH -N 64
#SBATCH -t 00:30:00
#SBATCH -C knl
#SBATCH --mail-type=begin,end,fail
export OMP_NUM_THREADS=64
AB=/global/homes/f/fujie/software/BerkeleyGW-3.0.1/bin/absorption.cplx.x
srun -N 64 -n 64 -c 64 $AB &> absorption.out
----
Thanks!
Fujie
select1/2-bgw/G0W0/4-absorption-192-intergal-test. is my working folder.
I used 02-calculate_absorption.run to submit the job.
Best wishes,
Fujie