Versions
v6.8.2 :: 0 :: gentoo
- Modified
- License
- charm
- Keywords
- ~amd64 ~x86
- USE flags
- ampi charmdebug charmproduction charmtracing cmkopt examples mlogft mpi numa smp static-libs syncft tcp
USE flags
General
- ampi
- Build implementation of MPI on top of Charm++
- charmdebug
- Enable the charm debugger
- charmproduction
- Optimize performance of Charm++ runtime
- charmtracing
- Enable tracing support in Charm++
- cmkopt
- Enable CMK optimisation
- examples
- Install examples, usually source code
- mlogft
- Compile with Charm++ message logging fault tolerance support
- mpi
- Add MPI (Message Passing Interface) layer to the apps that support it
- numa
- Support memory affinity with NUMA
- smp
- Enable support for multiprocessors or multicore systems
- static-libs
- Build static versions of dynamic libraries as well
- syncft
- Compile with Charm++ fault tolerance support
- tcp
- Use TCP (instead of UPD) for socket communication
Dependencies
net-libs / libtirpc : Transport Independent RPC library (SunRPC replacement)
virtual / fortran : Virtual for Fortran Compiler
virtual / mpi : Virtual for Message Passing Interface (MPI) v2.0 implementation
Runtime Dependencies
virtual / fortran : Virtual for Fortran Compiler
virtual / mpi : Virtual for Message Passing Interface (MPI) v2.0 implementation
Depending packages
dev-libs / concurrencykit : A library with concurrency related algorithms and data structures in C
sys-cluster / charmdebug : A debugger for Charm++ applications
Bugs
- 616616
- sys-cluster/charm-6.7.1 : /sbin/ldconfig: File /usr/lib64/libthreads-fibers.so is empty, not checked.
- 624346
- sys-cluster/charm-6.7.1 : /.../ld: cannot find -lmoduleEveryLB
- 626986
- sys-cluster/charm-6.7.1 : libthreads-fibers.c:1106:21: fatal error: windows.h: No such file or directory
- 631266
- sys-cluster/charm-6.7.1 : Fatal Error by charmc in directory /var/tmp/portage/sys-cluster/charm-6.7.1/work/charm-6.7.1/tests/charm++/load_balancing/lb_test
- 652036
- sys-cluster/charm Please set VARTEXFONTS=${T}/fonts to prevent sandbox violations
- 708592
- sys-cluster/charm: missing python_check_deps()
- 725440
- sys-cluster/charm calls g++ directly
- 727962
- sys-cluster/charm-6.8.2 does not respect CFLAGS/LDFLAGS
- 727964
- sys-cluster/charm-6.8.2 installs shared libraries that lack a SONAME
- 727968
- sys-cluster/charm calls commands that do not exist (../bin/../include/conv-mach-gfortran.sh: line 21: and: command not found)
- 782622
- sys-cluster/charm-6.8.2 fails to compile: x86_64-pc-linux-gnu-gfortran: error: unrecognized command-line option -frecord-gcc-switches.a; did you mean -frecord-gcc-switches?
- 802291
- sys-cluster/charm-6.8.2 - ebuild uses colon (:) as a sed delimiter
- 830095
- sys-cluster/charm-6.8.2 - ckobjid.h: error: CkArrayIndexBase does not name a type
- 831018
- sys-cluster/charm-6.8.2 - Error> option: tcp is not supported in this version!
- 837824
- sys-cluster/charm-6.8.2 fails tests on MUSL
- 881421
- sys-cluster/charm-6.8.2 - machine.c: error: call to undeclared function EmergencyExit; ISO C99 and
- 898948
- sys-cluster/charm-6.8.2 - libmemory-hooks-charmdebug.c: error: _malloc_hook undeclared (first use in this function)
- 900755
- sys-cluster/charm-6.8.2 - ckobjid.h: error: const struct _ObjectID::s_array has no member named idx
- 909337
- sys-cluster/charm-6.8.2 - global-elfgot.C: error: #error Global-elfgot wont work properly under smp version: -swapglobals disabled
- 910427
- sys-cluster/charm-6.8.2 - cp: cannot stat charm: No such file or directory
- 918963
- sys-cluster/charm-6.8.2 - [clang] lex.yy.c: error: ISO C++17 does not allow register storage class
- 921598
- sys-cluster/charm-6.8.2 fails to compile (GCC-14-SYSTEM): x86_64-pc-linux-gnu-gfortran: error: argument to -fmessage-length= should be a non-negative integer
- 944418
- sys-cluster/charm-6.8.2 fails to compile: cpthreads.c:274:15: error: too many arguments to function pt->startfn
- 946177
- sys-cluster/charm-6.8.2 fails to compile: setjmp64_.c:66:14: error: passing argument 1 of _longjmp from incompatible pointer type [-Wincompatible-pointer-types]
- 947893
- sys-cluster/charm-6.8.2 - [gcc-15] conv-mach-gfortran.sh:line <snip>: and: command not found
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Eli Schwartz · gentoo
sys-cluster/charm: mark as LTO-unsafe, strict-aliasing unsafe
Closes: https://bugs.gentoo.org/863725 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Marek Szuba · gentoo
sys-cluster/charm: update EAPI 5 -> 8
Fails to compile for exactly the same reason as the EAPI-5 variant (Bug #782622). Signed-off-by: Marek Szuba <marecki@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-cluster/charm: eutils->epatch
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
sys-cluster/charm: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-cluster/charm: Remove USE=doc (python2)
Closes: https://bugs.gentoo.org/735484 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
sys-cluster/charm: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
sys-cluster/charm: Drop old revs of 6.5.1
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Drop python3_4 from PYTHON_COMPAT
Closes: https://github.com/gentoo/gentoo/pull/11706 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Christoph Junghans · gentoo
sys-cluster/charm: version bump
Package-Manager: Portage-2.3.24, Repoman-2.3.6 - Justin Lecher · gentoo
sys-cluster/charm: Fix for new rpc situation
Signed-off-by: Justin Lecher <jlec@gentoo.org> Package-Manager: Portage-2.3.19, Repoman-2.3.6 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - T. Malfatti · gentoo
media-libs/portaudio: Version bump - Christoph Junghans · gentoo
sys-cluster/charm: version bump
Package-Manager: Portage-2.3.0, Repoman-2.3.1 - Michał Górny · gentoo
global: Drop dead implementations from PYTHON_COMPAT - Mike Gilbert · gentoo
sys-cluster/charm: fix REQUIRED_USE
Package-Manager: portage-2.3.2 - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed