Skip to content

Issue78 strvar#89

Merged
doutriaux1 merged 6 commits intomasterfrom
issue78_STRVAR
Feb 21, 2017
Merged

Issue78 strvar#89
doutriaux1 merged 6 commits intomasterfrom
issue78_STRVAR

Conversation

@dnadeau4
Copy link
Contributor

Now allow to read "NC_STRING" variables. test_allMIPs.py

@durack1
Copy link
Member

durack1 commented Feb 14, 2017

@dnadeau4 great! Does this PR provide read AND write for string variables, or just read?

subprocess.check_call([mpicc,"--version"])
os.environ["CC"]=mpicc
os.environ["CFLAGS"]="-w -g"
os.environ["CFLAGS"]="-w -g -O0"
Copy link
Contributor

Choose a reason for hiding this comment

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

do we really want -O0?

Copy link
Contributor Author

@dnadeau4 dnadeau4 Feb 14, 2017

Choose a reason for hiding this comment

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

Since we have -g, -O0 helps for not optimizing some local variables, especially counter like i,j. Otherwise, they are optimized and we can't access their value. We should really get rid for -g -O0 when we distribute to make the program go faster.

@dnadeau4
Copy link
Contributor Author

@doutriaux1 merge?

@doutriaux1 doutriaux1 merged commit f5cde4d into master Feb 21, 2017
@doutriaux1 doutriaux1 deleted the issue78_STRVAR branch February 21, 2017 23:15
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.

3 participants