Marcel

Results 94 comments of Marcel

``` ==23332== Syscall param process_vm_readv(lvec[...]) points to unaddressable byte(s) ==23332== at 0x601235A: process_vm_readv (in /usr/lib/libc-2.27.so) ==23332== by 0xE54EE93: mca_btl_vader_get_cma (in /usr/lib/openmpi/openmpi/mca_btl_vader.so) ==23332== by 0xEF68E0F: mca_pml_ob1_recv_request_get_frag (in /usr/lib/openmpi/openmpi/mca_pml_ob1.so) ==23332== by 0xEF692CB:...

Hi @mchaisso, sorry for coming back to you so late, but it is currently vacation time and our group kinda focuses on version 3 of SeqAn. You seem to have...

Hi @teng-gao, can you attach your file `myfasta.fa` to the bug report? So that we can recreate your issue?

I already added the c2 builds to margerite, but the intel compiler needed 8 hours to build the develop branch. Thus, c2 is still building (already 4 hours).

@h-2 Just to let you know, I started an update on margerite to VS Update 3.

@h-2 I rechecked the clang binaries, they apparently are 64bit. Only the compiler itself is 32bit. ``` console KLETTE+seqan_dev@KLETTE MINGW64 /c/Users/marehr $ file build_icc_package/bin/Release/razers3.exe build_icc_package/bin/Release/razers3.exe: PE32+ executable (console) x86-64, for...

Of course I agree :smirk: @h-2 I restarted the nightlies, because the msvc build failed tonight due to file permissions (had a terminal open, that blocked the deletion of the...

I didn't want to close the issue, because it is in backlog. We can close it, if we added this flag to our CMakeFile in seqan3.

What I noticed is that cmake 3.8 isn't working with seqan. What I needed to change in stellar was the way to find python: ```patch --------------------------- test/cli/CMakeLists.txt --------------------------- index 26bb7f4d0..ae2145b41...

Hi @mns-csharp, it seems that you use now Visual Studio Project files (Generator = Visual Studio) instead of Ninja Make Files and cmake seems happy. Now it seems that your...