-
-
June 6, 2023 at 2:12 pm
Neil McFadyen
Subscriberwe are getting a
the library not found error even after I created a link for it
/usr/local/ansys_inc/v222/fensapice/bin/nti_sh: error while loading shared libraries: libqwt-0.4.1.so: cannot open shared object file: No such file or directory
ls -l /usr/local/ansys_inc/v222/fensapice/lib64
lrwxrwxrwx 1 root root 11 May 26 15:58 libqwt-0.4.1.so -> libqut.so.6
lrwxrwxrwx 1 root root 11 May 26 15:29 libqwt.so.4 -> libqwt.so.6
-rwxr-xr-x 1 root root 1688328 May 16 2022 libqwt.so.6
-
June 6, 2023 at 2:28 pm
Neil McFadyen
SubscriberI fixed the typo for the link,
lrwxrwxrwx 1 root root 11 May 26 15:29 libqwt.so.4 -> libqwt.so.6
lrwxrwxrwx 1 root root 11 Jun 6 10:17 libqwt-0.4.1.so -> libqwt.so.6but now getting another library error
/usr/local/ansys_inc/v222/fensapice/bin/nti_sh: error while loading shared libraries: libQt5PrintSupport.so.5: cannot open shared object file: No such file or directory
-
June 12, 2023 at 5:29 pm
ANSYS_MMadore
Ansys EmployeeCan you please check your installation to our listed prerequisites?
https://ansyshelp.ansys.com/account/secured?returnurl=/Views/Secured/corp/v222/en/installation/unix_platform_libraries.html
-
June 12, 2023 at 5:54 pm
Neil McFadyen
SubscriberI installed
yum install qt5-qtbase-gui
yum install qt5-qtsvgwhich don't seem to be in the library list but now the library errors are gone now getting a different error - not sure this is the correct way to run fenaspice in batch
/usr/local/ansys_inc/v222/fensapice/bin/nti_sh /home/xxxxx/run_FENSAP_Shot1_FORCLUSTER/solvercmd 2>&1 > fensap.stdout
nti_sh -Undefined variable (Path)(error: 1999)
solver.cmd contents:
#!/bin/sh
#cwd
rm -f .solvercmd.out
export FLUENT_EXE="/usr/local/ansys_inc/v222/fluent/fluent22.2.0/bin/fluent"
export FLUENT_INTEL_MPI_VERSION="2018"
export NTI_DATA="/usr/local/ansys_inc/v222/fensapice/data"
export NTI_PATH="/usr/local/ansys_inc/v222/fensapice/bin"
export Path="/usr/local/ansys_inc/v222/fluent/fluent22.2.0/multiport/mpi/lnamd64/intel/bin;\usr\loca
l\ansys_inc\v222\fluent\fluent22.2.0\multiport\mpi_wrapper\lnamd64\intel\;\usr\local\ansys_inc\v222\
fensapice\bin\;$Path"rm -f .mem_monitor
rm -f converg
rm -f gmres.out
rm -f surface.dat
rm -f hflux.dat
rm -f out
rm -f abortmesg
rm -f probe.out
rm -f fensapstop.txt
rm -f solnecho STEP:FENSAP >> .solvercmd.out
rm -f fensapstop.txt
which "/usr/local/ansys_inc/v222/fluent/fluent22.2.0/multiport/mpi/lnamd64/intel/bin/mpiexec.hydra"
if [ $? -ne 0 ]; then
echo ERROR: "/usr/local/ansys_inc/v222/fluent/fluent22.2.0/multiport/mpi/lnamd64/intel/bin/mpiexec
.hydra" not available >> .solvercmd.out
sleep 1
exit 1
fi
"/usr/local/ansys_inc/v222/fluent/fluent22.2.0/multiport/mpi/lnamd64/intel/bin/mpiexec.hydra" -local
only -np 1 "/usr/local/ansys_inc/v222/fensapice/bin_mpi/fensapMPI.exe" >> .solvercmd.out 2>&1
"\usr\local\ansys_inc\v222\fensapice\bin\testWaitFileNormally" fensapstop.txt .solvercmd.out NORMALL
Y,normally,request
if [ $? != 0 ]; then
echo ERROR: execution error >> .solvercmd.out
sleep 1
exit 1
fi -
June 12, 2023 at 6:21 pm
Neil McFadyen
Subscriberi fix the PATH variable (caps needed) but still getting an error related to mpi options [mpiexec@c201m128.local] match_arg (../../utils/args/args.c:254): unrecognized argument localonly [mpiexec@c201m128.local] HYDU_parse_array (../../utils/args/args.c:269): argument matching returned error [mpiexec@c201m128.local] parse_args (../../ui/mpich/utils.c:4770): error parsing input array [mpiexec@c201m128.local] HYD_uii_mpx_get_parameters (../../ui/mpich/utils.c:5106): unable to parse u ser arguments ERROR: cannot stat fensapstop.txt ERROR: (abnormal program end of NFS/filesytem problem) ERROR: execution error -
June 12, 2023 at 6:30 pm
Neil McFadyen
Subscribermore .solvercmd.out
STEP:FENSAP
/usr/local/ansys_inc/v222/fensapice/bin/fensapMPI: error while loading shared libraries: libmpi_wrap
per.so: cannot open shared object file: No such file or directory
ERROR: cannot stat fensapstop.txt
ERROR: (abnormal program end of NFS/filesytem problem)
ERROR: execution error#!/bin/sh
#cwd
rm -f .solvercmd.out
export FLUENT_EXE="/usr/local/ansys_inc/v222/fluent/fluent22.2.0/bin/fluent"
export FLUENT_INTEL_MPI_VERSION="2018"
export NTI_DATA="/usr/local/ansys_inc/v222/fensapice/data"
export NTI_PATH="/usr/local/ansys_inc/v222/fensapice/bin"
export PATH="/usr/local/ansys_inc/v222/fluent/fluent22.2.0/multiport/mpi/lnamd64/intel/bin;\usr\local\ansys_inc\v222\fluent\fl
uent22.2.0\multiport\mpi_wrapper\lnamd64\intel\;\usr\local\ansys_inc\v222\fensapice\bin\;$PATH"rm -f .mem_monitor
rm -f converg
rm -f gmres.out
rm -f surface.dat
rm -f hflux.dat
rm -f out
rm -f abortmesg
rm -f probe.out
rm -f fensapstop.txt
rm -f solnecho STEP:FENSAP >> .solvercmd.out
rm -f fensapstop.txt
which "/usr/local/ansys_inc/v222/fluent/fluent22.2.0/multiport/mpi/lnamd64/intel/bin/mpiexec.hydra"
if [ $? -ne 0 ]; then
echo ERROR: "/usr/local/ansys_inc/v222/fluent/fluent22.2.0/multiport/mpi/lnamd64/intel/bin/mpiexec.hydra" not available >> .
solvercmd.out
sleep 1
exit 1
fi
"/usr/local/ansys_inc/v222/fluent/fluent22.2.0/multiport/mpi/lnamd64/intel/bin/mpiexec.hydra" -np 1 "/usr/local/ansys_inc/v222
/fensapice/bin/fensapMPI" >> .solvercmd.out 2>&1
"/usr/local/ansys_inc/v222/fensapice/bin/testWaitFileNormally" fensapstop.txt .solvercmd.out NORMALLY,normally,request
if [ $? != 0 ]; then
echo ERROR: execution error >> .solvercmd.out
sleep 1
exit 1
fi
-
- You must be logged in to reply to this topic.

Boost Ansys Fluent Simulations with AWS
Computational Fluid Dynamics (CFD) helps engineers design products in which the flow of fluid components is a significant challenge. These different use cases often require large complex models to solve on a traditional workstation. Click here to join this event to learn how to leverage Ansys Fluids on the cloud, thanks to Ansys Gateway powered by AWS.

Earth Rescue – An Ansys Online Series
The climate crisis is here. But so is the human ingenuity to fight it. Earth Rescue reveals what visionary companies are doing today to engineer radical new ideas in the fight against climate change. Click here to watch the first episode.

Ansys Blog
Subscribe to the Ansys Blog to get great new content about the power of simulation delivered right to your email on a weekly basis. With content from Ansys experts, partners and customers you will learn about product development advances, thought leadership and trends and tips to better use Ansys tools. Sign up here.
- Floating point exception in Fluent
- What are the differences between CFX and Fluent?
- Heat transfer coefficient
- Difference between K-epsilon and K-omega Turbulence Model
- Getting graph and tabular data from result in workbench mechanical
- The solver failed with a non-zero exit code of : 2
- Suppress Fluent to open with GUI while performing in journal file
- Mesh Interfaces in ANSYS FLUENT
- Time Step Size and Courant Number
- error: Received signal SIGSEGV
-
7592
-
4440
-
2953
-
1427
-
1322
© 2023 Copyright ANSYS, Inc. All rights reserved.