|
|
|||
File indexing completed on 2026-04-10 07:49:40
0001 #!/bin/bash -l 0002 0003 name=qgs 0004 gcc $name.cc \ 0005 -std=c++11 \ 0006 -I/usr/local/cuda/include \ 0007 -I/usr/local/opticks/include/SysRap \ 0008 -lstdc++ -o /tmp/$name 0009 0010 [ $? -ne 0 ] && echo compile error && exit 1 0011 0012 0013 /tmp/$name 0014 [ $? -ne 0 ] && echo run error && exit 2 0015 0016 exit 0 0017
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|