-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Batch_Karst branch to master #91
Comments
@soichih yes. Perhaps we can make a release right before we do that? |
I've created "1.0" branch from master. Ok, so I am trying to merge Batch_Karst to master. I am seeing following conflict. @ccaiafa How should I resolve this? Just take what's in Batch_Karst? (use
|
Hi @soichih, yes to keep batch functionality working you should leave as it is in Batch_Karst branch. Of course you can adjust the use of number of batches depending on the capability of the system where you intend to run ENCODE. |
OK. I've merged it. I think most computing resources now-a-days have multiple processors. They should all run with openmp code. If this becomes an issue, we should add some if statement inside the code to use non-openmp version of the code; it should not be a separate branch. Closing this for now. |
Sounds good. Thanks |
I just realized that we haven't finished merging Batch_Karst branch (that has a MEX files) to master. I am using Batch_Karst branch code for app-life and ideally, I'd like to switch using the master branch instead.
Can we simply do
?
The text was updated successfully, but these errors were encountered: