forked from rarias/devshell
Move personal shells to a custom directory
This commit is contained in:
12
custom/isabel/slurm/llvmTest.c
Normal file
12
custom/isabel/slurm/llvmTest.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
{
|
||||
#pragma oss task node(0)
|
||||
{
|
||||
printf("Tasking\n");
|
||||
}
|
||||
#pragma oss taskwait
|
||||
printf("Past the task\n");
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user