Skip to content

Commit

Permalink
Update Galaexi banner and name of executable.
Browse files Browse the repository at this point in the history
  • Loading branch information
Spencer Starr authored and m-kurz committed Mar 5, 2024
1 parent 10addfa commit 4b6b141
Show file tree
Hide file tree
Showing 15 changed files with 28 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ run_basic:
stage: reggie_checkin
script:
- cd build
- python3 ../reggie/reggie.py ../regressioncheck/checks/run_basic/freestream_3D -j 6 -e ./bin/flexi
- python3 ../reggie/reggie.py ../regressioncheck/checks/run_basic/freestream_3D -j 6 -e ./bin/galaexi

# ----------------------------------------------------------------------------------------------------------------------------------------------------
# Stage "reggie_nightly": Build and run
Expand Down
2 changes: 1 addition & 1 deletion regressioncheck/checks/channelRANS/builds.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
! relative binary path in build directory
binary=./bin/flexi
binary=./bin/galaexi

! fixed compiler flags
CMAKE_BUILD_TYPE=RELEASE
Expand Down
2 changes: 1 addition & 1 deletion regressioncheck/checks/convtest/builds.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
! relative binary path in build directory
binary=./bin/flexi
binary=./bin/galaexi

! fixed compiler flags
CMAKE_BUILD_TYPE=RELEASE
Expand Down
2 changes: 1 addition & 1 deletion regressioncheck/checks/fv_blend/builds.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
! relative binary path in build directory
binary=./bin/flexi
binary=./bin/galaexi

! fixed compiler flags
CMAKE_BUILD_TYPE=RELEASE
Expand Down
2 changes: 1 addition & 1 deletion regressioncheck/checks/fv_switch/builds.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
! relative binary path in build directory
binary=./bin/flexi
binary=./bin/galaexi

! fixed compiler flags
CMAKE_BUILD_TYPE=RELEASE
Expand Down
2 changes: 1 addition & 1 deletion regressioncheck/checks/h5diff/builds.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
! relative binary path in build directory
binary=./bin/flexi
binary=./bin/galaexi

! fixed compiler flags
CMAKE_BUILD_TYPE=DEBUG
Expand Down
2 changes: 1 addition & 1 deletion regressioncheck/checks/naca/builds.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
! relative binary path in build directory
binary=./bin/flexi
binary=./bin/galaexi

! fixed compiler flags
CMAKE_BUILD_TYPE=RELEASE
Expand Down
2 changes: 1 addition & 1 deletion regressioncheck/checks/parabolic/builds.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
! relative binary path in build directory
binary=./bin/flexi
binary=./bin/galaexi

! fixed compiler flags
CMAKE_BUILD_TYPE=DEBUG
Expand Down
2 changes: 1 addition & 1 deletion regressioncheck/checks/preconditioner/builds.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
! relative binary path in build directory
binary=./bin/flexi
binary=./bin/galaexi

! fixed compiler flags
CMAKE_BUILD_TYPE=RELEASE
Expand Down
2 changes: 1 addition & 1 deletion regressioncheck/checks/riemann/builds.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
! relative binary path in build directory
binary=./bin/flexi
binary=./bin/galaexi

! fixed compiler flags
CMAKE_BUILD_TYPE=DEBUG
Expand Down
2 changes: 1 addition & 1 deletion regressioncheck/checks/run_basic/builds.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
! relative binary path in build directory
binary=./bin/flexi
binary=./bin/galaexi

! fixed compiler flags
CMAKE_BUILD_TYPE=DEBUG
Expand Down
2 changes: 1 addition & 1 deletion regressioncheck/checks/tgv/builds.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
! relative binary path in build directory
binary=./bin/flexi
binary=./bin/galaexi

! fixed compiler flags
CMAKE_BUILD_TYPE=RELEASE
Expand Down
2 changes: 1 addition & 1 deletion regressioncheck/checks/timedisc/builds.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
! relative binary path in build directory
binary=./bin/flexi
binary=./bin/galaexi

! fixed compiler flags
CMAKE_BUILD_TYPE=DEBUG
Expand Down
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -431,8 +431,8 @@ SET_TARGET_PROPERTIES(stacksizelib userblocklib PROPERTIES LANGUAGE C LINKER_LAN
ADD_LIB_SHARED( libflexishared ./src/flexilib.f90)
SET_TARGET_PROPERTIES(libflexishared PROPERTIES OUTPUT_NAME "libflexi")
ADD_DEPENDENCIES( libflexishared libflexistatic userblocklib stacksizelib ${INTERNALLIBS})
ADD_EXEC( flexi ./src/flexi.f90)
ADD_DEPENDENCIES(flexi libflexistatic userblocklib stacksizelib ${INTERNALLIBS})
ADD_EXEC( galaexi ./src/flexi.f90)
ADD_DEPENDENCIES(galaexi libflexistatic userblocklib stacksizelib ${INTERNALLIBS})

# special compiler flags to avoid warnings for empty functions of testcase.f90 and overwrite of intrinsic abort in globals.f90
IF (CMAKE_Fortran_COMPILER_ID MATCHES "GNU")
Expand Down Expand Up @@ -472,5 +472,5 @@ IF(CTAGS_PATH)
ADD_CUSTOM_COMMAND(OUTPUT ctags.txt COMMAND cd ${CMAKE_CURRENT_SOURCE_DIR} && ${CTAGS_PATH} -R --fortran-kinds=+i+L -f ctags.txt ${EXLUDES} src && ${CTAGS_PATH} -R --fortran-kinds=+i+L -f ctags.txt ${EXLUDES} --append posti)
ADD_CUSTOM_TARGET(tags DEPENDS ctags.txt)
MESSAGE(STATUS "Found ctags: ${CTAGS_PATH}")
ADD_DEPENDENCIES(flexi tags)
ADD_DEPENDENCIES(galaexi tags)
ENDIF(CTAGS_PATH)
30 changes: 12 additions & 18 deletions src/flexilib.f90
Original file line number Diff line number Diff line change
Expand Up @@ -159,33 +159,27 @@ SUBROUTINE InitFlexi(nArgs_In,Args_In,mpi_comm_loc)

CALL InitIOHDF5()
SWRITE(UNIT_stdOut,'(132("="))')
! SWRITE(UNIT_stdOut,'(A)') &
SWRITE(UNIT_stdOut,'(A)') " "
SWRITE(UNIT_stdOut,'(A)') &
" __________________ _______ __________________ ______ ______ __________________ "
"_____/\\\\\\\\\\\\\\\\\\\\\\\\_____/\\\\\\\\\\\\\\\\\\_____/\\\\\\_________________/\\\\\\\\\\\\\\\\\\/\\\\\\\\\\\\\\\\\\\\\\\\\\\\__/\\\\\\_______/\\\\\\__/\\\\\\\\\\\\\\\\\\\\\\___________ "
SWRITE(UNIT_stdOut,'(A)') &
" / /) / /) / /) / | _/ /) / /)"
" ___/\\\\\\//////////____/\\\\\\\\\\\\\\\\\\\\\\\\\\__\\/\\\\\\_______________/\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////////__\\///\\\\\\___/\\\\\\/__\\/////\\\\\\///____________ "
SWRITE(UNIT_stdOut,'(A)') &
" / __________// / // / ___________// /__ |_/´ _// /____ ______// "
" __/\\\\\\______________/\\\\\\/////////\\\\\\_\\/\\\\\\______________/\\\\\\/////////\\\\\\\\______________\\///\\\\\\\\\\\\/________\\/\\\\\\_______________ "
SWRITE(UNIT_stdOut,'(A)') &
" / /)__________) / // / /)__________) (__| _/´_) )___/ /)_____) "
" _\\/\\\\\\____/\\\\\\\\\\\\\\_\\/\\\\\\_______\\/\\\\\\_\\/\\\\\\_____________\\/\\\\\\_______\\/\\\\\\\\\\\\\\\\\\\\\\\\________\\//\\\\\\\\__________\\/\\\\\\_______________ "
SWRITE(UNIT_stdOut,'(A)') &
" / //___ / // / //___ | _/´_/´ / // "
" _\\/\\\\\\___\\/////\\\\\\_\\/\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_\\/\\\\\\_____________\\/\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\///////__________\\/\\\\\\\\__________\\/\\\\\\_______________ "
SWRITE(UNIT_stdOut,'(A)') &
" / /) / // / /) | /´ /´ / // "

SWRITE(UNIT_stdOut,'(A)') &
" / _____// / // / _____// _/´ |/´ / // "
SWRITE(UNIT_stdOut,'(A)') &
" / /)____) / // / /)____) _/´ | / // "

SWRITE(UNIT_stdOut,'(A)') &
" / // / //_________ / //_________ __/´ _ |__ _____/ //____ "
" _\\/\\\\\\_______\\/\\\\\\_\\/\\\\\\/////////\\\\\\_\\/\\\\\\_____________\\/\\\\\\/////////\\\\\\\\_________________/\\\\\\\\\\\\_________\\/\\\\\\_______________ "
SWRITE(UNIT_stdOut,'(A)') &
" / // / /) / /) / _/´ | /) / /) "
" _\\/\\\\\\_______\\/\\\\\\_\\/\\\\\\_______\\/\\\\\\_\\/\\\\\\_____________\\/\\\\\\_______\\/\\\\\\\\_______________/\\\\\\////\\\\\\_______\\/\\\\\\_______________ "
SWRITE(UNIT_stdOut,'(A)') &
" /______// /_________________// /_________________// /_____/` _/´|_____// /_________________// "
" _\\//\\\\\\\\\\\\\\\\\\\\\\\\/__\\/\\\\\\_______\\/\\\\\\_\\/\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\_\\/\\\\\\_______\\/\\\\/\\\\\\\\\\\\\\\\\\\\\\___/\\\\\\/___\\///\\\\\\__/\\\\\\\\\\\\\\\\\\\\\\___________ "
SWRITE(UNIT_stdOut,'(A)') &
" )______) )_________________) )_________________) )_____)/´ )_____) )_________________) "
SWRITE(UNIT_stdOut,'(A)')
" __\\////////////____\\///________\\///__\\///////////////__\\///________\\//////////////___\\///_______\\///__\\///////////____________ "
SWRITE(UNIT_stdOut,'(A)') " "
SWRITE(UNIT_stdOut,'(132("="))')
! Measure init duration
StartTime=FLEXITIME()
Expand Down

0 comments on commit 4b6b141

Please sign in to comment.