- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
There is something wrong with my MIC. when I what to un the executable with offload pragmas, I get error message"cannot offload to MIC - device is not available" .And then I export OFFLOAD_RECORD=3, and I get "[Offload] [HOST] [State] Unregister data tables". Is there anything wrong when I install MPSS or icc/icpc ?Could anyone please help me understand what has happened? Thanks.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have exactly the same issue as yours, hope some intel guys can give some suggestions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am looking into your isuue. Be back with an answer soon.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Can you please confirm that the coprocessors are up by checking the output of micinfo. If the coprocessors are up, please ssh into the coprocessor and check if the coi_daemon is running:
$ps -a | grep coi
4707 micuser 0:00 /bin/coi_daemon --coiuser=micuser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
this is the output
~ $ ps -a|grep coi
4639 micuser 0:48 /bin/coi_daemon --coiuser=micuser
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What is your environment variable MIC_LD_LIBRARY_PATH set to
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello ,
the output micinfo is:
System Info
HOST OS : Linux
OS Version : 2.6.32-279.el6.x86_64
Driver Version : 5889-16
MPSS Version : 2.1.5889-16
Host Physical Memory : 32823 MB
Device No: 0, Device Name: mic0
Version
Flash Version : NotAvailable
SMC Boot Loader Version : NotAvailable
uOS Version : NotAvailable
Device Serial Number : NotAvailable
Board
Vendor ID : ffff
Device ID : ffff
Subsystem ID : ffff
Coprocessor Stepping ID : f
PCIe Width : x63
PCIe Speed : Unknown
PCIe Max payload size : 16384 bytes
PCIe Max read req size : 16384 bytes
Coprocessor Model : 0x0f
Coprocessor Model Ext : 0x0f
Coprocessor Type : 0x03
Coprocessor Family : 0x0f
Coprocessor Family Ext : 0x0ff
Coprocessor Stepping : B1
Board SKU : NotAvailable
ECC Mode : NotAvailable
SMC HW Revision : NotAvailable
Cores
Total No of Active Cores : NotAvailable
Voltage : NotAvailable
Frequency : NotAvailable
Thermal
Fan Speed Control : NotAvailable
SMC Firmware Version : NotAvailable
FSC Strap : NotAvailable
Fan RPM : NotAvailable
Fan PWM : NotAvailable
Die Temp : NotAvailable
GDDR
GDDR Vendor : NotAvailable
GDDR Version : NotAvailable
GDDR Density : NotAvailable
GDDR Size : NotAvailable
GDDR Technology : NotAvailable
GDDR Speed : NotAvailable
GDDR Frequency : NotAvailable
GDDR Voltage : NotAvailable
We bought the server and the ventor said they has install the MIC and mpss for us ,we just install the icc/icpc .So I think maybe I haven't set ip for MIC, or some other configurations haven't be done. And I am not sure how to do that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
my output of MIC_LD_LIBRARY_PATH
export $MIC_LD_LIBRARY_PATH
declare -x CVS_RSH="ssh"
declare -x DISPLAY="localhost:10.0"
declare -x G_BROKEN_FILENAMES="1"
declare -x HISTCONTROL="ignoredups"
declare -x HISTSIZE="1000"
declare -x HOME="/home/mianlu"
declare -x HOSTNAME="gpusvr3"
declare -x LANG="en_US.utf8"
declare -x LD_LIBRARY_PATH=":/usr/local/cuda/lib64:/opt/intel/mkl/lib/intel64:/opt/intel/composer_xe_2013.2.146/compiler/lib/intel64:/opt/intel/composer_xe_2013.2.146/compiler/lib/mic:/opt/intel/lib/mic:/opt/intel/lib/intel64"
declare -x LESSOPEN="|/usr/bin/lesspipe.sh %s"
declare -x LOGNAME="mianlu"
declare -x LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36:"
declare -x MAIL="/var/spool/mail/mianlu"
declare -x OLDPWD="/home/mianlu/Projects/mrphi"
declare -x PATH="/usr/lib64/qt-3.3/bin:/opt/intel/composer_xe_2013.2.146/bin/:/opt/intel/composer_xe_2013.2.146/bin/intel64/:/opt/intel/composer_xe_2013.2.146/compiler/bin/:/opt/intel/vtune_amplifier_xe_2013/bin64/:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/local/cuda/bin:/home/mianlu/bin"
declare -x PWD="/home/mianlu/Projects/mrphi/app"
declare -x QTDIR="/usr/lib64/qt-3.3"
declare -x QTINC="/usr/lib64/qt-3.3/include"
declare -x QTLIB="/usr/lib64/qt-3.3/lib"
declare -x SHELL="/bin/bash"
declare -x SHLVL="1"
declare -x SSH_ASKPASS="/usr/libexec/openssh/gnome-ssh-askpass"
declare -x SSH_CLIENT="10.217.163.124 43253 22"
declare -x SSH_CONNECTION="10.217.163.124 43253 10.217.168.143 22"
declare -x SSH_TTY="/dev/pts/5"
declare -x TERM="xterm"
declare -x USER="mianlu"
declare -x XMODIFIERS="@im=ibus"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Seems like your env is not setup right. You are missing the env MIC_LD_LIBRARY_PATH
Did you source /opt/intel/composer_xe_2013.2.146/bin/compilervars.sh intel64
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
oh, thanks very much, my fault... solved
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
So your env was not set correctly since you did not source the compilervars.sh file.
Just want to confirm because there was another post with the same issue and would like to provide the solution to that post.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mian L's problem has been solved by sourcing the compilervars.sh file, but my problem still remained unsolved. I have set
the env MIC_LD_LIBRARY_PATH .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Mian L's problem has been solved by sourcing the compilervars.sh file. But my problem still remained unsolved , I have set env MIC_LD_LIBRARY_PATH.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
i also meet this problem. My output is following:
[root@IC intro_sampleCcp]# export $MIC_LD_LIBRAY_PATH
declare -x CPATH="/opt/intel/composer_xe_2013_sp1.3.174/ipp/include:/opt/intel/composer_xe_2013_sp1.3.174/mkl/include:/opt/intel/composer_xe_2013_sp1.3.174/tbb/include"
declare -x CVS_RSH="ssh"
declare -x DISPLAY="localhost:11.0"
declare -x GDBSERVER_MIC="/opt/intel/composer_xe_2013_sp1.3.174/debugger/gdb/target/mic/bin/gdbserver"
declare -x GDB_CROSS="/opt/intel/composer_xe_2013_sp1.3.174/debugger/gdb/intel64_mic/py26/bin/gdb-mic"
declare -x G_BROKEN_FILENAMES="1"
declare -x HISTCONTROL="ignoredups"
declare -x HISTSIZE="1000"
declare -x HOME="/root"
declare -x HOSTNAME="IC"
declare -x IDB_HOME="/opt/intel/composer_xe_2013_sp1.3.174/bin/intel64"
declare -x INCLUDE="/opt/intel/composer_xe_2013_sp1.3.174/mkl/include"
declare -x INTEL_LICENSE_FILE="/opt/intel/composer_xe_2013_sp1.3.174/licenses:/opt/intel/licenses:/root/intel/licenses"
declare -x IPPROOT="/opt/intel/composer_xe_2013_sp1.3.174/ipp"
declare -x LANG="en_US.UTF-8"
declare -x LD_LIBRARY_PATH="/opt/intel/composer_xe_2013_sp1.3.174/compiler/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/composer_xe_2013_sp1.3.174/mpirt/lib/intel64:/opt/intel/composer_xe_2013_sp1.3.174/ipp/../compiler/lib/intel64:/opt/intel/composer_xe_2013_sp1.3.174/ipp/lib/intel64:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/composer_xe_2013_sp1.3.174/compiler/lib/intel64:/opt/intel/composer_xe_2013_sp1.3.174/mkl/lib/intel64:/opt/intel/composer_xe_2013_sp1.3.174/tbb/lib/intel64/gcc4.4:/opt/intel/composer_xe_2013_sp1.3.174/compiler/lib/intel64:/opt/intel/composer_xe_2013_sp1.3.174/compiler/lib/mic"
declare -x LESSOPEN="|/usr/bin/lesspipe.sh %s"
declare -x LIBRARY_PATH="/opt/intel/composer_xe_2013_sp1.3.174/compiler/lib/intel64:/opt/intel/composer_xe_2013_sp1.3.174/ipp/../compiler/lib/intel64:/opt/intel/composer_xe_2013_sp1.3.174/ipp/lib/intel64:/opt/intel/composer_xe_2013_sp1.3.174/compiler/lib/intel64:/opt/intel/composer_xe_2013_sp1.3.174/mkl/lib/intel64:/opt/intel/composer_xe_2013_sp1.3.174/tbb/lib/intel64/gcc4.4"
declare -x LOADEDMODULES=""
declare -x LOGNAME="root"
declare -x LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:mi=01;05;37;41:su=37;41:sg=30;43:ca=30;41:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arj=01;31:*.taz=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.zip=01;31:*.z=01;31:*.Z=01;31:*.dz=01;31:*.gz=01;31:*.lz=01;31:*.xz=01;31:*.bz2=01;31:*.tbz=01;31:*.tbz2=01;31:*.bz=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.rar=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.jpg=01;35:*.jpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.axv=01;35:*.anx=01;35:*.ogv=01;35:*.ogx=01;35:*.aac=01;36:*.au=01;36:*.flac=01;36:*.mid=01;36:*.midi=01;36:*.mka=01;36:*.mp3=01;36:*.mpc=01;36:*.ogg=01;36:*.ra=01;36:*.wav=01;36:*.axa=01;36:*.oga=01;36:*.spx=01;36:*.xspf=01;36:"
declare -x MAIL="/var/spool/mail/root"
declare -x MANPATH="/opt/intel/composer_xe_2013_sp1.3.174/man/en_US:/opt/intel/composer_xe_2013_sp1.3.174/man/en_US:/usr/local/share/man:/usr/share/man/overrides:/usr/share/man/en:/usr/share/man:/opt/intel/man/en_US:/opt/intel/man:/usr/local/man:"
declare -x MIC_ENV_PREFIX="MIN"
declare -x MIC_LD_LIBRARY_PATH="/opt/intel/composer_xe_2013_sp1.3.174/compiler/lib/mic:/opt/intel/composer_xe_2013_sp1.3.174/mpirt/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/composer_xe_2013_sp1.3.174/ipp/lib/lib/mic:/opt/intel/mic/coi/device-linux-release/lib:/opt/intel/mic/myo/lib:/opt/intel/composer_xe_2013_sp1.3.174/compiler/lib/mic:/opt/intel/composer_xe_2013_sp1.3.174/mkl/lib/mic:/opt/intel/composer_xe_2013_sp1.3.174/tbb/lib/mic:/opt/intel/composer_xe_2013_sp1.3.174/compiler/lib/mic:/opt/intel/mic/coi/host-linux-release/lib:/opt/intel/lib/mic:/opt/intel/composer_xe_2013_sp1.3.174/compiler/lib/intel64"
declare -x MIC_LIBRARY_PATH="/opt/intel/composer_xe_2013_sp1.3.174/tbb/lib/mic"
declare -x MIC_MYVAR="myval2"
declare -x MKLROOT="/opt/intel/composer_xe_2013_sp1.3.174/mkl"
declare -x MKL_MIC_ENABLE="1"
declare -x MODULEPATH="/usr/share/Modules/modulefiles:/etc/modulefiles"
declare -x MODULESHOME="/usr/share/Modules"
declare -x MPM_LAUNCHER="/opt/intel/composer_xe_2013_sp1.3.174/debugger/mpm/bin/start_mpm.sh"
declare -x MYVAR="myval"
declare -x NLSPATH="/opt/intel/composer_xe_2013_sp1.3.174/compiler/lib/intel64/locale/%l_%t/%N:/opt/intel/composer_xe_2013_sp1.3.174/ipp/lib/intel64/locale/%l_%t/%N:/opt/intel/composer_xe_2013_sp1.3.174/mkl/lib/intel64/locale/%l_%t/%N:/opt/intel/composer_xe_2013_sp1.3.174/debugger/gdb/intel64_mic/py26/share/locale/%l_%t/%N:/opt/intel/composer_xe_2013_sp1.3.174/debugger/gdb/intel64/py26/share/locale/%l_%t/%N:/opt/intel/composer_xe_2013_sp1.3.174/debugger/intel64/locale/%l_%t/%N"
declare -x OFFLOAD_INIT="on_start"
declare -x OFFLOAD_REPORT="3"
declare -x OLDPWD="/opt/intel/composerxe/Samples/en_US/C++/mic_samples"
declare -x PATH="/opt/intel/composer_xe_2013_sp1.3.174/bin/intel64:/opt/intel/composer_xe_2013_sp1.3.174/mpirt/bin/intel64:/opt/intel/composer_xe_2013_sp1.3.174/debugger/gdb/intel64_mic/py26/bin:/opt/intel/composer_xe_2013_sp1.3.174/debugger/gdb/intel64/py26/bin:/opt/intel/composer_xe_2013_sp1.3.174/bin/intel64:/opt/intel/composer_xe_2013_sp1.3.174/bin/intel64_mic:/opt/intel/composer_xe_2013_sp1.3.174/debugger/gui/intel64:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/opt/intel/bin:/opt/intel/composer_xe_2013_sp1.3.174/bin/intel64:/root/bin"
declare -x PWD="/opt/intel/composerxe/Samples/en_US/C++/mic_samples/intro_sampleCcp"
declare -x SHELL="/bin/bash"
declare -x SHLVL="1"
declare -x SSH_CLIENT="10.200.97.64 61725 22"
declare -x SSH_CONNECTION="10.200.97.64 61725 192.168.70.1 22"
declare -x SSH_TTY="/dev/pts/1"
declare -x TBBROOT="/opt/intel/composer_xe_2013_sp1.3.174/tbb"
declare -x TERM="xterm"
declare -x USER="root"

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page