Create snellius_example.sh - #40
Conversation
You can follow the instructions in the script to run an example on Snellius. The tokens on the Picas token server will be picked up by Snellius worker nodes.
|
Check the general example for the passed arguments with Also, it seems very similar to the general example, I am unsure if we should add this. We can discuss in person. |
|
@mherkazandjian Please take a look of this PR |
| #git clone https://github.com/sara-nl/picasclient.git | ||
| #cd picasclient | ||
| #2.install packages | ||
| #pip install picas |
There was a problem hiding this comment.
@xinan1911 i suggest to remove the installation part from the comment here since it is covered below and in any case for non python 3.12 "pip install picas" will install an old version of picas (i think 0.2.1, when i tested without module loading the stuff below). so it might cause some confusion for some.
There was a problem hiding this comment.
i ran the script on snellius and it worked (just an extra confirmation).
looks good. tnx.
|
Similar functionality was included in #42, check if this one is still needed. |
You can follow the instructions in the script to run an example on Snellius. The tokens on the Picas token server will be picked up by Snellius worker nodes.