- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i have to compile and link using mkl
the command to be used is
ifort -w -o abc abc.f p.f q.f -mkl=sequential -L/lib -lmyvc -lmyfg
sometimes this command works. at times it gives error that -lmyvc/ libmyvc.a / -lmyvc not found. then i have to place libmyvc.a and libmyfg.a in source codes folder and give above command it creates executable abc.
i feel the problem is due to non linking of .a files with mkl=sequential.
how can i overcome this problem
anand
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mkl link advisor covers static library linking. You must pay attention to order of libraries and group directives.

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