Skip to content

Commit

Permalink
Aggregator updates (#663)
Browse files Browse the repository at this point in the history
* Rename content.json to _content.json

* Rename _content.json to content.json

* Update sample.json

* Update sample.json
  • Loading branch information
JoeOster committed Sep 14, 2021
1 parent 4424d55 commit fe7810d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "OpenMP Offload C++ Tutorials",
"categories": [ "Toolkit/oneAPI Direct Programming/C++/Tutorials Jupyter Notebooks" ],
"description": "C++ OpenMP Offload Basics using Jupyter Notebooks",
"toolchain": [ "icx"],
"toolchain": [ "icx" ],
"languages": [{"cpp":{}}],
"os": [ "linux" ],
"builder": [ "make" ],
Expand All @@ -20,4 +20,4 @@
}
]
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "OpenMP Offload Fortran Tutorials",
"categories": [ "Toolkit/oneAPI Direct Programming/Fortran/Tutorials Jupyter Notebooks" ],
"description": "Fortran OpenMP Offload Basics using Jupyter Notebooks",
"toolchain": [ "ifx"],
"toolchain": [ "ifx" ],
"languages": [ { "fortran": {} } ],
"os": [ "linux" ],
"builder": [ "make" ],
Expand All @@ -20,4 +20,4 @@
}
]
}
}
}

0 comments on commit fe7810d

Please sign in to comment.