Skip to content

Commit b3640dc

Browse files
modified sample qws and FS_qws of private repo cases
1 parent d4c2634 commit b3640dc

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

programs/FS_qws/run.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#!/bin/bash
22
set -e
33
system="$1"
4+
nodes="$2"
45

56
echo "[FS_Benchmarks/QWS] Running on system: $system"
67
ls
@@ -27,7 +28,8 @@ case "$system" in
2728
FugakuLN)
2829
echo 'dummy call for CB test: QWS program: ./main 32 6 4 3 1 1 1 1 -1 -1 6 50'
2930
mkdir -p ../results
30-
echo FOM:123.56 > ../results/result
31+
#echo FOM:123.56 > ../results/result
32+
echo FOM:123.56 FOM_version:dummy Exp:ChechingPrivateRepo node_count:$nodes > ../results/result
3133

3234
mkdir -p pa
3335
echo dummy > ./pa/padat.0

programs/qws/list.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
system,mode,queue_group,nodes,numproc_node,nthreads,elapse
2-
#Fugaku,cross,small,1,4,12,0:10:00
3-
#FugakuLN,native,small,1,1,1,0:10:00
2+
Fugaku,cross,small,1,4,12,0:10:00
3+
FugakuLN,native,small,1,1,1,0:10:00
44
FugakuCN,native,small,1,4,12,0:10:00
55
FugakuCN,native,small,2,4,12,0:10:00

0 commit comments

Comments
 (0)