Skip to content

Commit

Permalink
update files for the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vetienne74 committed May 22, 2021
1 parent 9040f9c commit 883df72
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 40 deletions.
40 changes: 20 additions & 20 deletions misc/fileForReadme/make.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
hpcscan will be compiled with mpic++
HPCSCAN_CPP_FLAGCOMP="-w -g -O3 -mavx2 -fopenmp -D__CUDA__"
HPCSCAN_CPP_FLAGCOMP="-g -O3 -mavx2 -fopenmp -D__CUDA__"
Files version and ../src/version_hpcscan.h differ
version has changed, regenerating version info
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/config.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/grid.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/grid_CacheBlk.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/grid_Factory.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/main.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/output_report.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/propagator_Factory.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/propagator_Ac2.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/propagator_Ac2SplitComp.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase_Comm.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase_FD_D2.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase_Grid.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase_Propa.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase_Memory.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase_Template.cpp
mpic++ -c -w -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase_Util.cpp
nvcc -c -gencode arch=compute_50,code=sm_50 -I /usr/lib/x86_64-linux-gnu/openmpi/include/ ../src/grid_Cuda.cu
mpic++ -w -g -O3 -mavx2 -fopenmp -D__CUDA__ -o ../bin/hpcscan config.o grid.o grid_CacheBlk.o grid_Factory.o main.o output_report.o propagator_Factory.o propagator_Ac2.o propagator_Ac2SplitComp.o testCase.o testCase_Comm.o testCase_FD_D2.o testCase_Grid.o testCase_Propa.o testCase_Memory.o testCase_Template.o testCase_Util.o grid_Cuda.o -L/usr/local/cuda/lib64 -lcuda -lcudart
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/config.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/grid.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/grid_CacheBlk.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/grid_Factory.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/main.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/output_report.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/propagator_Factory.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/propagator_Ac2.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/propagator_Ac2SplitComp.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase_Comm.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase_FD_D2.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase_Grid.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase_Propa.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase_Memory.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase_Template.cpp
mpic++ -c -g -O3 -mavx2 -fopenmp -D__CUDA__ ../src/testCase_Util.cpp
nvcc -c -I /usr/lib/x86_64-linux-gnu/openmpi/include/ ../src/grid_Cuda.cu
mpic++ -g -O3 -mavx2 -fopenmp -D__CUDA__ -o ../bin/hpcscan config.o grid.o grid_CacheBlk.o grid_Factory.o main.o output_report.o propagator_Factory.o propagator_Ac2.o propagator_Ac2SplitComp.o testCase.o testCase_Comm.o testCase_FD_D2.o testCase_Grid.o testCase_Propa.o testCase_Memory.o testCase_Template.o testCase_Util.o grid_Cuda.o -L/usr/local/cuda/lib64 -lcuda -lcudart
*** BUILD OK (SINGLE PRECISION) ***
g++ (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
Expand Down
20 changes: 10 additions & 10 deletions misc/fileForReadme/runPropaTestCase.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
================================================================================
H P C S C A N - ver 1.1

Git version commit 675d8396542ce2fad84b0b8915492d86e8de5998
Git version commit 9040f9c478a39691593c0174597777fde990ac35
Author: vincent <vetienne@rocketmail.com>
Date: Thu May 13 06:07:19 2021 +0300
Date: Sat May 22 10:43:39 2021 +0300

Host name neptune
Host name mars
User name vincent
Computation SINGLE PRECISION
Mode Baseline ENABLED
Expand All @@ -30,7 +30,7 @@
No. subdomains axis1 1
No. subdomains axis2 1
No. subdomains axis3 1
OpenMP threads / MPI 2
OpenMP threads / MPI 4
Number of tries 10
FD space order 8
-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*
Expand Down Expand Up @@ -118,14 +118,14 @@
Test PASSED
#Flop per point 48
#Point in stencil 25
Best GFlop/s in FD 10.8112
Best Gpoint/s eff. 0.225232
Best Gpoint/s in FD 0.225232
Best Apparent BW GB/s 26.127
Best GFlop/s in FD 13.2007
Best Gpoint/s eff. 0.275016
Best Gpoint/s in FD 0.275016
Best Apparent BW GB/s 31.9018

Case run time (s) 0.246478
Case run time (s) 0.197542
--------------------------------------------------------------------------------
Total run time (s) 0.248192
Total run time (s) 0.199621

================================================================================
HPCSCAN TERMINATED SUCCESSFULLY
Expand Down
8 changes: 4 additions & 4 deletions misc/fileForReadme/runValidationTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,16 +46,16 @@ SKIP testMode HIP
SKIP testMode NEC
SKIP testMode NEC_SCA

# Started : Thu 13 May 2021 06:21:16 AM +03
# Ended : Thu 13 May 2021 06:22:42 AM +03
On machine : neptune
# Started : Sat 22 May 2021 10:46:07 AM +03
# Ended : Sat 22 May 2021 10:47:29 AM +03
On machine : mars
Done by : vincent
* SUMMARY
# PASSED : 972
# FAILED : 0
# ERROR : 0
# WARNING : 0
==> Results of tests are saved in runValidationTests.neptune.vincent.out
==> Results of tests are saved in runValidationTests.mars.vincent.out

========================================================================
END VALIDATION TESTS
Expand Down
6 changes: 3 additions & 3 deletions misc/fileForReadme/version.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
================================================================================
H P C S C A N - ver 1.1

Git version commit 675d8396542ce2fad84b0b8915492d86e8de5998
Git version commit 9040f9c478a39691593c0174597777fde990ac35
Author: vincent <vetienne@rocketmail.com>
Date: Thu May 13 06:07:19 2021 +0300
Date: Sat May 22 10:43:39 2021 +0300

Host name neptune
Host name mars
User name vincent
Computation SINGLE PRECISION
Mode Baseline ENABLED
Expand Down
6 changes: 3 additions & 3 deletions src/version_hpcscan.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const char HPCSCAN_GIT_COMMIT[] = "commit 7bd8f2c57af8a1587e7d24e46b6b7cdc4c587cba" ;
const char HPCSCAN_GIT_COMMIT[] = "commit 9040f9c478a39691593c0174597777fde990ac35" ;
const char HPCSCAN_GIT_AUTHOR[] = "Author: vincent <vetienne@rocketmail.com>" ;
const char HPCSCAN_GIT_DATE[] = "Date: Tue May 18 10:50:34 2021 +0200" ;
const time_t HPCSCAN_COMPILE_DATE = 1621666496 ;
const char HPCSCAN_GIT_DATE[] = "Date: Sat May 22 10:43:39 2021 +0300" ;
const time_t HPCSCAN_COMPILE_DATE = 1621669540 ;

0 comments on commit 883df72

Please sign in to comment.