hp/fpm.rsp

20 lines
424 B
Plaintext
Raw Permalink Normal View History

@build
> Building with ifort
options build --compiler ifort
###############################
@run
> Running
options run --compiler ifort
###############################
@test
> Running tests on amap
options test --compiler ifort
2023-06-11 08:55:24 +00:00
###############################
@clean
> Removing objects and libraries
options clean --skip
###############################
@veryclean
> Removing all objects and dependencies
options clean --all