<span style=" font-size:10pt;font-family:sans-serif">Has anyone encounter
the following error?  I am wondering if it is something to do with
how I build libomp.so.</span><br><br><span style=" font-size:10pt;font-family:sans-serif">$ LD_LIBRARY_PATH=/home/kli/clang-install/lib
mpirun -np 1 ./a.out</span><br><span style=" font-size:10pt;font-family:sans-serif">a.out: symbol
lookup error: /home/kli/clang-install/lib/libomp.so: undefined symbol:
ompt_start_tool</span><br><span style=" font-size:10pt;font-family:sans-serif">--------------------------------------------------------------------------</span><br><span style=" font-size:10pt;font-family:sans-serif">Primary job  terminated
normally, but 1 process returned</span><br><span style=" font-size:10pt;font-family:sans-serif">a non-zero exit
code. Per user-direction, the job has been aborted.</span><br><span style=" font-size:10pt;font-family:sans-serif">--------------------------------------------------------------------------</span><br><span style=" font-size:10pt;font-family:sans-serif">--------------------------------------------------------------------------</span><br><span style=" font-size:10pt;font-family:sans-serif">mpirun detected
that one or more processes exited with non-zero status, thus causing</span><br><span style=" font-size:10pt;font-family:sans-serif">the job to be
terminated. The first process to do so was:</span><br><br><span style=" font-size:10pt;font-family:sans-serif">  Process
name: [[14546,1],0]</span><br><span style=" font-size:10pt;font-family:sans-serif">  Exit code:
   127</span><br><span style=" font-size:10pt;font-family:sans-serif">--------------------------------------------------------------------------</span><br><br><span style=" font-size:10pt;font-family:sans-serif">But it works without
mpirun.</span><br><br><span style=" font-size:10pt;font-family:sans-serif">$ LD_LIBRARY_PATH=/home/kli/clang-install/lib
./a.out</span><br><span style=" font-size:10pt;font-family:sans-serif">0</span><br><span style=" font-size:10pt;font-family:sans-serif">1</span><br><span style=" font-size:10pt;font-family:sans-serif">2</span><br><span style=" font-size:10pt;font-family:sans-serif">3</span><br><span style=" font-size:10pt;font-family:sans-serif"><br><br>Kelvin<br></span><BR>