We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1a864b commit 4099414Copy full SHA for 4099414
README.md
@@ -50,13 +50,6 @@ mpiexec -n [NUM_PROCESSORS] python main.py -t [TWITTER_FILE] -s [SAL_FILE] -e [E
50
./submit.sh
51
```
52
53
-Run python binary:
54
-
55
-```bash
56
-# binary code compile in standalone mode, no need for python installation
57
-mpiexec -n [NUM_PROCESSORS] ./main.py -t [TWITTER_FILE] -s [SAL_FILE] -e [EMAIL_TARGET|OPTIONAL]
58
-```
59
60
Note, email target has only two valid options: 'rin' / 'eric'.
61
62
## Assignment Dependencies
0 commit comments