lamellar 0.8.0

Lamellar is an asynchronous tasking runtime for HPC systems developed in RUST.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// #[test]
// fn array() {
//     let t = trybuild::TestCases::new();
//     t.compile_fail("tests/array/local_only/immutable_borrow.rs");
//     t.compile_fail("tests/array/local_only/clone.rs");
// }

// #[test]
// fn unsafe_array(){

// }
// mod array{
//     mod r#unsafe{
//         mod block{
//             mod put;
//         }
//     }
// }