Hello all,
I am new to BGW and trying to compile BGW4 with intelone-api23 on Bridges2. I have success with the compilation but the testing on Benzene is taking too much time than neccessary ( not sure what time is needed).
The code freezes and hung at this step
Using input file : ./Benzene-SAPO/epsilon.inp
Starting test run ...
Executing: cd /jet/home/usrname/ocean/SCRATCH/tmp/BGW.BHpPTF; /opt/packages/oneapi/v2023.2.0/mpi/2021.10.0/bin/mpiexec -n 8 /ocean/projects/usrname/SCRATCH/BerkeleyGW-4.0/testsuite/../bin/epsilon.real.x > eps.out
this is my hardware requests
export TEMPDIRPATH=/jet/home/usr/ocean/SCRATCH/tmp
export OMP_NUM_THREADS=4
export MPIEXEC="`which mpiexec`"
export BGW_TEST_MPI_NPROCS=8
Thank you