Skip to content

Commit

Permalink
more small updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
avatar-lavventura committed Feb 23, 2018
1 parent 1dc5470 commit 6cc8139
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 32 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,14 +111,10 @@ var eBlocBroker = web3.eth.contract(abi).at(address);
If you want to provide `IPFS` service please do following: `ipfs init`

### SLURM Setup:
SLURM have to work on the background.
SLURM have to work on the background. Please run:

```bash
sudo slurmd
sudo munged -f
/etc/init.d/munge start #Do to Amazon AWS, you may need to create new user with a password.
sudo slurmdbd
mkdir /tmp/slurmstate && sudo slurmctld -c
bash runSlurm.sh
```

Following example should successfully submit the job:
Expand Down
51 changes: 26 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"name": "eBlocBroker",
"version": "1.0.0",
"description": "## eBlocBroker is a blockchain based autonomous computational resource broker",
"main": "main.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"binstring": "*",
"bs58": "*",
"web3": "*",
"web3_ipc": "*",
"minilock-cli": "*"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebloc/eBlocBroker.git"
},
"author": "",
"license": "ISC",
"homepage": "http://ebloc.cmpe.boun.edu.tr:3003"
"name": "eBlocBroker",
"version": "1.0.0",
"description": "## eBlocBroker is a blockchain based autonomous computational resource broker",
"license": "UNLICENSED",
"main": "main.js",
"directories": {
"doc": "docs"
},
"dependencies": {
"binstring": "*",
"bs58": "*",
"web3": "*",
"web3_ipc": "*",
"minilock-cli": "*"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebloc/eBlocBroker.git"
},
"author": "",
"license": "ISC",
"homepage": "http://ebloc.cmpe.boun.edu.tr:3003"
}
2 changes: 1 addition & 1 deletion runSlurm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ slurmdbd
if [ ! -d /tmp/slurmstate ]; then
mkdir /tmp/slurmstate
fi
slurmctld -c
slurmctld -c # -Dc
sinfo

0 comments on commit 6cc8139

Please sign in to comment.