We have an exciting announcement about badges coming in May 2025. Until then, we will temporarily stop issuing new badges for course completions and certifications. However, all completions will be recorded and fulfilled after May 2025.
LS Dyna

LS Dyna

Topics related to LS-DYNA, Autodyn, Explicit STR and more.

LS-Dyna MPP

TAGGED: 

    • Atish Gawale
      Subscriber

      Hello,

      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/openmpi
      export ANSYSLI_SERVERS=2325@193.61.145.219
      export 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/mpirun
      unset SLURM_GTIDS
      export LSTC_LICENSE=ansys
       
      mpirun -np 64 /opt/apps/ansys/2024R1/ansys_inc/v241/ansys/bin/linx64/lsdyna_dp_mpp.e i=tube.k memory=999m

      Regards,

      Atish

    • Alex R.
      Ansys Employee

      Hello 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 

    • Atish Gawale
      Subscriber

      Thank 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

    • Alex R.
      Ansys Employee

      Hello 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 

Viewing 3 reply threads
  • You must be logged in to reply to this topic.