- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
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
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
/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.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page