- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I add some offload codes for the package gromacs and use the cmake that the package requires build it.
As we know, the commad for creating offload library: xiar -qoffload-build. But when I set the environment
varibale: DCMAKE_AR="/opt/intel/composer_xe_2013_sp1.3.174/bin/intel64/xiar -qoffload-build" . However
It can not work.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do not include the -qoffload-build as part of the variable setting. Set the variable only to the xiar command (with the full path if desired) and then include the -qoffload-build explicitly as part of the use later in the file. I.e.
DCMAKE_AR="/opt/intel/composer_xe_2013_sp1.3.174/bin/intel64/xiar"
$(DCMAKE_AR) -qoffload_build ....

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