Replies: 2 comments 2 replies
-
e.err file: my.out file: ===================================================================================
|
Beta Was this translation helpful? Give feedback.
-
It has been fixed in v2.2.7. |
Beta Was this translation helpful? Give feedback.
-
software version:
deepmd-kit 2.2.3,dpgen 0.12.1,tensorflow 2.9.0.
When submitting the LAMMPS job using the submission script, the following error occurred.
submission script:
#!/bin/bash
#PBS -N bn1639
#PBS -o o.out
#PBS -e e.err
#PBS -l nodes=1:ppn=2
#PBS -l walltime=3600:00:00
#source /opt/intel/oneapi/intelpython/latest/etc/profile.d/conda.sh
source activate /home/hanye/.conda/envs/deepmd-kit
export PATH=$HOME/bin:$PATH
#source ~/.bashrc
#source /opt/intel/oneapi/setvars.sh
#ulimit -s unlimited
#ulimit -c unlimited
NP=$(cat ${PBS_NODEFILE} | wc -l)
cd $PBS_O_WORKDIR
mpirun -np 2 ~/.conda/envs/deepmd-kit/bin/lmp -i in.rlx >my.out
But I can run it directly by typing mpirun -np 1 ~/.conda/envs/deepmd-kit/bin/lmp -i in.rlx >my.out in the command line.How should this problem be resolved?
Beta Was this translation helpful? Give feedback.
All reactions