Author Topic: Device Optimization  (Read 1828 times)

0 Members and 1 Guest are viewing this topic.

Offline kumars12

  • New QuantumATK user
  • *
  • Posts: 3
  • Country: us
  • Reputation: 0
    • View Profile
Device Optimization
« on: November 6, 2021, 20:09 »
Hello,

I have been trying to optimize the device for my simulation which is an NEGF calculation for a Cu metal slab. As you would notice in the files attached, my calculations do not progress after the first step of optimization and get stuck there forever. I am running the calculations on a SLURM cluster which has 12 CPUs each with 32 cores. For this calculation, I have chosen 6 MPI processes (1 process per node) since there are 6 irreducible k-points. It seems ATK automatically chooses 16 threads for each process. I have attached my log files here. Has anyone encountered this problem before? Any help would be much appreciated.

Thanks! 

Offline kumars12

  • New QuantumATK user
  • *
  • Posts: 3
  • Country: us
  • Reputation: 0
    • View Profile
Re: Device Optimization
« Reply #1 on: November 7, 2021, 13:52 »
Update: I also tried running using 6 MPI processes with 1 thread each (using export OMP_NUM_THREADS=1 and export MKL_NUM_THREADS=1) but it gets stuck at the same point. It has been running for over 7 hours but the file has not updated after the last line in the attached log file.

Offline Petr Khomyakov

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 1290
  • Country: dk
  • Reputation: 25
    • View Profile
Re: Device Optimization
« Reply #2 on: November 8, 2021, 11:56 »
The issue is likely a recently-found bug with Parallel conjugate gradient and related type of the Poisson solvers - the corresponding fix will be available in Service Pack 2 (SP2) in about a month time. I think for your system (I see no continuum metal or dielectric regions in the script you have posted), you could use FFT2D type of the Poisson solver instead of PCG; the FFT2D is not affected by this bug.

Offline kumars12

  • New QuantumATK user
  • *
  • Posts: 3
  • Country: us
  • Reputation: 0
    • View Profile
Re: Device Optimization
« Reply #3 on: November 9, 2021, 02:35 »
Thanks a lot! That solved the issue.