Skip to content

Probelm with Mphys in docker image #161

Closed Answered by A-CGray
Aming12-01 asked this question in Q&A
Discussion options

You must be logged in to vote

This is because the version of TACS included in our docker images (v3.3.1) is quite old and the input arguments to the TACS MPhys builder have since changed (see smdogroup/tacs#255). I'm assuming the MPhys example was also updated. So you could either modify your MPhys script to use the old input arguments, or checkout and build the latest version of TACS in your docker image:

cd ~/repos/tacs
git checkout master
make clean&&make&&make interface

We are working on a big package update for our docker images at the moment (mdolab/docker#266) that will move us up to the latest version of TACS but I'm not sure when that will be merged.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by A-CGray
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants