Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91212731
function_tester.cu
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Nov 9, 00:56
Size
195 B
Mime Type
text/x-c
Expires
Mon, Nov 11, 00:56 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22221477
Attached To
R6678 PHPC Shallow Water Project
function_tester.cu
View Options
#include<iostream>
#include "kernels.cuh"
#include "tests.cuh"
#include "functions.h"
using namespace std;
int main(){
test_max();
// test_update_dt();
// test_enforce_bc();
return 0;
}
Event Timeline
Log In to Comment