MesquiteProject / MesquiteCore

The core Mesquite repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to set all cpu cores usage

jhcuarta opened this issue · comments

Hi
I was wondering if you could help me out to set the main script for using all the cpu cores avaible. I count with 8 threads and it takes days for opening a single clustal file, I've tried linux and windows and no success, its worth noting it is a big file, nevertheless it is taking more than ten days for just opening the file, and I'm sure I'm no using all cores although I modified the variables -Xmx and -Xss despite no expertise in the subject.
Intel(R) Core(TM) i7-8550U CPU @ 1.80GHz 1.99 GHz
Installed RAM 32,0 GB (31,9 GB usable)

Best regards

Hi
On Windows I've been using the K8 starter, I even modified the SK batch file setting -Xmx28G -Xss16G and no success for the your time frame, while on linux using java 8 I run the following command line "java -Xmx28G -Xss16G -d64 -Djava.library.path=lib -Djri.ignore.ule="yes" -cp /home/jason/Documents/Mesquite_Folder -jar Mesquite.jar", and same result.
Honestly dont know whats going on

Hi
On linux I'm modified the -Xmx flag as follows: "java -Xmx27000M -Xss6000M -d64 -Djava.library.path=lib -Djri.ignore.ule="yes" -cp /home/jason/Documents/Mesquite_Folder -jar Mesquite.jar", the issue persists, although in the terminal window the following line is displayed
(Translate File) #
(Mesquite) # Dialog closed
Chosen: Clustal (DNA/RNA)
Oct 12, 2022 1:56:58 PM org.apache.commons.httpclient.HttpMethodDirector executeMethod
"SEVERE: Narrowly avoided an infinite loop in execute"

Hi
I imported as fasta and worked rapidly. Thanks a lot