Thanks for your instructions - I deinstalled the earlier version of QuantumATK-U-2022.12 and followed your description when installing QuantumATK-U-2022.12-SP1.
Here is my test script:
#!/bin/bash
#SBATCH --nodes 1
#SBATCH --ntasks-per-node 8
#SBATCH --cpus-per-task 1
#SBATCH --exclusive
#SBATCH --mem=50g
#SBATCH -p batch
#SBATCH -A cnms
#SBATCH -t 4:00:00
module load PE-intel
export SNPSLMD_LICENSE_FILE="27020@151.141.244.36"
/home/fhagelberg/QuantumATK/QuantumATK-U-2022.12-SP1/mpi/bin/mpiexec.hydra -n 1 /home/fhagelberg/QuantumATK/QuantumATK-U-2022.12-SP1/atkpython/bin/atkpython Fgraphene-half-spinit-lower-edge.py > Fgraphene-half-spinit-lower-edge.log
#END
Once more, the job fails with an error message:
Traceback (most recent call last):
File "/home/fhagelberg/QuantumATK/QuantumATK-U-2022.12-SP1/atkpython/bin/atkpython", line 8, in <module>
sys.exit(__run_atkpython())
File "zipdir/ATKExecutables/atkwrappers/__init__.py", line 837, in __run_atkpython
File "<frozen zipimport>", line 281, in load_module
File "zipdir/NL/__init__.py", line 13, in <module>
File "zipdir/NL/ATKLicenseHelpers.py", line 193, in atkpythonLicenseCheck
File "zipdir/NL/ATKLicenseHelpers.py", line 167, in atkpythonLicenseCheck
File "<frozen zipimport>", line 281, in load_module
File "zipdir/NLEngine.py", line 21, in <module>
ImportError: /software/tools/compilers/intel/compilers_and_libraries_2016.1.150/linux/mpi/intel64/lib/libmpifort.so.12: undefined symbol: MPI_UNWEIGHTED
I submitted the installbuilder file in a separate post. Please let me know about any other relevant information I could supply.
Frank