-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfpm.rsp
More file actions
14 lines (12 loc) · 692 Bytes
/
Copy pathfpm.rsp
File metadata and controls
14 lines (12 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@itest
system fpm clean --all
options test --target '*' --compiler ifort --verbose --profile debug
options --flag "-warn errors -auto -no-heap-arrays -stand f03 -standard-semantics -assume norecursion -u -warn all -debug extended -fimplicit-none -traceback -debug-parameters all -fp-stack-check"
@gtest
system fpm clean --all
options test --target '*' --compiler gfortran --verbose
options --flag "-Wall -Wextra -fPIC -fmax-errors=1 -g -fimplicit-none -ffree-form -Wimplicit-interface -fcoarray=single -fcheck=bounds -fcheck=array-temps -fbacktrace"
@bookkeeper
system rm bookkeeper.*
system fpm clean --all
options test --target '*' --compiler gfortran --verbose -- command=bookkeeper