Welcome, Guest. Please Login or Register
UGENE Bulletin Board
  Welcome to our forum.
  HomeHelpSearchLoginRegister  
 
 
Pages: 1 2 
Compilation fails on Smith-Waterman plugin (Read 19566 times)
Jun 3rd, 2018 at 8:08pm

Louis Becquey   Offline
YaBB Newbies
France

Gender: male
Posts: 7
*
 
Hello,
I am trying to build Ugene from source (because i want it to work with Cuda).

Something goes wrong with the Smith-Waterman plugin that makes the build fail, it looks like a path issue:

qmake -r
Code:
...
Reading /home/persalteas/ugene-1.30.0/src/plugins/smith_waterman/smith_waterman.pro
QDir::mkpath: Empty or null file name
WARNING: nvzz: Cannot access directory ''
... 



And if i try to build it anyway, it works well for a while, and finally fails on the Smith-Waterman plugin again:

make
Code:
...

nvcc -m 32 -g -G -Xcompiler -Zi,-MD -Xlinker /DEBUG -c -I -Isrc -I_tmp -I../../include -I../../corelibs/U2View/_tmp -L -lcudart -o _tmp/obj/release/sw_cuda.o src/sw_cuda.cu
nvcc warning : Compiling in the 32-bit mode when the host compiler targets x86 or x86_64 is no longer supported on Linux
gcc-6: error: unrecognized command line option ‘-Zi’; did you mean ‘-Z’?
Makefile.Release:292: recipe for target '_tmp/obj/release/sw_cuda.o' failed
 



I tried to edit src/plugins/smith_waterman/smith_waterman.pri to force -m 64 (removed the warning about 32 bit mode) and to replace -Zi by -Z. The compilation went a bit further, but failed again:

Code:
make[1] : entering directory « /home/persalteas/ugene-1.30.0/src/plugins/smith_waterman »
/usr/lib/qt5/bin/qmake -o Makefile smith_waterman.pro
QDir::mkpath: Empty or null file name
WARNING: nvzz: Cannot access directory ''
 


and then linking fails.


Additional info:
- Issue observed on two different machines:
  • a Centos 7 workstation with 8 core Intel Xeon, GCC 5, Nvidia driver 390, CUDA 9.2,
  • an Ubuntu 18.04 with 16-core AMD Ryzen, GCC 6, Nvidia 390 driver, CUDA 9.1.

- Used the source of UGENE 1.30, downloaded from here : ugene.unipro.ru/downloads/ugene_get_latest_source.html


Any idea what to do ? Any help would be appreciated, thanks in advance !

 
IP Logged
 
Reply #1 - Jun 4th, 2018 at 2:26pm

Olga Golosova   Offline
YaBB Administrator

Posts: 338
*****
 
Hello, Louis!

Thanks for your request!

We were able to reproduce the issue. We're currently trying to solve it and will write you as soon as there are news on that.
 
IP Logged
 
Reply #2 - Jun 6th, 2018 at 12:23am

Louis Becquey   Offline
YaBB Newbies
France

Gender: male
Posts: 7
*
 
Thank you, i am waiting to hear from you, then.  Smiley
 
IP Logged
 
Reply #3 - Jun 7th, 2018 at 5:44pm

Olga Golosova   Offline
YaBB Administrator

Posts: 338
*****
 
Hi Louis!

Quote:
Thank you, i am waiting to hear from you, then.

Yeap, sorry for the delay! We were able to reproduce the issue, but we haven't found a solution yet. We'll spend some time more to investigate the issue.

 
IP Logged
 
Reply #4 - Jun 20th, 2018 at 6:53pm

Olga Golosova   Offline
YaBB Administrator

Posts: 338
*****
 
Hi again!

I'm writing to inform you that we're still working on the issue. We fixed the compilation issues, but we have some problems with testing the issue on a Linux machine. Hopefully, we'll solve them in the nearest future.

Sorry again for the delay!
 
IP Logged
 
Reply #5 - Jun 29th, 2018 at 2:39pm

Louis Becquey   Offline
YaBB Newbies
France

Gender: male
Posts: 7
*
 
That is nice to read Smiley thank you.
I suppose that when everything will be tested and fine, you will propose a new source archive to download on the website ?
 
IP Logged
 
Reply #6 - Jul 2nd, 2018 at 2:16pm

Olga Golosova   Offline
YaBB Administrator

Posts: 338
*****
 
The latest source version with the issue fix is available on GitHub.

Please inform us, if it works fine on your system also.
 
IP Logged
 
Reply #7 - Jul 2nd, 2018 at 6:58pm

Louis Becquey   Offline
YaBB Newbies
France

Gender: male
Posts: 7
*
 
Hello Olga,

I just tried after cloning the github source.

I still have the path warning with qmake -r (as in my first post), and then the build  failed (but for a different reason):
Code:
g++ -Wl,-O1 -Wl,-rpath-link,/usr/lib/x86_64-linux-gnu -shared -Wl,-soname,libsmith_waterman.so.1 -o libsmith_waterman.so.1.0.0 _tmp/obj/release/sw_cuda.o _tmp/obj/release/PairAlignSequences.o _tmp/obj/release/SmithWatermanAlgorithm.o _tmp/obj/release/SmithWatermanAlgorithmSSE2.o _tmp/obj/release/SWAlgorithmPlugin.o _tmp/obj/release/SWAlgorithmTask.o _tmp/obj/release/SmithWatermanAlgorithmCUDA.o _tmp/obj/release/SmithWatermanAlgorithmOPENCL.o _tmp/obj/release/sw_cuda_cpp.o _tmp/obj/release/SWTaskFactory.o _tmp/obj/release/SmithWatermanTests.o _tmp/obj/release/SWWorker.o _tmp/obj/release/SWQuery.o _tmp/obj/release/PairwiseAlignmentSmithWatermanGUIExtension.o _tmp/obj/release/qrc_smith_waterman.o _tmp/obj/release/moc_SWAlgorithmPlugin.o _tmp/obj/release/moc_SWAlgorithmTask.o _tmp/obj/release/moc_SmithWatermanTests.o _tmp/obj/release/moc_SWWorker.o _tmp/obj/release/moc_SWQuery.o _tmp/obj/release/moc_PairwiseAlignmentSmithWatermanGUIExtension.o  -L../../_release -lU2Core -lU2Algorithm -lU2Formats -lU2Gui -lU2View -lU2Test -lU2Lang -lU2Designer -L -lcudart -lQt5WebKit -lQt5Svg -lQt5Widgets -lQt5Gui -lQt5Script -lQt5Network -lQt5Xml -lQt5Core -lpthread -lGL 
/usr/bin/x86_64-linux-gnu-ld : i386 architecture of input file  « _tmp/obj/release/sw_cuda.o » is incompatible with  i386:x86-64 output
 



I am on a 64 bits system, and i did not modified any -m32/-m64 this time.

(Edited)
« Last Edit: Jul 3rd, 2018 at 12:44am by Louis Becquey »  
IP Logged
 
Reply #8 - Jul 3rd, 2018 at 3:35pm

Igor Chebykin   Offline
YaBB Newbies
Novosibirsk

Gender: male
Posts: 5
*
 
Hi Louis!

We use Qt Creator on Linux, so you can try the steps below.
Your environment and hardware may be some different, but I think it’s not very important.

Anyway, our CUDA platform is the following:
1)      X64 desktop with ASUS motherboard, Intel processor, 16 Gb memory, 1 Tb HDD
2)      Tesla K20c CUDA card
3)      All video is processed by embedded Intel graphic card
4)      CUDA card is used only for accelerating of the numeric computations. More over the card hasn’t any video output (some X11 setting is needed to setup).
5)      The Linux version is Ubuntu 18.04 which was installed on clean HDD from desktop variant of the Ubuntu 18.04 iso distribution.
6)      CUDA version (nvcc –version)
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2018 NVIDIA Corporation
Built on Wed_Apr_11_23:16:29_CDT_2018
Cuda compilation tools, release 9.2, V9.2.88
7)      Nvidia driver version (output of the nvidia-smi command)
+---------------------------------------------------------------------------
--+
| NVIDIA-SMI 396.26                 Driver Version: 396.26                    |
|-------------------------------+----------------------+----------------------+
| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |
| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |
|===============================+======================+======================|
|   0  Tesla K20c          Off  | 00000000:01:00.0 Off |                    0 |
| 32%   43C    P0    54W / 225W |      0MiB /  4743MiB |    100%      Default |
+-------------------------------+----------------------+----------------------+


As I mentioned, we use Qt Creator on Linux, and we used the following steps to set the CUDA environment:
1) In the main qt creator window view click the button "Projects"
2) Build settings windows is opened. You need just add three env vars for CUDA:
    CUDA_HOME=/usr/local/cuda
    CUDA_INC_PATH=/usr/local/cuda/include
    CUDA_LIB_PATH=/usr/local/cuda/lib64
3) Another solution is to set these vars as global, for example in ~/.bashrc (before build):
    export CUDA_HOME=/usr/local/cuda
    export CUDA_INC_PATH=/usr/local/cuda/include
    export CUDA_LIB_PATH=/usr/local/cuda/lib64

Both solution works for me
Please don't forget to add cuda to PATH and LD_LIBRARY_PATH global vars too.

Thanks,
--Igor.
 

Thanks,
--Igor
IP Logged
 
Reply #9 - Jul 3rd, 2018 at 6:42pm

Louis Becquey   Offline
YaBB Newbies
France

Gender: male
Posts: 7
*
 
Hi Igor,

I don't know why my variables do not work on Centos, but i do not have the issue today on Ubuntu.

I updated my previous post, the problem I have now is a conflict between 32 bit and 64 bit objects that cannot be linked together (if i understand correctly).
I have not spend enough time on it yet. If you have trivial advice about it, it would be appreciated, otherwise i may investigate it in the coming days.

I'll keep you updated.
Thanks for your work again ! Smiley

Louis
 
IP Logged
 
Reply #10 - Jul 3rd, 2018 at 7:14pm

Igor Chebykin   Offline
YaBB Newbies
Novosibirsk

Gender: male
Posts: 5
*
 
Hi Louis!

Can you try to add CONFIG+=x64 to qmake command? And rebuild Ugene.
As I know cuda needs x64-bit compiler option.
So, if you want to have cuda support you need x64 compilation Sad

Thanks,
Igor.
 

Thanks,
--Igor
IP Logged
 
Reply #11 - Jul 4th, 2018 at 2:32pm

Igor Chebykin   Offline
YaBB Newbies
Novosibirsk

Gender: male
Posts: 5
*
 
Hi Louis!

How it's going?

--Igor
 

Thanks,
--Igor
IP Logged
 
Reply #12 - Jul 5th, 2018 at 11:08pm

Louis Becquey   Offline
YaBB Newbies
France

Gender: male
Posts: 7
*
 
Hi Igor,

Thanks a lot, the compilation successfully finished !  Smiley

Unfortunately, Ugene fails to start:
Code:
ugene -ui 



I get the "Ugene crash reporter" window with the following message:
Code:
Exception with code C++ exception - Segmentation fault: invalid permissions.

Stack dump: /tmp/ugene_crashes/7d16a762-d0f4-ec27-0ebe1457-23511074.dmp

Operation system: Linux

CPU Info:
  Vendor :AuthenticAMD
  logical cpus: 16
  cpu cores: 16
  hyper-threads: false

Memory Info: 16031Mb

UGENE version: 1.31.0-dev x64

UUID: None

ActiveWindow: None

Log:
AppMemory: 1051Mb;
None
Task tree:
 None
Stack trace:
/usr/lib/ugene/libU2Private.so.1(_ZN2U229CrashHandlerPrivateUnixNotMac15storeStackTraceEv+0x1e5)[0x7f254e7be2b5]
/usr/lib/ugene/libU2Private.so.1(_ZN2U212CrashHandler15handleExceptionERK7QStringS3_+0x45)[0x7f254e7bc205]
/usr/lib/ugene/libU2Private.so.1(_ZN2U229CrashHandlerPrivateUnixNotMac16breakpadCallbackERKN15google_breakpad18MinidumpDescriptorEPvb+0x95)[0x7f254e7bddb5]
/usr/lib/ugene/libbreakpad.so.1(_ZN15google_breakpad16ExceptionHandler12GenerateDumpEPNS0_12CrashContextE+0x3fe)[0x7f254772dd6e]
/usr/lib/ugene/libbreakpad.so.1(+0x9f94)[0x7f254772df94]
/usr/lib/ugene/libbreakpad.so.1(_ZN15google_breakpad16ExceptionHandler13SignalHandlerEiP9siginfo_tPv+0xa4)[0x7f254772e0e4]
/lib/x86_64-linux-gnu/libc.so.6(+0x3ef20)[0x7f2548f8af20]
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN4QDir20fromNativeSeparatorsERK7QString+0x18)[0x7f2549a770f8]
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN9QFileInfoC1ERK7QString+0x43)[0x7f2549a8a163]
/usr/lib/x86_64-linux-gnu/libQt5Core.so.5(_ZN11QTranslator4loadERK7QStringS2_S2_S2_+0x64)[0x7f2549bab1f4]
/usr/lib/ugene/ugeneui(+0x4c15b)[0x55970f84215b]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xe7)[0x7f2548f6db97]
/usr/lib/ugene/ugeneui(+0x5c53a)[0x55970f85253a] 



Any idea ?
 
IP Logged
 
Reply #13 - Jul 9th, 2018 at 2:30pm

Igor Chebykin   Offline
YaBB Newbies
Novosibirsk

Gender: male
Posts: 5
*
 
Hello Louise!

Let's try I reproduce the issue.
I need to know:
   - gcc/g++ versions
   - Qt version
   - CUDA version
   - additional options for qmake/make you have used
   - additional environment vars added before compilation
   - build command(s)
 

Thanks,
--Igor
IP Logged
 
Reply #14 - Jul 10th, 2018 at 12:37am

Louis Becquey   Offline
YaBB Newbies
France

Gender: male
Posts: 7
*
 
Hi Igor,

I restarted all the installation from scratch to give you an exhaustive description of what i did and.... it worked !

I think i know what the issue was : Cuda is not compatible with GCC/G++ 7 on Ubuntu 18.04 (yet). I think i used the 7 without noticing in my previous compilation.

As i did the work of listing everything, let's post it for the case someone would have the same issue:

- Do a fresh install of Ubuntu 18.04 (minimal install is enough).
- Do your updates (sudo apt update, sudo apt upgrade)
- Install libraries and building packages: sudo apt install build-essential git htop zlib1g-dev qt5-default qttools5-dev-tools qtscript5-dev libqt5svg5-dev libqt5webkit5-dev
- Install nvidia driver : From control center > additional drivers > nvidia-driver-390
- Install Cuda : sudo apt install nvidia-cuda-toolkit
- Install GCC 6 and set it by default:
Code:
sudo apt install gcc-6 g++-6
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-6 10
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-6 10
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 20
sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-7 20
sudo update-alternatives --install /usr/bin/cc cc /usr/bin/gcc 30
sudo update-alternatives --install /usr/bin/c++ c++ /usr/bin/g++ 30
sudo update-alternatives --set cc /usr/bin/gcc
sudo update-alternatives --set c++ /usr/bin/g++
sudo update-alternatives --config gcc
sudo update-alternatives --config g++ 


- Then, create a directory and cd to it (mkdir -p ~/Sources & cd ~/Sources)
- Clone Ugene : git clone https://github.com/ugeneunipro/ugene.git
- cd ugene
- nano src/ugene_globals.pri and edit the line "isEmpty(UGENE_CUDA_DETECTED) : UGENE_CUDA_DETECTED = 0", replace 0 by 1
- return to Sources/ugene
- qmake -r CONFIG+=x64 (a warning about paths still appears after reading Smith-Waterman .pro)
- make -j 16 release
- sudo make install
- ugene -ui


And everything works !!  Grin  This topic can be marked [Solved].
Thanks a lot !

Louis
 
IP Logged
 
Pages: 1 2