hp/fpm.rsp
2023-06-11 09:55:24 +01:00

20 lines
424 B
Plaintext

@build
> Building with ifort
options build --compiler ifort
###############################
@run
> Running
options run --compiler ifort
###############################
@test
> Running tests on amap
options test --compiler ifort
###############################
@clean
> Removing objects and libraries
options clean --skip
###############################
@veryclean
> Removing all objects and dependencies
options clean --all