remove build info from test_calculate
This commit is contained in:
parent
3bc3fbe8fb
commit
7e87128227
2 changed files with 2 additions and 8 deletions
|
|
@ -61,8 +61,8 @@ clean:
|
|||
test : test_calculate
|
||||
./test_calculate
|
||||
|
||||
test_calculate : m_openmpi.o m_parameters.o Compact.o m_calculate.o test_calculate.o print_build_info.o build_info.o
|
||||
${compiler} -o test_calculate ${flags} m_openmpi.o m_parameters.o Compact.o m_calculate.o test_calculate.o print_build_info.o build_info.o
|
||||
test_calculate : test_calculate.o
|
||||
${compiler} -o test_calculate ${flags} m_openmpi.o m_parameters.o Compact.o m_calculate.o test_calculate.o
|
||||
|
||||
test_calculate.o : m_openmpi.o m_parameters.o Compact.o m_calculate.o
|
||||
|
||||
|
|
|
|||
|
|
@ -18,12 +18,6 @@ real*4, dimension(2) :: startt
|
|||
real*4, dimension(2) :: endt
|
||||
real*4 :: result
|
||||
|
||||
character (len=2000) :: input_string
|
||||
|
||||
call cstr(input_string)
|
||||
|
||||
write(*,*) input_string
|
||||
|
||||
nxp = 512
|
||||
nyp = 256
|
||||
nzp = 256
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue