Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
6956 Discussions

Cannot run output file(test4.out) after compiling with pardiso in linux

Hachan_Jeong
Beginner
260 Views
Hello, everyone.

not like just simple problme, I cannot run the output file by just clicking after using pardiso.
The below is my compiling command.

ifort -o test4 -w Main.F90 NEW_LIBR.F90 -L${MKL_LIB} ${MKL_LIB}/libmkl_solver_lp64.a ${MKL_LIB}/libmkl_intel_lp64.a -Wl,--start-group ${MKL_LIB}/libmkl_intel_thread.a ${MKL_LIB}/libmkl_core.a -Wl,--end-group -L${MKL_LIB} -liomp5 -lpthread -lm

Then, I got 'test4' file without any error.
Please let me know how to run this output file compiled by Pardiso.

Thank you for taking your time for me.

Hachan
0 Kudos
2 Replies
mecej4
Honored Contributor III
260 Views
If your program is a character mode application that does not need any console input, how can you tell the difference between "did not run" and "ran so fast that I did not notice it" ?

Please run it in a command shell. If you see any error messages, or if the program does not produce the kind of output that it is expected to deliver, you will have to investigate the reasons with the help of people here.
0 Kudos
Hachan_Jeong
Beginner
260 Views
Thank you for your reply.

/home/hachan.jeong/Desktop/PTest1/test3.out


I got to know how to run the file now since I am very new to fortran in linux.

I am sorry for my silly question.
0 Kudos
Reply