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

adapting abaqus.py so that it works for version 13.2 #406

Merged
merged 4 commits into from
Jul 7, 2014
Merged

adapting abaqus.py so that it works for version 13.2 #406

merged 4 commits into from
Jul 7, 2014

Conversation

Bart-Ver
Copy link

No description provided.

@hpcugentbot
Copy link
Contributor

Automatic reply from Jenkins: Can I test this?

cmd += " -nosystemcheck -replay %s" % self.replayfile
cmd += " -replay %s" % self.replayfile
if LooseVersion(self.version) < LooseVersion("6.13"):
cmd += "-nosystemcheck"
Copy link
Member

Choose a reason for hiding this comment

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

You want to add a space to the beginning of this string?

@wpoely86
Copy link
Member

Jenkins test this please

@boegel
Copy link
Member

boegel commented May 27, 2014

@Bart-CER: can you clarify why this is needed? There's no such thing as ABAQUS 13.2 (latest version is still v6.13 according to http://www.3ds.com/products-services/simulia/portfolio/abaqus/latest-release/)?

@Bart-Ver
Copy link
Author

The version is 6.13.2, it's only the naming of the branch and my comment that are wrong, in the easy config I test on Version 6.13.

Bart Verleye and others added 3 commits May 28, 2014 09:30
It works without the extra space, but I added one.
Conflicts:
	easybuild/easyblocks/a/abaqus.py
fix conflict with develop
@boegel
Copy link
Member

boegel commented Jul 7, 2014

works like a charm, thanks @Bart-CER !

boegel added a commit that referenced this pull request Jul 7, 2014
adapting abaqus.py so that it works for version 13.2
@boegel boegel merged commit 71dd4c8 into easybuilders:develop Jul 7, 2014
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.

4 participants