TAGGED: ls-dyna
-
-
May 21, 2025 at 2:47 pm
Atish Gawale
SubscriberHello,
I am running simulation using LS DYNA MPP on linux HPC and getting following error :
Is anything wrong with my batch script?
#!/bin/bash -l#SBATCH --job-name=tube#SBATCH --output=tube.out#SBATCH -N 1#SBATCH --ntasks-per-node=64##SBATCH -p k2-hipri##SBATCH --time 0-00:05:00#SBATCH --mem-per-cpu=2G#SBATCH --partition k2-hysaferÂ####SBATCH --exclusive   # Instructs SLURM to not run any other job in the node(s) selectedÂmodule load mpi/openmpiexport ANSYSLI_SERVERS=2325@193.61.145.219export ANSYSLMD_LICENSE_FILE=1055@193.61.145.219Âexport LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/apps/ansys/2024R1/ansys_inc/v241/commonfiles/MPI/OpenMPI/4.0.5/linx64/lib/export PATH=$PATH:/opt/apps/ansys/2024R1/ansys_inc/v241/commonfiles/MPI/OpenMPI/4.0.5/linx64/bin/mpirununset SLURM_GTIDSexport LSTC_LICENSE=ansysÂmpirun -np 64 /opt/apps/ansys/2024R1/ansys_inc/v241/ansys/bin/linx64/lsdyna_dp_mpp.e i=tube.k memory=999mRegards,
Atish
-
May 22, 2025 at 2:31 pm
Alex R.
Ansys EmployeeHello Atish,Â
Could you please verify that lsdyna_dp_mpp.e in your ansys folder is a version of ls-dyna compiled form OpenMPI? Or could you download the ls-dyna for OpenMPI from here https://ftp.lstc.com/user/download_page.html (username: user ; password: computer), upload it to your server and try it?Â
Could you please check if you have all dynamically linked libraries for lsdyna_dp_mpp.e. Please run this on your cluster:Âldd  /opt/apps/ansys/2024R1/ansys_inc/v241/ansys/bin/linx64/lsdyna_dp_mpp.e
Please let me know if that helps,Â
Thank you,
Alex -
May 22, 2025 at 2:46 pm
Atish Gawale
SubscriberThank you Alex,
See below outcome of ldd command. I think some files seems to be missing.
I also downloaded the following files from the LSTC website. Could you please instruct the procedure to install following OpenMPI files on linux?
ls-dyna_mpp_d_R15_0_2_x64_centos79_ifort190_sse2_openmpi405.tgz_extractor.shÂ
ls-dyna_mpp_d_R15_0_2_x64_centos79_ifort190_sse2_openmpi405_sharelib.tar.gz_extractor.sh
Â
Regards,
Atish -
May 22, 2025 at 3:09 pm
Alex R.
Ansys EmployeeHello Atish,Â
Please unpack the files and upload them to your server. The solver is already executable, so no installation is needed. However, you may need to adjust the file permissions to allow execution.
Thank you,
AlexÂ
-
- You must be logged in to reply to this topic.
-
3145
-
1007
-
935
-
858
-
792
© 2025 Copyright ANSYS, Inc. All rights reserved.