openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Alpine3D
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 month
ago. based on code collected
about 1 month
ago.
Oct 17, 2024 — Oct 17, 2025
Showing page 24 of 29
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
TerrainRadiationSimple: Bugfix and parallelization of the algorithm.
Thomas Egger
More...
over 11 years ago
SnowpackInterface: only attempt to write special points data if there are any
Thomas Egger
More...
over 11 years ago
For Mathias: removing trailing whitespaces
Thomas Egger
More...
over 11 years ago
for Mathias: indentation
Thomas Egger
More...
over 11 years ago
SnowpackInterface: The writing of special points data is now performed on the master process only. This in turn now means that no output is done from within SnowpackInterfaceWorker anymore. SnowpackInterfaceWorker stores data for the special points in vectors, which are queried by SnowpackInterface after every timestep and printed to files according to the flag GENERAL::LOCALIO. If LOCALIO is true (the default) all processes output data, otherwise only the master process is responsible for printing the special points and all other data.
Thomas Egger
More...
over 11 years ago
MPIControl: Create temporary objects just once
Thomas Egger
More...
over 11 years ago
MPIControl: Adding comments
Thomas Egger
More...
over 11 years ago
MPIControl: Adding the possibility to tag send and receive requests. The parameter is optional, default is 0: send(data, recipient, tag) receive(data, source, tag)
Thomas Egger
More...
over 11 years ago
small cleanup
Mathias Bavay
More...
over 11 years ago
removing popc specific code
Mathias Bavay
More...
over 11 years ago
AlpineMain: Getting rid of the broadcast of special points as pairs of size_t, instead broadcasting the Coords to all processes. Conversion of special points to pairs of size_t moved to SnowpackInterface
Thomas Egger
More...
over 11 years ago
MPIControl: now any vector with a serializable template type may be broadcasted broadcast(vector<T>)
Thomas Egger
More...
over 11 years ago
SnowpackInterfaceWorker: getting rid of superfluous destroy method
Thomas Egger
More...
over 11 years ago
Runoff will only be calculated on the master process when running through MPI or OpenMP
Thomas Egger
More...
over 11 years ago
run.sh: NCORES description corrected
Thomas Egger
More...
over 11 years ago
Adding launch script for new MPI version
Thomas Egger
More...
over 11 years ago
A wrapper has been added to main() in order to properly print the exception messages (for Mac). TerrainRadiation: white spaces.
Mathias Bavay
More...
over 11 years ago
Fixed the simple terrain radiation ("+" instead of "*"). Fixed a size_t kind of warning for 64 bytes. Otherwise, white spaces...
Mathias Bavay
More...
over 11 years ago
Getting rid of 64-bit warnings
Thomas Egger
More...
over 11 years ago
SnowpackInterface: station_name and stationID for SnowStations are already stored when initially reading the snow cover, not during the writeOutputSNO routine.
Thomas Egger
More...
over 11 years ago
SnowpackInterface: Reducing the amount of memory needed by read SN_SNOWSOIL_DATA only once. This structure does not change and consequently does not need to be sent accross the MPI processes.
Thomas Egger
More...
over 11 years ago
SnowpackInterface: writeOutputSNO now operates on the basis of send and receives only, the MPI gather method has been discarded, due to the fact, that if we have many processes, the memory demands for the master node exceed availability.
Thomas Egger
More...
over 11 years ago
SnowpackInterface: SnowpackInterface and SnowpackInterfaceWorker have been remodelled in order to only read snow cover data through the master process. The other processes receive the data by MPI send and receive operations. This lead to restructuring of the SnowpackInterfaceWorkers internal data representation. The worker now has access to its SnowStation data through a vector<SnowStation*> which points to the heap. Note: the worker now has a destructor to deallocate the heap memory.
Thomas Egger
More...
over 11 years ago
MPIControl: adding scatter, send and receive template methods for vector<T*> types. Only types that have the << and >> operator implemented can make use of these functions.
Thomas Egger
More...
over 11 years ago
AlpineMain: only master reads landuse, dem and pts - then broadcasts these. DEMObject had a erroneous << and >> operators. Please update MeteoIO to the latest version.
Thomas Egger
More...
over 11 years ago
AlpineMain: only master needs to have io.ini present in the filesystem - Config object is broadcasted to all processes
Thomas Egger
More...
over 11 years ago
TerrainRadiation: Fixing 64-bit issue (size_t != unsigned int)
Thomas Egger
More...
over 11 years ago
MPIControl: adding comments
Thomas Egger
More...
over 11 years ago
SnowpackInterface: when using MPI only the master node is responsible for output. TODO: let the user decide whether only the master or all nodes are allowed to do file I/O. The second option could be relevant when using a shared filesystem.
Thomas Egger
More...
over 11 years ago
MPIControl: Adding a gather method for ints and a pseudo gather template for vector<T*>. It's a pseudo gather, because underlying send and receives are performed. The usage of MPI_gatherv was not possible due to string size restrictions and memory demands of the objstring.
Thomas Egger
More...
over 11 years ago
←
1
2
…
20
21
22
23
24
25
26
27
28
29
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree