Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Add python to code block
Browse files Browse the repository at this point in the history
Add python to code block
to colorize code
  • Loading branch information
cmoussa1 committed Jan 16, 2020
1 parent fd4ec33 commit 6fd266c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ JOBID STATE USERID PRI NAME T_SUBMIT


- The following constructs a job request using the **JobspecV1** class with customizable parameters for how you want to utilize the resources allocated for your job:
```
```python
compute_jobreq = JobspecV1.from_command(
command=["./compute.py", "120"], num_tasks=4, num_nodes=2, cores_per_task=2
)
Expand Down

0 comments on commit 6fd266c

Please sign in to comment.