Jit3156 days ago
I run SatsumaSynteny on my server using following command:
[jit@hm satsuma-code-0]$ ./SatsumaSynteny -q Genome/renamedG.fa -t Genome/genome_v4.fasta -o Genome/OutFile -m 128 -ni 10 -n 256 -chain_only
But it kill the program with followng error:
./SatsumaSynteny: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./SatsumaSynteny)
Can anyone please help to resolve this.
My server detail:
[jit@hm satsuma-code-0]$ lscpuArchitecture: x86_64CPU op-mode(s): 32-bit, 64-bitByte Order: Little EndianCPU(s): 12On-line CPU(s) list: 0-11Thread(s) per core: 1Core(s) per socket: 6Socket(s): 2NUMA node(s): 2Vendor ID: AuthenticAMDCPU family: 16Model: 8Stepping: 1CPU MHz: 2600.186BogoMIPS: 5200.03Virtualization: AMD-VL1d cache: 64KL1i cache: 64KL2 cache: 512KL3 cache: 5118KNUMA node0 CPU(s): 0,2-6NUMA node1 CPU(s): 1,7-11
You should recompile this code using:make clean && nice -n19 make
You should recompile this code using:
make clean && nice -n19 make