cmast (Computational MAterials Science and Technology) codes
Executing / running on CRESCO (ENEA-Grid) platform
1. CPMD
Brief description of CPMD code [ link ]| executable path: | exe=/afs/enea.it/por/user/raia/public/cmast_codes/cpmd/cpmd.x |
|---|---|
| compiled with: | ifort (intel F90 compiler) |
| MPI library: | openmpi_intel |
| others libraries: | BLAS: MKL Intel OpenMP: yes |
| launching string: | $exe input.inp > output.out |
| LSF submission: | bsub <bsub_options> -o out.%J openmpi_wrapper.sh $exe input.inp |
2. cp2k
Brief description of cp2k code [ link ]| executable path: | exe=/afs/enea.it/por/user/raia/public/cmast_codes/cp2k/cp2k.popt |
|---|---|
| compiled with: | ifort (intel F90 compiler) |
| MPI library: | openmpi_intel |
| others libraries: | BLAS, scaLAPACK, BLACS: MKL Intel FFT: FFTW2 OpenMP: yes |
| launching string: | $exe input.inp > output.out |
| LSF submission: | bsub <bsub_options> -o out.%J openmpi_wrapper.sh $exe input.inp |
3. Quantum Expresso
Brief description of quantum expresso code [ link ]| executable path: | |
|---|---|
| compiled with: | |
| MPI library: | |
| others libraries: | |
| launching string: | |
| LSF submission: |
4. Gromacs
Brief description of gromacs code [ link ]| executable path: | grompp_exe=/afs/enea.it/por/user/raia/public/cmast_codes/gromacs/bin/grompp_d mdrun_exe=/afs/enea.it/por/user/raia/public/cmast_codes/gromacs/bin/mdrun_mpi |
|---|---|
| compiled with: | gcc |
| MPI library: | openmpi_gcc |
| others libraries: | FFT: default |
| launching string: |
1- preprocess all the input files with the GROMACS preprocessor grompp. grompp preprocesses the topology file (.top), the structure file (.gro) and a parameter file (.mdp) resulting in a binary topology file (.tpr): $grompp_exe <grompp_options> 2- Run the dynamics: $mdrun_exe <".tpr file"> <mdrun_options> -np <N_processors> |
| LSF submission: | bsub -np <N_processors> <bsub_options> -o out.%J openmpi_wrapper.sh
$mdrun_exe <".tpr file"> <mdrun_options> -np <N_processors>* (*) The option "-np" of bsub must specify the same number of processors with which you intend to run mdrun. |
5. Pcgamess
Brief description of pcgamess code [ link ]| executable path: | |
|---|---|
| compiled with: | |
| MPI library: | |
| others libraries: | |
| launching string: | |
| LSF submission: |