diff --git a/Modules/Ansys/README b/Modules/Ansys/README index 9e074ed..970414a 100644 --- a/Modules/Ansys/README +++ b/Modules/Ansys/README @@ -1,30 +1,33 @@ # First script script-1.sh runs the Distributed Memory Parallel version of Ansys on Fidis with 1 node and 28 cores Submit the job with the command: -sbatch script-1.sh +`sbatch script-1.sh` # Second script script-2.sh runs the Distributed Memory Parallel version of Ansys on Fidis with 2 node and 56 cores Submit the job with the command: -sbatch script-2.sh +`sbatch script-2.sh` -Note: For the older version ANSYS 17.1, the following path setting may be needed +>Note: +>For the older version ANSYS 17.1, the following path setting may be needed -for module like mechanical: +## For module like mechanical: -export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/ssoft/spack/external/ansys/17.1/v171/Electronics/Linux64/defer:/ssoft/spack/external/ansys/17.1/v171/commonfiles/MainWin/linx64/mw/lib-amd64_linux/X11SLES +`export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/ssoft/spack/external/ansys/17.1/v171/Electronics/Linux64/defer:/ssoft/spack/external/ansys/17.1/v171/commonfiles/MainWin/linx64/mw/lib-amd64_linux/X11SLES` -for runwb2: -export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/ssoft/spack/external/ansys/17.1/v171/Framework/bin/Linux64/Mesa +## For runwb2: + +`export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/ssoft/spack/external/ansys/17.1/v171/Framework/bin/Linux64/Mesa` +