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

Feedback following high-performance-computing runthrough #8

Open
consideRatio opened this issue Jul 27, 2020 · 1 comment
Open

Feedback following high-performance-computing runthrough #8

consideRatio opened this issue Jul 27, 2020 · 1 comment

Comments

@consideRatio
Copy link
Member

@arokem I ran through the notebooks in the high-performance-computing directory and was happy to learn a lot of new things, this is a new field for me!

I have some short feedback on a technical level mostly regarding if it ran on "did this run" on hub.neurohackademy.org etc. I can also note that after running all the notebooks and leaving them open, less than 2GB of memory were used, so for this specific tutorial, 6GB should be fine I think.

Third notebook

There are code blocks in markdown that could be syntax highlighted with either python or cython, but it seems like the cython highlighting wasn't very reliable. I'm not sure if it makes sense to use this.

```python
def hello():
    return "hello"
```
  • There was a code block for setup_fig.py but it was no clear instructions to save the associated code block under that filename.

In a cell where fib.__file__ were printed, I got an error. If I ran import fib again and rerun fib.__file__ it ran without an error though.

image

Fifth notebook

I got JIT compilation warnings about failure to compile during the first execution.

image

Seventh notebook

It's there but empty.

@arokem
Copy link
Member

arokem commented Jul 27, 2020 via email

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

No branches or pull requests

2 participants