Commit b58a5b5d1a3a6b57527e02d0357370d8e2bbdf3e

Authored by glaville
1 parent d2e21dea17
Exists in master

Add a new script to simply list available opencl devices on the local

host on the standard output

Showing 2 changed files with 7 additions and 1 deletions Side-by-side Diff

utils/mcmas/infos.sh View file @ b58a5b5
... ... @@ -17,5 +17,5 @@
17 17 uname -a > $DEST_DIR/platform_kernel
18 18 cat /proc/cpuinfo > $DEST_DIR/platform_cpuinfo
19 19 free -m > $DEST_DIR/platform_memory
20   -$JAVA mcsma.core.OCLUtils > $DEST_DIR/platform_opencl
  20 +$JAVA mcmas.core.MCMUtils > $DEST_DIR/platform_opencl
utils/mcmas/list.sh View file @ b58a5b5
  1 +#!/bin/bash
  2 +
  3 +. "${BASH_SOURCE%/*}/common.sh"
  4 +
  5 +echo $JAVA
  6 +$JAVA mcmas.core.MCMUtils