ICHEC Software
Information about software packages installed on the ICHEC systems.
OpenMX
Versions Installed
Stokes: 3.5 / 3.5.1 / 3.5.2 / 3.5.4
Stoney: 3.4.4 / 3.5 / 3.5.1 / 3.5.2 / 3.5.4
Description
OpenMX (Open source package for Material eXplorer) is a program package for nano-scale material simulations based on density functional theories (DFT) and pseudo-atomic localized basis functions. Since the code is designed for the realization of large-scale ab initio calculations on parallel computers, it is anticipated that OpenMX can be a useful and powerful tool for nano-scale material sciences in a wide variety of systems such as biomaterials, carbon nanotubes, magnetic materials, and nanoscale conductors.
License
OpenMX is licensed to the public under the terms of the GNU Public License (GPL).Benchmarks
N/A.
Job Submission Example
#PBS -N MyJobName
#PBS -l walltime=00:10:00
#PBS -l nodes=1:ppn=12
#PBS -A MyProjectCode
#PBS -r n
cd $PBS_O_WORKDIR
module load openmx
mpiexec openmx MyJobInputFile > MyJobOutputFile
Hybrid MPI & MPI script.
#PBS -N MyJobName
#PBS -l walltime=00:10:00
#PBS -l nodes=1:ppn=12
#PBS -A MyProjectCode
#PBS -r n
cd $PBS_O_WORKDIR
module load openmx
export MKL_NUM_THREADS=6
export MV2_CPU_MAPPING="0,1,2,3,4,5:6,7,8,9,10,11"
mpiexec -npernode 2 openmx MyJobInputFile -nt 6 > MyJobOutputFile
Additional Notes
Please refer to this document for advices on how to use effectively the MPI/OpenMP mixed mode.
Further information can be obtained at http://www.openmx-square.org/.
