component: tools
scripts, python libs and CMake
backend: omp2b
OpenMP2 backend
good first issue
signal new contributors where they can start
install
installation & packaging
#
pic
Here are 517 public repositories matching this topic...
A memory scanning evasion technique
-
Updated
May 24, 2017 - C++
-
Updated
Feb 21, 2022 - PHP
1
ax3l
commented
Feb 18, 2022
Need for a reduced diagnostics addition: general 2D particle histogram (think: "np.histogram2d").
- Applications: phase space, energy-emittance plots, etc.
- Would be useful for WarpX, ImpactX, and HiPACE++
- Size: fit into local GPU memory, e.g., default 1024^2
- 3 parser functions: axis1, axis2, filter
- All three into the kernel
- No RNG needed
- Can be loosely on the exiting red
help wanted
Extra attention is needed
good first issue
Good for newcomers
component: diagnostics
all types of outputs
一键解析Markdown 目前支持: 微信公众号,知乎,知乎专栏,简书,知否(SegmentFault),掘金,CSDN,V2EX,博客园
-
Updated
Apr 6, 2022 - Java
Open source repository for QuickPIC
-
Updated
Jul 19, 2021 - Fortran
Embedded Proto is a C++ Protocol Buffers implementation specifically suitable for ARM Cortex-M microcontrollers. It is small, reliable and easy to use.
avr
arm
microcontroller
embedded
protobuf
cortex-m
cpp
esp32
stm32
pic
embedded-systems
freescale
nxp
arm-cortex
nucleo
embeddedproto
-
Updated
Apr 8, 2022 - C++
The open-source particle-in-cell post-processor.
python
science
simulation
plasma
particle-in-cell
physics
pic
particles
physics-analysis
post-processor
simulations
hacktoberfest
-
Updated
Jan 28, 2022 - Python
Experimental Forth cross compiler for tiny devices
avr
microcontroller
embedded
cortex-m
compiler
assembler
pic
forth
msp430
cross-compiler
cross-compile
8051
stm8
-
Updated
Apr 30, 2021 - Forth
Jet fluid simulator integration in blender 2.81 (https://github.com/doyubkim/fluid-engine-dev)
-
Updated
Dec 27, 2021 - Python
CANopenNode on PIC microcontrollers.
-
Updated
May 17, 2021 - C
github
open-source
raspberry-pi
iot
arduino
esp8266
arm
electronics
esp32
adafruit
atmel
pic
internet-of-things
beagleboard
hacktoberfest
8051
iot-projects
contributions-welcome
node-mcu
hacktoberfest2021
-
Updated
Apr 15, 2022 - C++
A High-Accuracy PIC Code for the Maxwell-Vlasov Equations
-
Updated
Jan 28, 2021 - Fortran
ESP8266 library for PIC microcontrollers
-
Updated
Mar 16, 2020 - C
PICLas is a parallel, three-dimensional PIC-DSMC solver developed cooperatively by the Institute of Space Systems, Institute of Aerodynamics and Gas Dynamics at the University of Stuttgart and the spin-off boltzplatz. PICLas is a flexible particle-based plasma simulation suite.
-
Updated
Mar 4, 2022 - Fortran
mikroSDK 2.0 is an embedded software development framework designed to simplify and accelerate application development on Mikroe hardware platform, specifically for Click Boards™ and other extension board drivers, on a wide range of microcontroller vendors and architectures.
-
Updated
Mar 4, 2022 - C
Programmable position memory for IKEA BEKANT adjustable sit/stand desk
-
Updated
Nov 22, 2021 - C
Deploy cloud functions and UI for PIC-IoT board on your own Google Cloud Project
-
Updated
Apr 10, 2022 - JavaScript
Simple, self-contained, clean code, well-documented, hobbyist 64-bit operating system for Intel and AMD processors. It's written in Assembly (Intel syntax) and C (GNU99 Standard) in which I strive for adding comments to the source code so it could be used as a reference for future OS developers
kernel
amd
x86-64
os
intel
osdev
pic
operating-system
heap
bootloader
amd64
operating-systems
paging
pit
hobby-os
cmos
buddy
hobbyist-os
-
Updated
Dec 22, 2021 - C
Embedded systems SDK for Uniswarm boards and others (dsPIC33, dsPIC30, PIC24 and PIC32 compatible)
-
Updated
Apr 11, 2022 - C
Amiga and Atari ST serial mouse interface
-
Updated
Feb 8, 2021 - Assembly
Improve this page
Add a description, image, and links to the pic topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pic topic, visit your repo's landing page and select "manage topics."
Hi,
one could and should experiment with Interprocedural optimization (IPO) also known as link-time optimization (LTO), especially on the host side for smaller binaries and potentially faster code. It's supported by GCC, Clang, and ICC, among others, which are our typical go-to compilers in HPC.
It's very easy to implement as well