Add example build files (removed machine depended build files)

parent e84d3e2b
#!/usr/bin/python
# @file
# This file is part of SWE.
#
# @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
#
# @section LICENSE
#
# SWE is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# SWE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with SWE. If not, see <http://www.gnu.org/licenses/>.
#
#
# @section DESCRIPTION
#
# Example build parameters without parallelization
#
# Build options
solver='fwave'
#solver='augrie'
#! /usr/bin/python #!/usr/bin/python
# @file # @file
# This file is part of SWE. # This file is part of SWE.
# #
# @author Alexander Breuer (breuera AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Dipl.-Math._Alexander_Breuer) # @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
# #
# @section LICENSE # @section LICENSE
# #
...@@ -23,17 +23,15 @@ ...@@ -23,17 +23,15 @@
# #
# @section DESCRIPTION # @section DESCRIPTION
# #
# Example build parameters for the NPS GPU-cluster (nompi-Version). # Example build parameters using CUDA
# #
#build options # Build options
parallelization='cuda' parallelization='cuda'
computeCapability='sm_20'
solver='fwave' solver='fwave'
asagi='yes'
writeNetCDF='yes'
# libraries (machine dependent) # Hardware settings
cudaSDKDir='/' computeCapability='sm_21'
asagiDir='/tmp/software_SWE/software/asagi/nompi'
netCDFDir='/tmp/software_SWE/software/netcdf' # Library paths (only required of not installed in default path)
#cudaToolkitDir=''
#!/usr/bin/python
# @file
# This file is part of SWE.
#
# @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
#
# @section LICENSE
#
# SWE is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# SWE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with SWE. If not, see <http://www.gnu.org/licenses/>.
#
#
# @section DESCRIPTION
#
# Example build parameters with MPI and ASAGI; writes netCDF files
#
# Build options
parallelization='mpi'
solver='fwave'
#solver='augrie'
asagi='yes'
writeNetCDF='yes'
# Directory containing ASAGI input files (needs to be set)
asagiInputDir=''
# Library paths (only required of not installed in default path)
#asagiDir=''
#netcdfDir=''
#! /usr/bin/python #!/usr/bin/python
# @file # @file
# This file is part of SWE. # This file is part of SWE.
# #
# @author Alexander Breuer (breuera AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Dipl.-Math._Alexander_Breuer) # @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
# #
# @section LICENSE # @section LICENSE
# #
...@@ -23,16 +23,17 @@ ...@@ -23,16 +23,17 @@
# #
# @section DESCRIPTION # @section DESCRIPTION
# #
# Example build parameters a "gnu, cuda, opengl" setting. # Example build parameters for OpenGL visualizations
# #
#build options # Build options
parallelization='cuda' parallelization='cuda'
computeCapability='sm_21'
solver='fwave' solver='fwave'
openGL='yes' openGL='yes'
# libraries (machine dependent) # Hardware settings
libSDLDir = '/work/breuera/software/libsdl/SDL-1.2.14' computeCapability='sm_21'
cudaToolkitDir='/work/breuera/software/cuda'
cudaSDKDir='/work/breuera/workspace/NVIDIA_GPU_Computing_SDK' # Library paths (only required of not installed in default path)
#libSDLDir=''
#cudaToolkitDir=''
#!/usr/bin/python
# @file
# This file is part of SWE.
#
# @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
#
# @section LICENSE
#
# SWE is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# SWE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with SWE. If not, see <http://www.gnu.org/licenses/>.
#
#
# @section DESCRIPTION
#
# Example build parameters using MPI; writes netCDF files
#
# Build options
parallelization='mpi'
solver='fwave'
#solver='augrie'
writeNetCDF='yes'
# Library paths (only required of not installed in default path)
#netCDFDir=''
#! /usr/bin/python #!/usr/bin/python
# @file # @file
# This file is part of SWE. # This file is part of SWE.
# #
# @author Alexander Breuer (breuera AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Dipl.-Math._Alexander_Breuer) # @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
# #
# @section LICENSE # @section LICENSE
# #
...@@ -23,17 +23,24 @@ ...@@ -23,17 +23,24 @@
# #
# @section DESCRIPTION # @section DESCRIPTION
# #
# Example build parameters a "gnu, cuda, asagi" setting. # Example build parameters for OpenGL visualizations with ASAGI
# #
#build options # Build options
parallelization='cuda' parallelization='cuda'
computeCapability='sm_21'
solver='fwave' solver='fwave'
asagi='yes' asagi='yes'
openGL='yes'
openGL_instr='yes'
# Hardware settings
computeCapability='sm_21'
# Directory containing ASAGI input files (needs to be set)
asagiInputDir=''
# libraries (machine dependent) # Library paths (only required of not installed in default path)
cudaToolkitDir='/work/breuera/software/cuda' #asagiDir=''
cudaSDKDir='/work/breuera/workspace/NVIDIA_GPU_Computing_SDK' #netcdfDir=''
asagiDir='/work/breuera/software/asagi_nompi' #libSDLDir=''
netCDFDir='/home_local/breuera/software/netcdf/netcdf-4.1.3' #cudaToolkitDir=''
#! /usr/bin/python #!/usr/bin/python
# @file # @file
# This file is part of SWE. # This file is part of SWE.
# #
# @author Alexander Breuer (breuera AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Dipl.-Math._Alexander_Breuer) # @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
# #
# @section LICENSE # @section LICENSE
# #
...@@ -23,19 +23,17 @@ ...@@ -23,19 +23,17 @@
# #
# @section DESCRIPTION # @section DESCRIPTION
# #
# Example build parameters for the NPS GPU-cluster. # Example build parameters using MPI and CUDA; writes netCDF files
# #
#build options # Build options
parallelization='mpi_with_cuda' parallelization='mpi_with_cuda'
computeCapability='sm_20'
solver='fwave' solver='fwave'
asagi='yes'
writeNetCDF='yes' writeNetCDF='yes'
# libraries (machine dependent) # Hardware settings
compilerPath='/usr/lib64/openmpi/bin/mpiCC' computeCapability='sm_21'
linkerPath='/usr/lib64/openmpi/bin/mpiCC'
cudaSDKDir='/' # Library paths (only required of not installed in default path)
asagiDir='/home/prof2/software/asagi/mpi' #netCDFDir=''
netCDFDir='/home/prof2/software/netcdf' #cudaToolkitDir=''
#!/usr/bin/python
# @file
# This file is part of SWE.
#
# @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
#
# @section LICENSE
#
# SWE is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# SWE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with SWE. If not, see <http://www.gnu.org/licenses/>.
#
#
# @section DESCRIPTION
#
# Example build parameters using MPI; writes netCDF files
#
# Build options
compiler='intel'
parallelization='mpi'
solver='fwave'
#solver='augrie'
writeNetCDF='yes'
# Library paths (only required of not installed in default path)
#netCDFDir=''
#!/usr/bin/python
# @file
# This file is part of SWE.
#
# @author Sebastian Rettenberger (rettenbs AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Sebastian_Rettenberger,_M.Sc.)
#
# @section LICENSE
#
# SWE is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# SWE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with SWE. If not, see <http://www.gnu.org/licenses/>.
#
#
# @section DESCRIPTION
#
# Example build parameters using MPI; with vectorized solver; writes netCDF files
#
# Build options
compiler='intel'
parallelization='mpi'
vectorize='on'
solver='fwavevec'
writeNetCDF='yes'
# Print vectorization information (default is 'off')
#showVectorization='on'
# Library paths (only required of not installed in default path)
#netCDFDir=''
#! /usr/bin/python
# @file
# This file is part of SWE.
#
# @author Alexander Breuer (breuera AT in.tum.de, http://www5.in.tum.de/wiki/index.php/Dipl.-Math._Alexander_Breuer)
#
# @section LICENSE
#
# SWE is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# SWE is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with SWE. If not, see <http://www.gnu.org/licenses/>.
#
#
# @section DESCRIPTION
#
# Example build parameters a "gnu, mpi_with_cuda, asagi" setting.
#
#build options
parallelization='mpi_with_cuda'
computeCapability='sm_21'
solver='fwave'
asagi='yes'
writeNetCDF='yes'
# libraries (machine dependent)
cudaToolkitDir='/work/breuera/software/cuda'
cudaSDKDir='/work/breuera/workspace/NVIDIA_GPU_Computing_SDK'
asagiDir='/work/breuera/software/asagi_nompi'
netCDFDir='/home_local/breuera/software/netcdf/netcdf-4.1.3/'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment