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

lsf support #48

Merged
merged 1 commit into from
Aug 14, 2015
Merged

lsf support #48

merged 1 commit into from
Aug 14, 2015

Conversation

bpanneton
Copy link
Contributor

Support for lsf

@chu11
Copy link
Member

chu11 commented Aug 13, 2015

In principle looks good. A few things

A) Could you rebase off master. I totally screwed up with the last release. The submission convert names need to be changed (e.g. from msubtorque to msubtorquepdsh). I've made the fix in master, but I need you to adjust accordingly. Totally my bad, sorry. There will be adjustments in the script-templates directory as a result (lsf -> lsf-mpirun everywhere).

B) Could you add the appropriate information to the README file. Basically everywhere it talks about how to submit a job via msub, add the lsf equivalent. Every where it talks about "you'll find msub + slurm scripts in submission-scripts/....", add the appropriate lsf stuff. There might be a few more places too, like the general header in README & README.md that says LSF is supported.

@chu11
Copy link
Member

chu11 commented Aug 13, 2015

Oh, and update the .travis.yml file for the lsf build

@bpanneton
Copy link
Contributor Author

This should be good and was testing with the testall

@@ -79,3 +79,26 @@ then
export MAGPIE_TIMELIMIT_MINUTES=$(expr ${PBS_WALLTIME} / 60)
fi
fi

if [ "${MAGPIE_SUBMISSION_TYPE}" == "lsf" ] || [ "${MAGPIE_SUBMISSION_TYPE}" == "lsfmpirun" ]
Copy link
Member

Choose a reason for hiding this comment

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

no need to check for "lsf" here, since there's no need for backwards compatibility. We only support "lsfmpirun"

@chu11
Copy link
Member

chu11 commented Aug 14, 2015

Really close. Only 1 minor nit.

Also, could you copy over the minor change in the README to README.md.

@chu11
Copy link
Member

chu11 commented Aug 14, 2015

Oh, and on the first part of the "Basic Idea" text in README & README.md, could you mention LSF. Thanks

@bpanneton bpanneton force-pushed the lsf-support branch 2 times, most recently from 423f22c to 2fdc553 Compare August 14, 2015 16:13
@chu11
Copy link
Member

chu11 commented Aug 14, 2015

LGTM

chu11 added a commit that referenced this pull request Aug 14, 2015
@chu11 chu11 merged commit aae74b1 into LLNL:master Aug 14, 2015
@bpanneton bpanneton deleted the lsf-support branch September 24, 2015 14:44
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