CCSD(T) OpenMP Threads


Click here for full thread
Gets Around
Your input file is incorrect. You must set the RTDB variables before invoking the task.

Good:
 set ccsd:use_trpdrv_nb T 
 set ccsd:use_ccsd_omp T
 set ccsd:use_trpdrv_omp T
 task ccsd(t) energy


Bad:
 task ccsd(t) energy
 set ccsd:use_trpdrv_nb T 
 set ccsd:use_ccsd_omp T
 set ccsd:use_trpdrv_omp T