Skip to content
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

cleanup code #3

Merged

Conversation

stdweird
Copy link

please check the TODOs

@@ -134,13 +133,13 @@ def create_job(build_command, easyconfig, output_dir="", conn=None, ppn=None):
return job


def get_instance(easyconfig, robot_path=None):
def get_easyblock_instance(easyconfig, robot_path=None):
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Y u break API?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

which API?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Touché. :P

boegel added a commit that referenced this pull request Feb 25, 2013
@boegel boegel merged commit 4a6255b into boegel:templating_for_job_regtest Feb 25, 2013
boegel pushed a commit that referenced this pull request Feb 28, 2013
use quote_str function in set_environment - fixes issue with develop modules
boegel pushed a commit that referenced this pull request Apr 1, 2013
restructure defined (parts of) toolchains in easybuild.toolchains package
boegel pushed a commit that referenced this pull request Apr 13, 2013
fix module load unit test + one very minor enhancement
boegel pushed a commit that referenced this pull request Feb 11, 2014
don't include 'if is-loaded' guard when recursive module unloading is requested
boegel pushed a commit that referenced this pull request Aug 4, 2014
remove duplicate code in handling of FFTW cdft libs
boegel pushed a commit that referenced this pull request Feb 12, 2015
correctly handle .lua filename suffix and comments
boegel pushed a commit that referenced this pull request Jun 4, 2015
…n code by Marc Litherland)

Update easyblock.py

Bug fixes round #1

bugfixing round #2

Bugfixes round #3

Bugfixes round #4

Bugfixes #5. Rewritten map() as list comprehension. Still not available as an optional parameter
boegel pushed a commit that referenced this pull request Jun 8, 2015
boegel pushed a commit that referenced this pull request Jun 18, 2015
use minimally_resolve_dependencies from main.py
boegel pushed a commit that referenced this pull request Jul 7, 2015
don't skip package_step, add --package option, group package-related options together
boegel pushed a commit that referenced this pull request Jul 13, 2015
boegel pushed a commit that referenced this pull request Oct 28, 2015
add test for adjust_permissions
boegel pushed a commit that referenced this pull request Apr 1, 2016
fix mocking of 'sysctl -n hw.memsize' in systemtools tests
boegel pushed a commit that referenced this pull request Nov 6, 2016
boegel pushed a commit that referenced this pull request Mar 7, 2017
boegel pushed a commit that referenced this pull request Mar 30, 2017
boegel pushed a commit that referenced this pull request Aug 21, 2017
clean up back_up_file implementation & test
boegel pushed a commit that referenced this pull request Jan 4, 2018
update test_load, Modules v4.0 does not reload already loaded modules
boegel pushed a commit that referenced this pull request Apr 19, 2018
reworked implementation of Singularity integration
boegel pushed a commit that referenced this pull request Nov 21, 2018
boegel pushed a commit that referenced this pull request Aug 9, 2019
sync branch with develop (& sync conflicts)
boegel pushed a commit that referenced this pull request Mar 20, 2020
Bringing our develop branch up to date
boegel pushed a commit that referenced this pull request Apr 8, 2020
Adding the lowercase module name scheme
boegel pushed a commit that referenced this pull request Aug 19, 2020
enhance test for apply_patch to also cover applying patches with git
boegel pushed a commit that referenced this pull request Nov 30, 2020
boegel pushed a commit that referenced this pull request Sep 11, 2021
use random spinner in progress bar
boegel pushed a commit that referenced this pull request Sep 13, 2021
boegel pushed a commit that referenced this pull request Apr 6, 2024
enhance install_extension_substep to support passing down (named) arguments
boegel pushed a commit that referenced this pull request May 30, 2024
minor tweaks to dumping of `env.sh` + `run.sh` helper scripts in `run_shell_cmd` + enhance test to verify they're working as intended
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants