浏览代码

update oar script

Julien Dehos 8 年之前
父节点
当前提交
0d6a03185c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      oar.sh

+ 2 - 2
oar.sh

@@ -6,7 +6,7 @@
 module use ~/opt/artis/modules
 module load artis 
 
-./test.out&
-./test-context.out
+./test.out > out_test &
+./test-context.out > out_test-context
 wait